Skip to content

Releases: open-atmos/PySDM

PySDM v2.5

09 Mar 05:41
7e9f15e
Compare
Choose a tag to compare

PySDM v2.4

08 Mar 21:12
d41917c
Compare
Choose a tag to compare
  • add black, isort and precommithooks code maintenance helpers (kudos @jb-mackay!)

PySDM v2.3

03 Mar 20:39
80684b9
Compare
Choose a tag to compare
  • fix in collision dynamics ctors solving problem with undefined random seed on the GPU backend (thanks @s-shima for reporting it)
  • cleanups and new smoke tests for CCN activation representation (thanks @claresinger)
  • CI: add job cancellation workflow for GitHub Actions (thanks @claresinger)

PySDM v2.2

24 Feb 19:35
afa5416
Compare
Choose a tag to compare
  • updates in Lowe et al. 2019 example (thanks @claresinger)
  • ambient relative humidity wrt ice (as option to the existing AmbientRelativeHumidity product)

PySDM v2.1

23 Feb 23:43
89601b7
Compare
Choose a tag to compare
  • new example: parcel simulation based on a setup from Pyrcel documentation (kudos @claresinger)
  • adding dry option to ParticleVolumeVersusRadiusLogarithmSpectrum product
  • arbitrary-moment product factory
  • nbviewer badges in README.md
  • cleanups

PySDM v2.0

17 Feb 22:31
686c157
Compare
Choose a tag to compare

tada:

  • Monte-Carlo super-particle-number-conserving collisional breakup representation
    (original algorithm and implementation by @edejong-caltech and @jb-mackay)

misc:

  • Lowe et al. 2019 (Pruppacher & Klett) diffusion kinetics/thermics & latent heat formula (thanks @claresinger)
  • Lowe 1977 saturation vapour pressure formulae (thanks @claresinger)
  • Murphy and Koop 2005 saturation vapour pressure formulae (thanks @isilber)
  • new product: FlowVelocityComponent
  • new spectra: Gamma & Gaussian (thanks @edejong-caltech)
  • fixing race condition in coalescence counter increments (thanks @jb-mackay)
  • fixing non-rectangular domain handling in VTK exporter
  • switch from SciPy to PySDM backend root-solver in CompressedFilmRuehl surface tension (thanks @claresinger)
  • swithing to use single buffer for all products (less memory allocated)
  • better unit-test coverage for physics formulae incl. units (thanks @claresinger)

PySDM v1.27

01 Mar 21:54
a76084f
Compare
Choose a tag to compare
  • moving terminal velocity and coalescence kernels out of "physics"
    (re-release to trigger DOI generation after enabling integration with Zenodo)

PySDM v1.26

14 Jan 18:46
ec6596a
Compare
Choose a tag to compare
  • new Szyszkowski-Langmuir surface tension model (and updates in Ruehl model) - kudos @claresinger!
  • JOSS paper branch merged into main one, added CI workflow to check the paper code
  • new cooling rate attribute and product
  • new max Courant number product
  • VTK exporter fixes
  • mass and heat accommodation coefficients alterable from within constants
  • cleanups

PySDM v1.25

03 Jan 01:31
41d3e90
Compare
Choose a tag to compare
  • major refactor around physical constants handling (Formulae ctor now accepts a dictionary of constant values to use instead of the defaults)
  • handling exdown -> pytest-codeblocks package name change in GA workflow files
  • first smoke test for immersion freezing using 2d kinematic setup (both singular and time-dependent)
  • binned terminal velocity product and a corresponding 2d kinematic GUI panel
  • mixed-phase support at Moist environment base class level
  • handling of non-spatial dimensions (e.g. histogram bins) in netCDF exporter
  • cleanups

PySDM v1.24

14 Dec 06:32
22d95f4
Compare
Choose a tag to compare
  • module docstring coverage reached 100% (checked with pylint in CI)
  • using python -We -m pdoc instead of pdoc to catch broken code links within docstring (and other issues)
  • catching OSError when importing ThrustRTC and issuing a warning (pdoc parsing works then even on machines without CUDA)
  • some minor code cleanups/refactors