8000 Tags · zwicker-group/py-pde · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: zwicker-group/py-pde

Tags

0.38.0

Toggle 0.38.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Improved documentation and performance tests for multistep solver (#554)

0.37.1

Toggle 0.37.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added `boundaries` iterator to `Boundaries` class (#536)

0.37.0

Toggle 0.37.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump allowed python version to 3.12 (#473)

* Bumped allowed python version to 3.12
* Raised minimal python version to 3.9
* Bumped some more requirements
* Removed pyFFTW requirement until it supports python 3.12
* Updated jupyter notebooks

0.36.0

Toggle 0.36.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Separate classes describing coordinate systems (#527)

* First version of defining separate classes for orthonormal coordinates
* Use coordiantes classes in grids
* Added `_axes_symmetric` and `_axes_described` attributes to grid classes
* Implemented some methods generically in the GridBase class
* Removed old methods
* Fixed plotting of transposed images
* Allow alternative names for grid axes (to be used in expressions)

0.35.0

Toggle 0.35.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Cleaned some methods concerning geometry (#518)

The method `polar_coordinates_real` has been deprecated and will be
removed in a future release.

0.34.0

Toggle 0.34.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Renamed `intervals` to `interrupts` (#507)

This addresses an old inconsistency described in #459. For now the old option should still work but raise a DeprecationWarning. We will probably remove the `interval` argument in about 6 months or so.

Closes #459

0.33.3

Toggle 0.33.3's commit message
Improved documentation

0.33.2

Toggle 0.33.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Prepare the package for more difficult curvilinear grids (#487)

0.33.1

Toggle 0.33.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Minor updates of docstrings and other small things (#472)

0.33.0

Toggle 0.33.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Made definition of cell coordinates more precise (#467)

Two different versions of cell coordinates have been used where integral
coordinates either refer to the cell center or it's 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.

This change might break other packages downstream, so we will release a
new version of the package soon.
0