Skip to content

Releases: pymoca/pymoca

0.10.0

04 Aug 12:53
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.9.0...0.10.0

0.6.0

13 Oct 12:56
Compare
Choose a tag to compare

The only difference between 0.6.0 and 0.5.1 (lastest release at time of writing) is that 0.6.0 does not force the CasADi version to 3.4.*. This is relevant, because CasADi 3.5 has recently been released.

0.5.1

09 Oct 19:23
Compare
Choose a tag to compare
CasADi: Fix copying start attribute of aliases

0.5.0: First release in new "stable" series

04 Sep 11:39
Compare
Choose a tag to compare

First release in 0.5.* stable series

0.4.5: Fix redeclarations with classes inside flattening class

26 Aug 13:41
Compare
Choose a tag to compare

Creating a new release to create a DOI for citation.

0.4.0

26 Sep 18:09
Compare
Choose a tag to compare
Optimize loading cache using highest protocol pickle

The current highest protocol 4 results in about ~25% smaller files for
large models. Using timeit, the parsing is about ~10% faster, when both
pickles are paged into memory. If the pickle is not yet loaded in
memory, the reduced filesize will increase the speedup to ~30%.

0.2.8

24 Aug 20:14
Compare
Choose a tag to compare
Fix delay expression with non-indexed symbols

Delay expressions can also be a function of parameters, inputs or other
non-indexed symbols. The test cases have been amended such that they would
have caught this bug.

0.2.4

19 Apr 14:55
Compare
Choose a tag to compare
0.2.4 Pre-release
Pre-release
Fix for loop containing zero sized symbols

0.2.3

14 Mar 16:43
Compare
Choose a tag to compare
0.2.3 Pre-release
Pre-release
Revert setup.py quote changes.

0.2.2

14 Mar 14:48
Compare
Choose a tag to compare
0.2.2 Pre-release
Pre-release

Adds ModelicaXML backend.