v0.9.0
Note: "Initializer improvements" (PR #223) also includes the removal of the SimDimensions class and changes to how the simulation context is made available to simulation functions (like ADRIOs). Also related to this change: ADRIOs that previously required time frames to be given as parameters will now pull that time frame from the context (the simulation time frame) by default. But this can be optionally overridden.
What's Changed
- Remove IPM/MM library. by @JavadocMD in #211
- IPMs no longer lazy-evaluate various parts of the model. by @JavadocMD in #214
.diagram()
is now a method of IPM instances. by @JavadocMD in #215- Warn if IPM contains unused compartments or requirements. by @JavadocMD in #216
- Refactor pairwise haversine function. by @JavadocMD in #218
- Fix a spurious warning about the No IPM. by @JavadocMD in #219
- Delete unused code module. by @JavadocMD in #220
- Add explicit handling for removing all items from the cache (via CLI). by @JavadocMD in #221
- Add a transform option to line plots. by @JavadocMD in #222
- Initializer improvements by @JavadocMD in #223
- AdrioProgress events include attribute name. by @JavadocMD in #225
Full Changelog: v0.8.1...v0.9.0