Skip to content

Releases: SDXorg/pysd

v1.8.0

07 Jul 07:31
b8a6585
Compare
Choose a tag to compare
  • Add option to split Vensim views into separated Python files
  • Correct bugs with xmile builders

v1.7.0

02 Jul 13:10
86b109f
Compare
Choose a tag to compare
  • Add possibility to export to a pickle the states and other needed values of the stateful objects using
  • Add possibility to use exported values of stateful objects as initial conditions
  • Add control variables to the run arguments, final_time, time_step and saveper can be modified easily when calling run.
  • A bug with SampleIfTrue was solved.
    -Solve initialization order bug.

v1.6.1

02 Jul 07:48
Compare
Choose a tag to compare
  • Add requirements.txt and README.md to MANIFEST.in in order to make it possible to build the package in conda-forge

v1.6.0

02 Jul 07:16
1227a9f
Compare
Choose a tag to compare
  • Command-line usage added. Now pysd can be called from the command line. (python -m pysd).
  • Correct bug of initial time in outputs when initial time is modified,

v1.5.0

30 Jun 12:15
0b7515f
Compare
Choose a tag to compare
  • Benchmarking tools added
  • Add an option to totally flatten an output dataframe
  • Add the possibility to select the as default columns only the ones with cache 'step'
  • Logical functions added to support logical operations between subscripted variables
  • Support logical operations of the same operator without parenthesis
  • Solve some bugs related to subscripts

v1.4.1

10 Jun 12:16
8560626
Compare
Choose a tag to compare

Correct time overhead in some stateful objects.

v1.4.0

08 Jun 06:17
5cc0a93
Compare
Choose a tag to compare

New features:

  • Basic subscript mapping

Bugs correction:

  • Support for subscripted SMOOTH and TREND
  • Correction of user interaction with lookup variables

Other improvements:

  • Documentation
  • More descriptive errors with stateful objects

v1.3.1

17 May 07:56
b5d4029
Compare
Choose a tag to compare
  • Small bug correction
  • Added the possibility of keeping missing values in External objects

v1.3.0

11 May 08:17
7ff88f2
Compare
Choose a tag to compare

v1.2.0

05 May 11:49
3597d9e
Compare
Choose a tag to compare
  • Functions for reading data from Excel
  • Better management of subscripted variables
  • Progressbar added
  • Bugs correction
  • ...