Skip to content

Commit

Permalink
Update example and docstring; v0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jsh9 committed Jan 9, 2023
1 parent 56609cd commit 3f0a418
Show file tree
Hide file tree
Showing 6 changed files with 128 additions and 85 deletions.
2 changes: 1 addition & 1 deletion PySeismoSoil/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Author: Jian Shi

__version__ = 'v0.5.0'
__version__ = 'v0.5.1'
2 changes: 1 addition & 1 deletion PySeismoSoil/class_curves.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ class Damping_Curve(Curve):
----------
data : numpy.ndarray
A 2D numpy array with 2 columns. Its 0th column contains the strain
array, and the 1st column contains the G/Gmax values.
array, and the 1st column contains the damping values.
strain_unit : {'1', '%'}
The unit of the strain.
damping_unit : {'1', '%'}
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
author = 'Jian Shi'

# The full version, including alpha/beta/rc tags
release = 'v0.5.0'
release = 'v0.5.1'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ To report bugs and submit suggestions, please use the `"Issues" section <https:/
Current version
---------------

* v0.5.0
* v0.5.1


Indices and tables
Expand Down
203 changes: 123 additions & 80 deletions examples/Demo_04_Curves.ipynb

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def load_requirements(req_filename):

setup(
name='PySeismoSoil',
version='v0.5.0',
version='v0.5.1',
description='PySeismoSoil',
long_description=long_description, # will get passed to PyPI.org
long_description_content_type="text/markdown", # otherwise the default is RST
Expand Down

0 comments on commit 3f0a418

Please sign in to comment.