What's Changed * Add description in init file in Bolin's example by AgnieszkaZaba in https://github.com/open-atmos/PySDM/pull/1557 * vapour deposition on ice (temporarily as a separate dynamic - to be combined with condensation); introducing `physics.latent_heat_sublimation` (and renamings in `physics`: `latent_heat` to `latent_heat_vapourisation`, `condensation_coordinate` to `diffusion_coordinate`) by slayoo in https://github.com/open-atmos/PySDM/pull/1389
Kudos to tluettm for spearheading the vapour-deposition-on-ice developments.
What's Changed * remove 32-bit Windows CI using Appveyor (since Numba stopped packaging for 32-bit Windows) by slayoo in https://github.com/open-atmos/PySDM/pull/1549 * switching from volume to mass condensation coordinates, handling `dm_dt(r_dr_dt)` in `particle_shape_and_density` by slayoo in https://github.com/open-atmos/PySDM/pull/1538
thanks tluettm for pointing out the issue of the volume coordinates
What's Changed * Bump setuptools from 75.8.2 to 76.0.0 in /examples by dependabot in https://github.com/open-atmos/PySDM/pull/1534 * mixed-phase moments: new test and filtering attr name fix by slayoo in https://github.com/open-atmos/PySDM/pull/1536 * fix doi links + update bib json by slayoo in https://github.com/open-atmos/PySDM/pull/1537 * assert helping to investigate R&S '82 example failures on Windows by slayoo in https://github.com/open-atmos/PySDM/pull/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 https://github.com/open-atmos/PySDM/pull/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 https://github.com/open-atmos/PySDM/pull/1507
What's Changed * immersion freezing paper revision notebook updates (cosmetics, DOI, year change to 2025) by slayoo in https://github.com/open-atmos/PySDM/pull/1484
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 https://github.com/open-atmos/PySDM/pull/1523 * Bump setuptools from 75.8.1 to 75.8.2 in /examples by dependabot in https://github.com/open-atmos/PySDM/pull/1519 * Update package name to lowercase in setup.py to match binary distribution format that is required on PyPi by AgnieszkaZaba in https://github.com/open-atmos/PySDM/pull/1528 * Update examples package name in setup.py to match binary distribution format that is required on PyPi by AgnieszkaZaba in https://github.com/open-atmos/PySDM/pull/1529
What's Changed * docs fix: add badges to __init__ so that docs include the badges by slayoo in https://github.com/open-atmos/PySDM/pull/1522 * isotopes: new Global Meteoric Water Line example (estimating coefficients through alphas) by AgnieszkaZaba in https://github.com/open-atmos/PySDM/pull/1520 * refactor: remove references to backend from freezing dynamic and move freezing unit test to tests/unit_tests/dynamics. closes 1154 by slayoo in https://github.com/open-atmos/PySDM/pull/1515