Py Pde Versions Save

Python package for solving partial differential equations using finite differences.

0.38.0

1 month ago

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

Full Changelog: https://github.com/zwicker-group/py-pde/compare/0.37.1...0.38.0

0.37.1

3 months ago

What's Changed

Full Changelog: https://github.com/zwicker-group/py-pde/compare/0.37.0...0.37.1

0.37.0

3 months ago

First release supporting python 3.12. The minimal python version is 3.9 now.

What's Changed

Full Changelog: https://github.com/zwicker-group/py-pde/compare/0.36.0...0.37.0

0.36.0

4 months ago

This version contains a larger reorganization of the grid classes, where we now separated the calculations concerning coordinate systems in separate classes. This will make code cleaner in the longterm and allow us to support additional features more easily. However, this might also have introduced some bugs in the short-term.

What's Changed

Full Changelog: https://github.com/zwicker-group/py-pde/compare/0.35.0...0.36.0

0.35.0

4 months ago

What's Changed

Full Changelog: https://github.com/zwicker-group/py-pde/compare/0.34.0...0.35.0

0.34.0

5 months ago

What's Changed

Full Changelog: https://github.com/zwicker-group/py-pde/compare/0.33.3...0.34.0

0.33.3

5 months ago

What's Changed

Full Changelog: https://github.com/zwicker-group/py-pde/compare/0.33.2...0.33.3

0.33.2

6 months ago

Some minor updates. Most useful change is probably the introduction of the "rgb-image" plot kind for scalar field collections, which shows multiple fields into a single image.

What's Changed

Full Changelog: https://github.com/zwicker-group/py-pde/compare/0.33.1...0.33.2

0.33.1

7 months ago

What's Changed

Full Changelog: https://github.com/zwicker-group/py-pde/compare/0.33.0...0.33.1

0.33.0

8 months ago

Release with minor improvements, but also some breaking of backwards compatibility. In particular, we made the definition of cell coordinates more precise, which previously was used inconsistently. Two different versions of cell coordinates have been used where integral coordinates either refer to the cell center or its left edge. We now define cell coordinates to use the latter, since then the integral part denotes the cell, while the fractional part denotes the position within the cell.

What's Changed

Full Changelog: https://github.com/zwicker-group/py-pde/compare/0.32.2...0.33.0