Skip to content

Releases: open-atmos/PyMPDATA

PyMPDATA v1.4.0

02 May 12:57
ba4999f

Choose a tag to compare

What's Changed

  • new example: Asian option pricing using 2D PDE (Pawel Magnuszewski's MSc project draft, to be submitted to arXiv soon) by @pawelmagnu in #543

Full Changelog: v1.3.6...v1.4.0

PyMPDATA v1.3.6

21 Apr 22:50
4d99b5f

Choose a tag to compare

What's Changed

  • Delete .github/workflows/projects.yml for closing project-board by @AgnieszkaZaba in #533
  • Add _debug_fill_halos() for arbitrary halo recalculation by @Sfonxu in #502

Full Changelog: v1.3.5...v1.3.6

PyMPDATA v1.3.5

10 Apr 00:32
a2dccc8

Choose a tag to compare

What's Changed

Full Changelog: v1.3.4...v1.3.5

PyMPDATA v1.3.4

30 Mar 23:52
40c97a7

Choose a tag to compare

What's Changed

Full Changelog: v1.3.3...v1.3.4

PyMPDATA v1.3.3

28 Mar 22:34
0a2e883

Choose a tag to compare

What's Changed

  • add sanity check if threading works in Stepper ctor (thanks @Sfonxu for help); drop appveyor CI (Numba no longer provides 32 bit wheels) by @slayoo in #527

Full Changelog: v1.3.2...v1.3.3

PyMPDATA v1.3.2

09 Mar 23:08
2c72cf7

Choose a tag to compare

What's Changed

  • add mention of advectionHPCtester in docs/other open-source implementations by @slayoo in #507
  • Update package names in setup.py files to match binary distribution format that is required on PyPI by @AgnieszkaZaba in #509

Full Changelog: v1.3.1...v1.3.2

PyMPDATA v1.3.1

25 Feb 14:58
3612439

Choose a tag to compare

What's Changed

  • closed-form solutions to Asian average strike and price options + tests, moving Black-Sscholes formulae from AF example to utils.financial_formulae, support for dividend yield in B-S formulae + test by @pawelmagnu in #497
  • fix docs landing site narrative to describe both animations by @slayoo in #506
  • support for 2D VectorFields in Extrapolated bc (previously was setting np.nan as a not-implemented indication) by @slayoo in #505

Full Changelog: v1.3.0...v1.3.1

v1.3.0

29 Jan 09:23
4422f2a

Choose a tag to compare

What's Changed

  • new example: buoyant-bubble with a Boussinesq system (velocity extrapolation in time + pressure solver) (AGH eng. project by Michał Kowalczyk @Caastlefox) by @slayoo in #495
  • fixes in docs formatting for the Boussinesq example; docstring re-formatting in many files (due to precommit bump) by @slayoo in #504

Full Changelog: v1.2.6...v1.3.0

v1.2.6

21 Jan 17:23
ddecbf2

Choose a tag to compare

What's Changed

  • Update url for tests.yml badge by @AgnieszkaZaba in #492
  • Create projects.yml to automate adding new issues and PR to project... by @AgnieszkaZaba in #491
  • use "no-local-version" for setuptools_scm "local_scheme" config by @slayoo in #493
  • add basic dark mode by @Sfonxu in #496
  • bump and extend Python/Matlab version set in CI by @slayoo in #500
  • add bibliography to pdoc-generated docs (json file with all mentioned papers identified by DOIs and cross-checked with code within CI workflow) by @pawelmagnu in #498
  • docstrings for constants in enumerations.py by @slayoo in #499

Full Changelog: v1.2.5...v1.2.6

PyMPDATA v1.2.5

11 Dec 09:00
a1912cc

Choose a tag to compare

What's Changed

  • add badges to docs; remove nav from index.html by @pawelmagnu in #477
  • remove version pin for flexparser by @slayoo in #478
  • remove bogus array flip in 2D adv-diff example + code cleanup by @AgnieszkaZaba in #468
  • adds max width for images by @pawelmagnu in #483
  • markdown/html bug in tutorial fixed by @Caastlefox in #484
  • CI workflows: do not run tests/examples on release (run only before and after merging); move pdoc and pypi workflows to separate .yml files by @AgnieszkaZaba in #489

New Contributors

Full Changelog: v1.2.4...v1.2.5