Skip to content

Releases: open-atmos/PySDM

PySDM v3.0.0-pre.3

09 Jul 08:35
be0da35
Compare
Choose a tag to compare

What's Changed

  • simple adaptivity in deposition growth; add ABIFM and multi-realisation curves to A&A example Fig 2; code cleanups by @slayoo in #1658

thanks @tluettm for coding #1658 together!

Full Changelog: v3.0.0-pre.1...v3.0.0-pre.3

tip

21 Oct 22:25
be0da35
Compare
Choose a tag to compare
tip Pre-release
Pre-release
simple adaptivity in deposition growth; add ABIFM and multi-realisati…

PySDM v3.0.0-pre.2

08 Jul 21:06
9af9277
Compare
Choose a tag to compare

What's Changed

  • dry-radius initialisation by computing equilibrium size for a given input wet radii (incl. API module-name change: initialisation.equilibrate_wet_radii -> initialisation.hygroscopic_equilibrium) by @slayoo in #1676

thanks @tluettm for the suggestion, pair-coding and for the review

Full Changelog: v3.0.0-pre.1...v3.0.0-pre.2

PySDM v3.0.0-pre.1

08 Jul 06:22
3dd55a6
Compare
Choose a tag to compare

What's Changed

  • docs: add a note on units to the PySDM docs landing page by @slayoo in #1671
  • add checks for broken links in markdown files, docstrings, notebooks, etc by @AgnieszkaZaba in #1672
  • docs: add acknowledgement for M3ODEL funding by @slayoo in #1675
  • add "threshold" homogeneous freezing & refactor immersion/homogenesous freezing setting flags + new thaw logic + GPU support for homogeneous freezing + removal of paper .md files in anticipation of 3.0-preX releasing scheme + update in copula examples to match changes in pyvinecopulib API by @tluettm in #1665

note: since in #1665, we've introduced API-breaking changes (naming of parameters in Freezing dynamic constructor), we are introducing v3.0.0-pre.N version numbering. Please expect a dozen of -pre.N releases overt the next months, before we roll out PySDM v3.

Full Changelog: v2.131...v3.0.0-pre.1

PySDM v2.131

03 Jul 11:58
91500df
Compare
Choose a tag to compare

What's Changed

  • CI: longer timeout for Windows for examples (as it has already been done for tests) by @slayoo in #1659
  • terminal velocity: add docstring to PowerSeries module, simplify code by @slayoo in #1660
  • new formula for isotopic kinetic fractionation factor: Bolot 2013 by @AgnieszkaZaba in #1611
  • Isotopic relaxation timescales comparison including two new timescale definitions: JouzelEtAl1975 & ZabaEtAl (+ workaround for Pillow deprecation warnings from matplotlib) by @AgnieszkaZaba in #1494
  • ice diffusion capacity: refactor for spherical & added columnar (+ several speedups in unrelated codes which started timeouting due to longer compilation time) by @tluettm in #1643

Full Changelog: v2.130...v2.131

PySDM v2.130

18 Jun 13:34
07512fe
Compare
Choose a tag to compare

What's Changed

  • Homogeneous freezing (as a new option in Freezing dynamic, disabled by default + new physics formulae for hom. nucl. rate); new example: Spichtinger_et_al_2023 by @tluettm in #1488
  • CI: do not run tests for docs/README-only commits in PRs by @slayoo in #1652

Full Changelog: v2.129...v2.130

PySDM v2.129

16 Jun 14:55
ea9144e
Compare
Choose a tag to compare

What's Changed

  • pvanim: make animation side user-definable; add dark/light mode option; fine tune font sizes and scene element placement; display time in minutes; longer simulation for docs homepage by @olastrz in #1639
  • constants: redefine room temperature to be 25C instead of 25.01C by @slayoo in #1646
  • introduce multiple choices for activation criteria in ActivableFraction product; sanitize saturation vs. supersaturation naming and units across the codebase by @slayoo in #1595

Thanks @uoedgpart and @AgnieszkaZaba for your work on #1595

Full Changelog: v2.128...v2.129

PySDM v2.128

06 Jun 11:20
85f8e73
Compare
Choose a tag to compare

What's Changed

  • collisions with adaptive timestepping in multi-cell grid: new test case depicting the scenario from adaptivity paper draft + docstring for scale_prob_for_adaptive_sdm_gamma() by @emmacware in #1644

New Contributors

Full Changelog: v2.127...v2.128

PySDM v2.127

05 Jun 08:54
e7f9982
Compare
Choose a tag to compare

What's Changed

  • add smoke test checking error measures for the Shima_et_al_2009 box example. Closes #327 by @slayoo in #1191

Kudos @piotrbartman for devising the test scenario, kudos @AgnieszkaZaba for making the test work!

Full Changelog: v2.126...v2.127

PySDM v2.126

03 Jun 21:11
8e75c71
Compare
Choose a tag to compare

What's Changed

  • new example: R.R. Rogers 1975 (Atmosphere 13(4)) fig 1 (parcel model using SciPy+Pint, without PySDM) by @slayoo in #1441

thanks @AgnieszkaZaba for adding the tests and polishing the PR!

Full Changelog: v2.125...v2.126