0.38.0
The main new features are a new storage (MovieStorage
), which stores data in a compressed movie, thus saving space at the expense of reduced accuracy. The release also provides a new solver and additional improvements.
What's Changed
- Storage view by @david-zwicker in #537
- Improved implicit scheme for SDEs by @david-zwicker in #538
- Expose
StorageView
better by @david-zwicker in #539 - Replaced some
assert
statements with proper checks by @david-zwicker in #541 - Improved error message for
bc_ops
argument by @david-zwicker in #542 - First version of automatic linear stability analysis by @david-zwicker in #543
- Movie storage by @david-zwicker in #545
- Improved corner interpolation of fields with boundary conditions by @david-zwicker in #547
- Added some tests for legacy file information by @david-zwicker in #548
- Allow writing times in separate file in
MovieStorage
by @david-zwicker in #549 - Add test files for writing movie files with time stamp information by @david-zwicker in #550
- Updated pip optional requirements by @david-zwicker in #551
- Fixed warning in MovieStorage when using non-uniform interrupts by @david-zwicker in #552
- Added Adams-Bashforth stepper by @david-zwicker in #553
- Improved documentation and performance tests for multistep solver by @david-zwicker in #554
Full Changelog: 0.37.1...0.38.0