Skip to content

Releases: SDXorg/pysd

3.14.2

12 Nov 16:46
Compare
Choose a tag to compare

Internal Changes

  • Several changes to allow compatibility with latest versions of numpy and xarray:
  • Ensure that float objects evaluated with numpy are converted to float.
  • Ensure proper shape of inputs when loading external data.
  • Avoid DeprecationWarning raised in invert_matrix` test.
  • Remove get_html_theme_path from docs conf.

3.14.1

18 Jul 10:25
Compare
Choose a tag to compare

Bug fixes

Internal Changes

  • Fix CI tests. (@rogersamso)
  • Run CI coverage only on ubuntu and lowest Python. (@enekomartinmartinez)
  • Rename ‘sheet’ by ‘tab’ in pysd.py_backend.external.External and related functions and classes to follow Vensim’s nomenclature. (@enekomartinmartinez)
  • Add error message when no subscripts are read from pysd.py_backend.external.ExtSubscript during the model building. (@enekomartinmartinez)
  • Add error message when a pysd.py_backend.external.External cell/firstcell is interpreted as cellrange name but the input file is not a spreadsheet. (@enekomartinmartinez)
  • Improve parsing of quoted arguments in the vensim translator for external lookups and external subscripts. (@enekomartinmartinez)

3.14.0

24 Apr 16:31
Compare
Choose a tag to compare

New Features

Bug fixes

Documentation

Internal Changes

3.13.4

29 Feb 10:15
Compare
Choose a tag to compare

3.13.3

02 Feb 21:20
ca3e450
Compare
Choose a tag to compare

Documentation

Internal Changes

3.13.2

09 Jan 15:38
Compare
Choose a tag to compare

Bug fixes

3.13.1

02 Jan 15:29
Compare
Choose a tag to compare

Bug fixes

  • Fix bug with pysd.py_backend.output.ModelOutput initializing all the handlers, and thus, importing netCDF4 when unnecessary (issue #431). (@enekomartinmartinez)

3.13.0

25 Dec 12:42
Compare
Choose a tag to compare

New Features

Bug fixes

Documentation

Performance

Internal Changes

3.12.0

02 Oct 15:07
Compare
Choose a tag to compare

Breaking changes

Bug fixes

Documentation

Internal Changes

3.11.0

01 Aug 10:42
Compare
Choose a tag to compare

New Features

  • Add the possibility to run a model one or several steps at a time, updating model variables in the process. (@rogersamso)

Documentation

Internal Changes