Skip to content

Releases: fumitoh/modelx

modelx 0.27.0

25 Aug 07:42
Compare
Choose a tag to compare

modelx 0.27.0 is released. See Release Notes for details.

modelx 0.26.0

15 Jul 11:21
Compare
Choose a tag to compare

modelx 0.26.0 is released. See Release Notes for details.

modelx 0.25.1

13 Jun 16:23
Compare
Choose a tag to compare

Bug fix release addressing #127

modelx 0.25.0

18 Feb 09:12
Compare
Choose a tag to compare

modelx 0.25.0 is released. See Release Notes for details.

modelx 0.24.0

02 Dec 13:40
Compare
Choose a tag to compare

modelx 0.24.0 is released!

See Release Notes for details.

modelx 0.23.0

19 Aug 16:07
Compare
Choose a tag to compare

Thrilled to announce the release of modelx version 0.23.0!

See Release Notes for details.

modelx 0.22.0

29 Jul 07:46
Compare
Choose a tag to compare

Thrilled to announce the release of modelx version 0.22.0!

This release introduces a new feature that enables users to export their modelx models as independent, self-contained Python packages.
To learn more about this new feature, refer to this detailed blog post.

modelx 0.21.0

24 Sep 06:27
Compare
Choose a tag to compare

modelx 0.21.0 is released!

This release introduces trace_locals, an API function to inspect local variables when an error occured during fomula execution.
See Release Notes for details.

modelx 0.20.0

17 Sep 07:27
Compare
Choose a tag to compare

modelx 0.20.0 is released! See the release notes for details.

Enhancemnets

  • Now multiple DataFrames and Series can be written to one Excel file.
  • New methods and properties for IOSpec operations

Deprecated methods

  • Model.new_space_from_excel
  • UserSpace.new_space_from_excel
  • Model.new_space_from_pandas
  • UserSpace.new_space_from_pandas
  • Model.new_space_from_csv
  • UserSpace.new_space_from_csv
  • UserSpace.new_cells_from_excel
  • UserSpace.new_cells_from_pandas

Removed methods

  • UserSpace.update_pandas
  • UserSpace.update_module