Releases: open-atmos/PySDM
Releases · open-atmos/PySDM
PySDM v2.116
What's Changed
- bump setup-julia github action version; switch julia CI runs from ubuntu to macos (workarounding Julia vs. OpenSSL linking issue with new Ubuntu); point PyCall to the same python as used by
pip install ...
by @Sfonxu in #1583 - add new example for ventilation factors (Pruppacher and Rasmussen 1979) by @AgnieszkaZaba in #1573
Full Changelog: v2.115...v2.116
tip
add new example for ventilation factors (Pruppacher and Rasmussen 19…
PySDM v2.115
What's Changed
- new tutorial: SDM algorithm (with code and animation for Wikipedia article on SDM) by @slayoo in #1579
thanks @emmacware for help!
Full Changelog: v2.114...v2.115
PySDM v2.114
What's Changed
- ventilation: new example based on fig. 1 from Stewart 1975 (and including data from Kinzer & Gunn 1951) by @AgnieszkaZaba in #1556
Full Changelog: v2.113...v2.114
PySDM v2.113
PySDM v2.112
What's Changed
- typo in docs homepage by @AgnieszkaZaba in #1569
- delete .github/workflows/projects.yml for closing project-board by @AgnieszkaZaba in #1570
- rebalancing load across CI workflows to avoid timeouts by @AgnieszkaZaba in #1575
Full Changelog: v2.111...v2.112
PySDM v2.111
What's Changed
- point merged-PR todo labels to a relevant issue by @slayoo in #1558
- Bump setuptools-scm from 8.2.0 to 8.2.1 by @dependabot in #1548
- set up html/pysdm -> html/PySDM redirect in docs by @slayoo in #1560
- revert #1560 (the case-sensitive folder name is handled internally by GitHub pages) by @slayoo in #1561
- add isotope kinetic fractionation factors to
physics
(Craig-Gordon and Jouzel-Merlivat-1984) + refactor existing code in examples to use it + add handling of web.archive urls in bib script by @AgnieszkaZaba in #1565
Full Changelog: v2.110...v2.111
PySDM v2.110
What's Changed
- Add description in init file in Bolin's example by @AgnieszkaZaba in #1557
- vapour deposition on ice (temporarily as a separate dynamic - to be combined with condensation); introducing
physics.latent_heat_sublimation
(and renamings inphysics
:latent_heat
tolatent_heat_vapourisation
,condensation_coordinate
todiffusion_coordinate
) by @slayoo in #1389
Kudos to @tluettm for spearheading the vapour-deposition-on-ice developments.
Full Changelog: v2.109...v2.110
PySDM v2.109
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)
inparticle_shape_and_density
by @slayoo in #1538
thanks @tluettm for pointing out the issue of the volume coordinates
Full Changelog: v2.108...v2.109
PySDM v2.108
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