Skip to content

Commit

Permalink
v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yan committed Feb 17, 2023
1 parent d0533fc commit 99fa1f0
Show file tree
Hide file tree
Showing 9 changed files with 8 additions and 4 deletions.
Binary file added dist/opstool-0.4.0-py3-none-any.whl
Binary file not shown.
Binary file added dist/opstool-0.4.0.tar.gz
Binary file not shown.
File renamed without changes.
File renamed without changes.
4 changes: 4 additions & 0 deletions doc/source/CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Changelog
==========

v0.4.0
-------
- update vis module, add multi-point constraint plot

v0.3.0
--------
- Added the class :class:`opstool.analysis.SmartAnalyze`
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@
install_requires=[
'matplotlib',
'numpy',
'openseespy',
'openseespy>=3.4.0.5',
'plotly',
'pyvista',
'sectionproperties',
'pyvista>=0.38.2',
'sectionproperties>=2.1.5',
'shapely>=2.0.0',
'h5py',
'rich'
Expand Down
2 changes: 1 addition & 1 deletion src/opstool/__about__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.3.0"
__version__ = "0.4.0"
Binary file modified src/opstool/__pycache__/__about__.cpython-39.pyc
Binary file not shown.
Binary file modified src/opstool/vis/__pycache__/_pyvista_base.cpython-39.pyc
Binary file not shown.

0 comments on commit 99fa1f0

Please sign in to comment.