Skip to content

Releases: open-atmos/PySDM

PySDM v2.10

19 Jun 04:05
1b73342
Compare
Choose a tag to compare
  • fragmentation limiters (by @edejong-caltech)
  • 1D VTK and nceCDF exporters (by @sajjadazimi)
  • PyPI release automation through GitHub Actions
  • introducing test-time-dependency on PyPartMC

PySDM v2.9

01 Jun 21:20
c310fb3
Compare
Choose a tag to compare

PySDM v2.8

18 May 16:44
4c207b4
Compare
Choose a tag to compare
  • single-column environment and examples beef up (kudos @sajjadazimi)
  • improved aerosol initialisation test coverage (kudos @claresinger)
  • API change in aerosol initialisation (aerosol.aerosol_modes -> aerosol.modes)
  • JOSS v2 paper progress

PySDM v2.7

03 May 21:24
20301d7
Compare
Choose a tag to compare
  • handling of domain-leaving particles in displacement logic and 1D kinematic smoke tests updates (thanks to @sajjadazimi)
  • more tests for CCN activation (thanks to @claresinger)
  • code cleanups (including enforcing keyword parameters for functions with many args)

PySDM v2.6

24 Apr 06:48
ac981f1
Compare
Choose a tag to compare
  • common aerosol composition code in PySDM.initialisation (@claresinger)
  • breakup: counting breakup deficit instead of reporting error, vmin and nfmax thresholds (@edejong-caltech)
  • Area attribute and SimpleGeometric collision kernel (@edejong-caltech)
  • NumberSizeSpectrum and BreakupRateDeficitPerGridbox products (@edejong-caltech)
  • adaptive time-stepping in Displacement dynamic (criterion suggested by @mwest1066)
  • Feingold1988Frag fragmentation function (@edejong-caltech)
  • renaming default branch from master to main

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