File tree Expand file tree Collapse file tree 4 files changed +16
-1
lines changed Expand file tree Collapse file tree 4 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 1313
1414# Pycharm IDE file folder
1515/.idea /
16+
17+ # mac
18+ .DS_Store
Original file line number Diff line number Diff line change 11Change Log:
22===========
33
4+ v1.0.6:
5+ -------
6+
7+ - Fix bug with geometry cleaning algorithm resulting in an infinite loop
8+ - Added NASTRAN sections (JohnDN90)
9+ - Added tight_layout to plots (Nils Wagner)
10+ - Added BoxGirderSection class
11+ - Added cross-section perimeter calculation
12+ - Added perimeter offset method (BETA)
13+ - Added mesh refinement example to docs
14+
415v1.0.5:
516-------
617
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ def readme():
2525
2626setup (
2727 name = 'sectionproperties' ,
28- version = '1.0.5 ' ,
28+ version = '1.0.6 ' ,
2929 description = description_text (),
3030 long_description = readme (),
3131 long_description_content_type = 'text/markdown' ,
Original file line number Diff line number Diff line change 11# TODO LIST:
22- [ ] add lots of tests!
3+ - [ ] concrete reinforcement - create circle with slightly larger diameter but correct area??
You can’t perform that action at this time.
0 commit comments