Skip to content

Releases: open-atmos/PySDM

PySDM v2.116

24 Apr 21:43
90eb46c
Compare
Choose a tag to compare

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

21 Oct 22:25
90eb46c
Compare
Choose a tag to compare
tip Pre-release
Pre-release
add new example  for ventilation factors (Pruppacher and Rasmussen 19…

PySDM v2.115

22 Apr 11:01
fa905ad
Compare
Choose a tag to compare

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

19 Apr 13:42
e0efb42
Compare
Choose a tag to compare

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

19 Apr 12:17
d175107
Compare
Choose a tag to compare

What's Changed

  • INAS freezing temperature sampling in A&A example by @slayoo in #1563
  • recording temperature of last freezing for time-dependent immersion freezing by @slayoo in #1566

thanks @tluettm for reviving these issues and for code review.

Full Changelog: v2.112...v2.113

PySDM v2.112

18 Apr 09:57
62c152e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.111...v2.112

PySDM v2.111

10 Apr 06:11
1b0013d
Compare
Choose a tag to compare

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

30 Mar 22:57
1e7ed03
Compare
Choose a tag to compare

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 in physics: latent_heat to latent_heat_vapourisation, condensation_coordinate to diffusion_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

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

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