File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 2
2
ANYstructure is the ultimate steel structure design tool for plate fields and cylinders!
3
3
Weight optimization for all structures with machine learning capabilities.
4
4
Calculations are based on DNV standards and rules
5
+ ### What's new in 4.10 ###
6
+ * Corrected minor bug on membrane stresses for unstiffened cylinder.
5
7
### What's new in 4.9.1 ###
6
8
* Corrected bug in loading old save files
7
9
* Corrected error on buckling flat plate calculation
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ def readme():
27
27
name = 'ANYstructure' , # Required
28
28
url = 'https://github.com/audunarn/ANYstructure' ,
29
29
entry_points = {"console_scripts" : ['ANYstructure = any_files.__main__:main' ]},
30
- version = '4.9.1 ' , # Required
30
+ version = '4.10 ' , # Required
31
31
license = 'MIT' ,
32
32
description = 'A plate field optimization tool for offshore structures calculated according to DNV standards' ,
33
33
long_description = readme (),
You can’t perform that action at this time.
0 commit comments