Skip to content

Releases: zwicker-group/py-pde

0.38.0

04 Apr 06:55
1eba064
Compare
Choose a tag to compare

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: 0.37.1...0.38.0

0.37.1

16 Feb 17:38
c427579
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.37.0...0.37.1

0.37.0

08 Feb 18:46
5180993
Compare
Choose a tag to compare

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

What's Changed

Full Changelog: 0.36.0...0.37.0

0.36.0

28 Jan 08:31
62c53d4
Compare
Choose a tag to compare

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: 0.35.0...0.36.0

0.35.0

09 Jan 10:13
9420dc9
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.34.0...0.35.0

0.34.0

23 Dec 17:04
58c2625
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.33.3...0.34.0

0.33.3

21 Dec 12:04
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.33.2...0.33.3

0.33.2

26 Nov 11:29
aae2299
Compare
Choose a tag to compare

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: 0.33.1...0.33.2

0.33.1

03 Oct 17:07
9b59a53
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.33.0...0.33.1

0.33.0

22 Sep 15:06
9c628e4
Compare
Choose a tag to compare

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: 0.32.2...0.33.0