Releases: open-atmos/PySDM
Releases · open-atmos/PySDM
tip
Bump setuptools-scm from 8.2.1 to 8.3.1 (#1582) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Sylwester Arabas <[email protected]>
PySDM v2.118
What's Changed
Full Changelog: v2.117...v2.118
PySDM v2.117
What's Changed
Full Changelog: v2.116...v2.117
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
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