Skip to content

Commit

Permalink
Updated documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
audunarn committed Sep 17, 2021
1 parent 89f1424 commit d75ac2a
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 3 deletions.
Binary file modified ANYstructure_install.ifp
Binary file not shown.
2 changes: 1 addition & 1 deletion ANYstructure_local/grid_window.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ def data_gen():
ani = animation.FuncAnimation(fig, update, data_gen, interval=50)
fm = plt.get_current_fig_manager()
#fm.window.activateWindow()
fm.window.raise_()
#fm.window.raise_()
plt.suptitle('Compartments returned from search operation displayed below', fontsize=20, color='red')
plt.xscale('linear')
plt.axis('off')
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
# ANYstructure #
### What's new in 3.1 ###
* Span optimization harmonizer added. Fixed bug related to applied loads.
* Table report added.
* Slamming pressure option added to scale stresses on plates and stiffeners.
* Bug fixes.
* Smaller install file.
### What's new in 3.0 ###
* This version includes lots of minor bug fixing (color coding, manual pressure only, span optimizer...).
* More control over scaling of stresses during optimization and modification of properties.
Expand Down
2 changes: 1 addition & 1 deletion pyinstaller_input.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
C:\Python\Python391_64\Scripts\pyinstaller "C://GitHub/ANYstructure/__main__.py" -y -i "C:/GitHub/ANYstructure/ANYstructure_local/ANYicon.ico" --add-data "C:/GitHub/ANYstructure/ANYstructure_local/ANYstructure_documentation.pdf";"." --add-data "C:/GitHub/ANYstructure/ANYstructure_local/sections.csv";"." --add-data "C:/GitHub/ANYstructure/ANYstructure_local/ship_section_example.txt";"." --add-data "C:/GitHub/ANYstructure/ANYstructure_local/images";"images/" --add-data "C:/GitHub/ANYstructure/matplotlibrc";"." --add-data "C:/GitHub/ANYstructure/ANYstructure_local/bulb_anglebar_tbar_flatbar.csv";"." --noconsole -n ANYstructure
C:\Python\Python397_64\Scripts\pyinstaller "C://GitHub/ANYstructure/__main__.py" -y -i "C:/GitHub/ANYstructure/ANYstructure_local/ANYicon.ico" --add-data "C:/GitHub/ANYstructure/ANYstructure_local/ANYstructure_documentation.pdf";"." --add-data "C:/GitHub/ANYstructure/ANYstructure_local/sections.csv";"." --add-data "C:/GitHub/ANYstructure/ANYstructure_local/ship_section_example.txt";"." --add-data "C:/GitHub/ANYstructure/ANYstructure_local/images";"images/" --add-data "C:/GitHub/ANYstructure/matplotlibrc";"." --add-data "C:/GitHub/ANYstructure/ANYstructure_local/bulb_anglebar_tbar_flatbar.csv";"." --noconsole -n ANYstructure
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def readme():
name='ANYstructure', # Required
url = 'https://github.com/audunarn/ANYstructure',
entry_points={"console_scripts": ['ANYstructure = ANYstructure_local.__main__:main']},
version=3.0, # Required
version=3.1, # Required
license='MIT',
description='A plate field optimization tool for offshore structures calculated according to DNVGL standards',
long_description = readme(),
Expand Down

0 comments on commit d75ac2a

Please sign in to comment.