Releases: open-atmos/PySDM
Releases · open-atmos/PySDM
PySDM v2.60
What's Changed
- bump checkout action version by @slayoo in #1334
- spatial sampling: option to limit sampling along X-direction to a given range by @jtbuch in #1316
- Numba backend cached property refactor (tests may compile slower since JIT cache is now local to backend instance) by @slayoo in #1299
New Contributors
Full Changelog: v2.59...v2.60
PySDM v2.59
What's Changed
- adhere to matplotlib deprecations & bump PyPartMC CI version requirement by @slayoo in #1327
- move Gedzelman & Arnold zero-dR-condition from example notebook into PySDM/physics (i.e., Formulae) by @slayoo in #1326
- enable codecov logic for all builds, not only merge commits by @slayoo in #1332
- Bump pypartmc from 1.2.1 to 1.3.0 by @dependabot in #1330
- isotope notebooks update (plot label fix + plot regen) by @slayoo in #1333
Full Changelog: v2.58...v2.59
PySDM v2.58
What's Changed
- fix CI cache (which blocked release uploads to PyPI) & remove prange call from non-jit function in chemistry methods. closes #1298 by @slayoo in #1323
Full Changelog: v2.57...v2.58
PySDM v2.57
What's Changed
Full Changelog: v2.56...v2.57
PySDM v2.56
What's Changed
Full Changelog: v2.55...v2.56
PySDM v2.55
What's Changed
- surface precip product compatibility in S&H example and netCDF exporter + fix in CI examples-setup editable install by @slayoo in #1322
Thanks to @crocicc for spotting reporting the issue!
Full Changelog: v2.54...v2.55
PySDM v2.54
What's Changed
- new examples & smoke tests (isotopes, no env.):
- Gedzelman & Arnold 1994 fig 2 (fractionation upon evaporation in below-cloud subsaturated conditions)
- Miyake et al. 1968 fig 19 (isotopic relaxation timescale)
- formulae:
- isotope diffusivity ratios (Graham's law; Stewart 1975; Hellmann & Harvey)
- isotope relaxation timescales (Miyake)
- access to RogersYau terminal vel. from Formulae
- refactor around Null classes (removal of all but one null.py files)
- new ventilation test based on Kinzer & Gunn 1951 table 1
details: #1307
Full Changelog: v2.53...v2.54
PySDM v2.53
What's Changed
- Bump pypartmc from 1.1.4 to 1.2.0 by @dependabot in #1317
- improve Lognormal docstring + add unit tests by @slayoo in #1319
- add Mason's approximated drop growth formula in the very form given in the 1951 paper (without the -1 term) + unit test by @slayoo in #1320
Thanks @crocicc for feedback!
Full Changelog: v2.52...v2.53
PySDM v2.52
What's Changed
- Jensen & Nugent 2017 example updates (incl. new smoke tests, Fig 7, 8 and Tab 4 notebooks); GrabowskiEtAl2011 diffusion thermics coefficient fix; Bolton1980 & Wexler1976 svp formulae; by @bhiogade in #1283
Full Changelog: v2.51...v2.52
v2.51
What's Changed
- split unit tests, parcel smoke tests and multi-process/condensation examples into multiple jobs to reduce CI time; introduce pip cache for examples jobs by @slayoo in #1315
- add macOS (incl. amd64) and Windows readme code CI checks by @slayoo in #1306
pip cache logic based on analogous solution prepared by @Delcior for PyMPDATA-MPI - thanks!
Full Changelog: v2.50...v2.51