Skip to content

Releases: open-atmos/PySDM

PySDM v2.109

20 Mar 11:57
9cc2e06
Compare
Choose a tag to compare

What's Changed

  • remove 32-bit Windows CI using Appveyor (since Numba stopped packaging for 32-bit Windows) by @slayoo in #1549
  • switching from volume to mass condensation coordinates, handling dm_dt(r_dr_dt) in particle_shape_and_density by @slayoo in #1538

thanks @tluettm for pointing out the issue of the volume coordinates

Full Changelog: v2.108...v2.109

tip

21 Oct 22:25
9cc2e06
Compare
Choose a tag to compare
tip Pre-release
Pre-release
switching from volume to mass condensation coordinates, handling `dm_…

PySDM v2.108

19 Mar 19:07
476701b
Compare
Choose a tag to compare

What's Changed

  • Bump setuptools from 75.8.2 to 76.0.0 in /examples by @dependabot in #1534
  • mixed-phase moments: new test and filtering attr name fix by @slayoo in #1536
  • fix doi links + update bib json by @slayoo in #1537
  • assert helping to investigate R&S '82 example failures on Windows by @slayoo in #1541
  • R&S '82 example refactor: extract the definition of the custom MultiBox env from a notebook cell to a separate .py file by @slayoo in #1542
  • fixed dry-air molar mass (number vs. mass weighting), l_tri as a computed derived value; bib-script enhancements; Trivia.K2C and C2K; introducing XFAIL for R&S example on Windows (to be addressed in subsequent PR) by @AgnieszkaZaba in #1507

Full Changelog: v2.107...v2.108

PySDM v2.107

09 Mar 23:15
98ec4f1
Compare
Choose a tag to compare

What's Changed

  • immersion freezing paper revision notebook updates (cosmetics, DOI, year change to 2025) by @slayoo in #1484

Full Changelog: v2.106...v2.107

PySDM v2.106

08 Mar 20:54
2a84a4c
Compare
Choose a tag to compare

What's Changed

  • docs: adding mentions of Particula and Cloudy, clarifying that PySDM is enough to construct a cloud parcel model in Python by @slayoo in #1523
  • Bump setuptools from 75.8.1 to 75.8.2 in /examples by @dependabot in #1519
  • Update package name to lowercase in setup.py to match binary distribution format that is required on PyPi by @AgnieszkaZaba in #1528
  • Update examples package name in setup.py to match binary distribution format that is required on PyPi by @AgnieszkaZaba in #1529

Full Changelog: v2.105...v2.106

PySDM v2.105

07 Mar 10:01
ce84f6e
Compare
Choose a tag to compare

What's Changed

  • docs fix: add badges to init so that docs include the badges by @slayoo in #1522
  • isotopes: new Global Meteoric Water Line example (estimating coefficients through alphas) by @AgnieszkaZaba in #1520
  • refactor: remove references to backend from freezing dynamic and move freezing unit test to tests/unit_tests/dynamics. closes #1154 by @slayoo in #1515

Full Changelog: v2.104...v2.105

PySDM v2.104

05 Mar 06:59
17ec374
Compare
Choose a tag to compare

What's Changed

  • isotopes: add Gonfiantini 1986 example with fig. 3-1 reproduction (Rayleigh distillation for different RH for 2H and 18O + GMWL) by @AgnieszkaZaba in #1521

Full Changelog: v2.103...v2.104

PySDM v2.103

27 Feb 21:50
8b3631b
Compare
Choose a tag to compare

What's Changed

  • Bump setuptools-scm from 8.1.0 to 8.2.0 in /examples by @dependabot in #1517
  • Bump setuptools from 75.8.0 to 75.8.1 in /examples by @dependabot in #1518
  • new example: Toon et al. 1980 (hello-world for using PySDM for extraterrestrial clouds, here for Titan); variable-g/constant-T hydrostatics formulae by @aleksandratal in #142

New Contributors

Full Changelog: v2.102...v2.103

PySDM v2.102

17 Feb 23:02
6187706
Compare
Choose a tag to compare

What's Changed

  • new tests for mixed-phase moments, signed-water-mass attribute, radius_to_mass() for mixed phased spheres by @tluettm in #1513

New Contributors

Full Changelog: v2.101...v2.102

PySDM v2.101

11 Feb 07:07
17cf24a
Compare
Choose a tag to compare

What's Changed

  • refactor freezing code moving Poissonian void probability formula to Trivia; support for docstrings in Formulae._c_inline() by @slayoo in #1511
  • clarify dimensionality checks for dimensionless units (thanks @AgnieszkaZaba for hint) by @slayoo in #1512

Full Changelog: v2.100...v2.101