Skip to content

Tags: SDXorg/pysd

Tags

v3.14.3

Toggle v3.14.3's commit message
Fix stretch 0 random functions (#467)

* Add inf if scale 0 division

* Add tests

v3.14.2

Toggle v3.14.2's commit message
Remove get_html_theme_path

v3.14.1

Toggle v3.14.1's commit message
Update version

v3.14.0

Toggle v3.14.0's commit message
Add random functions tests and truncexpon (#441)

- Add random functions tests
- Fix truncation in Vensim's RANDOM NORMAL
- Support Vensim's RANDOM EXPONENTIAL

v3.13.4

Toggle v3.13.4's commit message
Fix initialization dependencies for Smooth

v3.13.3

Toggle v3.13.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Support Python 3.12, numpy >= 1.24 and pytest 8.0.x. (#437)

* Support Python 3.12

* Support numpy >= 1.24

* Support pytest 8.0.x

* Avoid errors with DeprecationWarnings

* Custom error when netCDF4 is missing

v3.13.2

Toggle v3.13.2's commit message
Add support for XMILE's DELAY function

v3.13.1

Toggle v3.13.1's commit message
Fix bug with ModelOutput class

v3.13.0

Toggle v3.13.0's commit message
Add copy method

v3.12.0

Toggle v3.12.0's commit message
Drop support for Python 3.8 to use latests xarray versions