Recent Releases of PySDM

PySDM - PySDM 3.0.0-pre.10

What's Changed

Full Changelog: https://github.com/open-atmos/PySDM/compare/v3.0.0-pre.9...3.0.0-pre.10

Atmosphere - Atmospheric Chemistry and Aerosol - Python
Published by slayoo 6 months ago

PySDM - PySDM v3.0.0-pre.9

What's Changed

Full Changelog: https://github.com/open-atmos/PySDM/compare/v3.0.0-pre.8...v3.0.0-pre.9

Atmosphere - Atmospheric Chemistry and Aerosol - Python
Published by slayoo 6 months ago

PySDM - PySDM v3.0.0-pre.8

What's Changed

Full Changelog: https://github.com/open-atmos/PySDM/compare/v3.0.0-pre.7...v3.0.0-pre.8

Atmosphere - Atmospheric Chemistry and Aerosol - Python
Published by slayoo 6 months ago

PySDM - PySDM v3.0.0-pre.7

What's Changed

Full Changelog: https://github.com/open-atmos/PySDM/compare/v3.0.0-pre.6...v3.0.0-pre.7

Atmosphere - Atmospheric Chemistry and Aerosol - Python
Published by slayoo 7 months ago

PySDM - PySDM v3.0.0-pre.6

What's Changed

Full Changelog: https://github.com/open-atmos/PySDM/compare/v3.0.0-pre.5...v3.0.0-pre.6

Atmosphere - Atmospheric Chemistry and Aerosol - Python
Published by slayoo 7 months ago

PySDM - PySDM v3.0.0-pre.5

What's Changed

New Contributors

Full Changelog: https://github.com/open-atmos/PySDM/compare/v3.0.0-pre.4...v3.0.0-pre.5

Atmosphere - Atmospheric Chemistry and Aerosol - Python
Published by slayoo 8 months ago

PySDM - PySDM v3.0.0-pre.4

What's Changed

starting from this release, backend instantiation works as follows (with the API essentially unchanged):

  • Numba(formulae=None, ...) and ThrustRTC(formulae=None, ...) return a new backend instance each time called
  • CPU(formulae=None, ...) and GPU(formulae=None, ...) use a global backend instance cache (with formulae and all other **kwargs featured in the cache key)

Thus, any code that used the CPU/GPU aliases before, now uses the new cache. This provides a considerable speed up in cases where multiple simulations are performed, and where previously the backend was not shared among particulators.

Full Changelog: https://github.com/open-atmos/PySDM/compare/v3.0.0-pre.3...v3.0.0-pre.4

Atmosphere - Atmospheric Chemistry and Aerosol - Python
Published by slayoo 8 months ago

PySDM - PySDM v3.0.0-pre.3

What's Changed

thanks @tluettm for coding #1658 together!

Full Changelog: https://github.com/open-atmos/PySDM/compare/v3.0.0-pre.1...v3.0.0-pre.3

Atmosphere - Atmospheric Chemistry and Aerosol - Python
Published by slayoo 9 months ago

PySDM - PySDM v3.0.0-pre.2

What's Changed

  • dry-radius initialisation by computing equilibrium size for a given input wet radii (incl. API module-name change: initialisation.equilibrate_wet_radii -> initialisation.hygroscopic_equilibrium) by @slayoo in https://github.com/open-atmos/PySDM/pull/1676

thanks @tluettm for the suggestion, pair-coding and for the review

Full Changelog: https://github.com/open-atmos/PySDM/compare/v3.0.0-pre.1...v3.0.0-pre.2

Atmosphere - Atmospheric Chemistry and Aerosol - Python
Published by slayoo 9 months ago

PySDM - PySDM v3.0.0-pre.1

What's Changed

note: since in #1665, we've introduced API-breaking changes (naming of parameters in Freezing dynamic constructor), we are introducing v3.0.0-pre.N version numbering. Please expect a dozen of -pre.N releases overt the next months, before we roll out PySDM v3.

Full Changelog: https://github.com/open-atmos/PySDM/compare/v2.131...v3.0.0-pre.1

Atmosphere - Atmospheric Chemistry and Aerosol - Python
Published by slayoo 9 months ago

PySDM - PySDM v2.131

What's Changed

Full Changelog: https://github.com/open-atmos/PySDM/compare/v2.130...v2.131

Atmosphere - Atmospheric Chemistry and Aerosol - Python
Published by slayoo 9 months ago

PySDM - PySDM v2.130

What's Changed

Full Changelog: https://github.com/open-atmos/PySDM/compare/v2.129...v2.130

Atmosphere - Atmospheric Chemistry and Aerosol - Python
Published by slayoo 9 months ago

PySDM - PySDM v2.129

What's Changed

Thanks @uoedgpart and @AgnieszkaZaba for your work on #1595

Full Changelog: https://github.com/open-atmos/PySDM/compare/v2.128...v2.129

Atmosphere - Atmospheric Chemistry and Aerosol - Python
Published by slayoo 9 months ago

PySDM - PySDM v2.128

What's Changed

  • collisions with adaptive timestepping in multi-cell grid: new test case depicting the scenario from adaptivity paper draft + docstring for scale_prob_for_adaptive_sdm_gamma() by @emmacware in https://github.com/open-atmos/PySDM/pull/1644

New Contributors

Full Changelog: https://github.com/open-atmos/PySDM/compare/v2.127...v2.128

Atmosphere - Atmospheric Chemistry and Aerosol - Python
Published by slayoo 10 months ago

PySDM - PySDM v2.127

What's Changed

Kudos @piotrbartman for devising the test scenario, kudos @AgnieszkaZaba for making the test work!

Full Changelog: https://github.com/open-atmos/PySDM/compare/v2.126...v2.127

Atmosphere - Atmospheric Chemistry and Aerosol - Python
Published by slayoo 10 months ago

PySDM - PySDM v2.126

What's Changed

thanks @AgnieszkaZaba for adding the tests and polishing the PR!

Full Changelog: https://github.com/open-atmos/PySDM/compare/v2.125...v2.126

Atmosphere - Atmospheric Chemistry and Aerosol - Python
Published by slayoo 10 months ago

PySDM - PySDM v2.125

What's Changed

Kudos to @Griger5 for sorting out #1410 by modernizing PyPartMC packaging workflows!

Full Changelog: https://github.com/open-atmos/PySDM/compare/v2.124...v2.125

Atmosphere - Atmospheric Chemistry and Aerosol - Python
Published by slayoo 10 months ago

PySDM - PySDM v2.124

What's Changed

Full Changelog: https://github.com/open-atmos/PySDM/compare/v2.123...v2.124

Atmosphere - Atmospheric Chemistry and Aerosol - Python
Published by AgnieszkaZaba 10 months ago

PySDM - PySDM v2.123

What's Changed

Full Changelog: https://github.com/open-atmos/PySDM/compare/v2.122...v2.123

Atmosphere - Atmospheric Chemistry and Aerosol - Python
Published by slayoo 10 months ago

PySDM - PySDM v2.122

What's Changed

Full Changelog: https://github.com/open-atmos/PySDM/compare/v2.121...v2.122

Atmosphere - Atmospheric Chemistry and Aerosol - Python
Published by slayoo 10 months ago

PySDM - PySDM v2.121

What's Changed

  • fix video HTML tag in examples docs landing site by @slayoo in https://github.com/open-atmos/PySDM/pull/1612
  • Add new examples from Jouzel and Merlivat '84 and Fisher '91 with kinetic fractionation factor; clean up ventilation_factor handling (separate mass & heat ventilation); introduce physics.drop_growth.Howell1949 (replacement for physics.drop_growth.Mason1951) and physics.drop_growth.Fick by @AgnieszkaZaba in https://github.com/open-atmos/PySDM/pull/1568

kudos to @erosky in joining the work on isotopes in #1568, thanks!

Full Changelog: https://github.com/open-atmos/PySDM/compare/v2.120...v2.121

Atmosphere - Atmospheric Chemistry and Aerosol - Python
Published by slayoo 10 months ago

PySDM - PySDM v2.120

What's Changed

thanks to @AgnieszkaZaba, @emmacware and @thearia0 for help in testing and debugging the Paraview script!

Full Changelog: https://github.com/open-atmos/PySDM/compare/v2.119...v2.120

Atmosphere - Atmospheric Chemistry and Aerosol - Python
Published by slayoo 10 months ago

PySDM - PySDM v2.119

What's Changed

Full Changelog: https://github.com/open-atmos/PySDM/compare/v2.118...v2.119

Atmosphere - Atmospheric Chemistry and Aerosol - Python
Published by slayoo 10 months ago

PySDM - PySDM v2.118

What's Changed

Full Changelog: https://github.com/open-atmos/PySDM/compare/v2.117...v2.118

Atmosphere - Atmospheric Chemistry and Aerosol - Python
Published by slayoo 11 months ago

PySDM - PySDM v2.117

What's Changed

Full Changelog: https://github.com/open-atmos/PySDM/compare/v2.116...v2.117

Atmosphere - Atmospheric Chemistry and Aerosol - Python
Published by slayoo 11 months ago

PySDM - PySDM v2.116

What's Changed

Full Changelog: https://github.com/open-atmos/PySDM/compare/v2.115...v2.116

Atmosphere - Atmospheric Chemistry and Aerosol - Python
Published by slayoo 11 months ago

PySDM - PySDM v2.115

What's Changed

thanks @emmacware for help!

Full Changelog: https://github.com/open-atmos/PySDM/compare/v2.114...v2.115

Atmosphere - Atmospheric Chemistry and Aerosol - Python
Published by slayoo 11 months ago

PySDM - PySDM v2.114

What's Changed

Full Changelog: https://github.com/open-atmos/PySDM/compare/v2.113...v2.114

Atmosphere - Atmospheric Chemistry and Aerosol - Python
Published by slayoo 11 months ago

PySDM - PySDM v2.113

What's Changed

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

Full Changelog: https://github.com/open-atmos/PySDM/compare/v2.112...v2.113

Atmosphere - Atmospheric Chemistry and Aerosol - Python
Published by slayoo 11 months ago

PySDM - PySDM v2.112

What's Changed

Full Changelog: https://github.com/open-atmos/PySDM/compare/v2.111...v2.112

Atmosphere - Atmospheric Chemistry and Aerosol - Python
Published by slayoo 11 months ago

PySDM - PySDM v2.111

What's Changed

Full Changelog: https://github.com/open-atmos/PySDM/compare/v2.110...v2.111

Atmosphere - Atmospheric Chemistry and Aerosol - Python
Published by slayoo 12 months ago

PySDM - PySDM v2.110

What's Changed

Kudos to @tluettm for spearheading the vapour-deposition-on-ice developments.

Full Changelog: https://github.com/open-atmos/PySDM/compare/v2.109...v2.110

Atmosphere - Atmospheric Chemistry and Aerosol - Python
Published by slayoo 12 months ago

PySDM - PySDM v2.109

What's Changed

thanks @tluettm for pointing out the issue of the volume coordinates

Full Changelog: https://github.com/open-atmos/PySDM/compare/v2.108...v2.109

Atmosphere - Atmospheric Chemistry and Aerosol - Python
Published by slayoo about 1 year ago

PySDM - PySDM v2.108

What's Changed

Full Changelog: https://github.com/open-atmos/PySDM/compare/v2.107...v2.108

Atmosphere - Atmospheric Chemistry and Aerosol - Python
Published by slayoo about 1 year ago

PySDM - PySDM v2.107

What's Changed

Full Changelog: https://github.com/open-atmos/PySDM/compare/v2.106...v2.107

Atmosphere - Atmospheric Chemistry and Aerosol - Python
Published by slayoo about 1 year ago

PySDM - PySDM v2.106

What's Changed

Full Changelog: https://github.com/open-atmos/PySDM/compare/v2.105...v2.106

Atmosphere - Atmospheric Chemistry and Aerosol - Python
Published by slayoo about 1 year ago

PySDM - PySDM v2.105

What's Changed

Full Changelog: https://github.com/open-atmos/PySDM/compare/v2.104...v2.105

Atmosphere - Atmospheric Chemistry and Aerosol - Python
Published by slayoo about 1 year ago

PySDM - PySDM v2.104

What's Changed

Full Changelog: https://github.com/open-atmos/PySDM/compare/v2.103...v2.104

Atmosphere - Atmospheric Chemistry and Aerosol - Python
Published by slayoo about 1 year ago

PySDM - PySDM v2.103

What's Changed

New Contributors

Full Changelog: https://github.com/open-atmos/PySDM/compare/v2.102...v2.103

Atmosphere - Atmospheric Chemistry and Aerosol - Python
Published by slayoo about 1 year ago

PySDM - PySDM v2.102

What's Changed

New Contributors

Full Changelog: https://github.com/open-atmos/PySDM/compare/v2.101...v2.102

Atmosphere - Atmospheric Chemistry and Aerosol - Python
Published by slayoo about 1 year ago

PySDM - PySDM v2.101

What's Changed

Full Changelog: https://github.com/open-atmos/PySDM/compare/v2.100...v2.101

Atmosphere - Atmospheric Chemistry and Aerosol - Python
Published by slayoo about 1 year ago

PySDM - PySDM v2.100

What's Changed

Full Changelog: https://github.com/open-atmos/PySDM/compare/v2.99...v2.100

Atmosphere - Atmospheric Chemistry and Aerosol - Python
Published by slayoo about 1 year ago

PySDM - PySDM v2.99

What's Changed

thanks @AgnieszkaZaba for help

Full Changelog: https://github.com/open-atmos/PySDM/compare/v2.98...v2.99

Atmosphere - Atmospheric Chemistry and Aerosol - Python
Published by slayoo about 1 year ago

PySDM - PySDM v2.98

What's Changed

Full Changelog: https://github.com/open-atmos/PySDM/compare/v2.97...v2.98

Atmosphere - Atmospheric Chemistry and Aerosol - Python
Published by slayoo about 1 year ago

PySDM - PySDM v2.97

What's Changed

Full Changelog: https://github.com/open-atmos/PySDM/compare/v2.96...v2.97

Atmosphere - Atmospheric Chemistry and Aerosol - Python
Published by slayoo about 1 year ago

PySDM - PySDM v2.96

What's Changed

Full Changelog: https://github.com/open-atmos/PySDM/compare/v2.95...v2.96

Atmosphere - Atmospheric Chemistry and Aerosol - Python
Published by slayoo about 1 year ago

PySDM - PySDM v2.95

What's Changed

Full Changelog: https://github.com/open-atmos/PySDM/compare/v2.94...v2.95

Atmosphere - Atmospheric Chemistry and Aerosol - Python
Published by AgnieszkaZaba about 1 year ago

PySDM - PySDM v2.94

What's Changed

New Contributors

Full Changelog: https://github.com/open-atmos/PySDM/compare/v2.93...v2.94

Atmosphere - Atmospheric Chemistry and Aerosol - Python
Published by slayoo about 1 year ago

PySDM - PySDM v2.93

What's Changed

Full Changelog: https://github.com/open-atmos/PySDM/compare/v2.92...v2.93

Atmosphere - Atmospheric Chemistry and Aerosol - Python
Published by AgnieszkaZaba about 1 year ago

PySDM - PySDM v2.92

What's Changed

Kudos to @AgnieszkaZaba for populating all example notebooks with output figures!

Full Changelog: https://github.com/open-atmos/PySDM/compare/v2.91...v2.92

Atmosphere - Atmospheric Chemistry and Aerosol - Python
Published by slayoo over 1 year ago

PySDM - PySDM v2.91

What's Changed

thanks @RonnyPfannschmidt for help in sorting out setuptools_scm local-version issue

Full Changelog: https://github.com/open-atmos/PySDM/compare/v2.90...v2.91

Atmosphere - Atmospheric Chemistry and Aerosol - Python
Published by slayoo over 1 year ago

PySDM - PySDM v2.90

What's Changed

Full Changelog: https://github.com/open-atmos/PySDM/compare/v2.89...v2.90

Atmosphere - Atmospheric Chemistry and Aerosol - Python
Published by AgnieszkaZaba over 1 year ago

PySDM - PySDM v2.89

What's Changed

Full Changelog: https://github.com/open-atmos/PySDM/compare/v2.88...v2.89

Atmosphere - Atmospheric Chemistry and Aerosol - Python
Published by slayoo over 1 year ago

PySDM - PySDM v2.88

What's Changed

Full Changelog: https://github.com/open-atmos/PySDM/compare/v2.87...v2.88

Atmosphere - Atmospheric Chemistry and Aerosol - Python
Published by slayoo over 1 year ago

PySDM - PySDM v2.87

What's Changed

Full Changelog: https://github.com/open-atmos/PySDM/compare/v2.86...v2.87

Atmosphere - Atmospheric Chemistry and Aerosol - Python
Published by slayoo over 1 year ago

PySDM - PySDM v2.86

What's Changed

kudos @Sfonxu for suggesting and finding a way how to do dark mode in the docs!

Full Changelog: https://github.com/open-atmos/PySDM/compare/v2.85...v2.86

Atmosphere - Atmospheric Chemistry and Aerosol - Python
Published by slayoo over 1 year ago

PySDM - PySDM v2.85

What's Changed

Full Changelog: https://github.com/open-atmos/PySDM/compare/v2.84...v2.85

Atmosphere - Atmospheric Chemistry and Aerosol - Python
Published by AgnieszkaZaba over 1 year ago

PySDM - PySDM v2.84

What's Changed

Full Changelog: https://github.com/open-atmos/PySDM/compare/v2.83...v2.84

Atmosphere - Atmospheric Chemistry and Aerosol - Python
Published by slayoo over 1 year ago

PySDM - v2.83

What's Changed

Full Changelog: https://github.com/open-atmos/PySDM/compare/v2.82...v2.83

Atmosphere - Atmospheric Chemistry and Aerosol - Python
Published by slayoo over 1 year ago

PySDM - PySDM v2.82

What's Changed

Full Changelog: https://github.com/open-atmos/PySDM/compare/v2.81...v2.82

Atmosphere - Atmospheric Chemistry and Aerosol - Python
Published by slayoo over 1 year ago

PySDM - PySDM v2.81

What's Changed

Full Changelog: https://github.com/open-atmos/PySDM/compare/v2.80...v2.81

Atmosphere - Atmospheric Chemistry and Aerosol - Python
Published by slayoo over 1 year ago

PySDM - PySDM v2.80

What's Changed

New Contributors

Full Changelog: https://github.com/open-atmos/PySDM/compare/v2.79...v2.80

Atmosphere - Atmospheric Chemistry and Aerosol - Python
Published by slayoo over 1 year ago

PySDM - PySDM v2.79

What's Changed

New Contributors

Full Changelog: https://github.com/open-atmos/PySDM/compare/v2.78...v2.79

Atmosphere - Atmospheric Chemistry and Aerosol - Python
Published by slayoo over 1 year ago

PySDM - PySDM v2.78

What's Changed

Full Changelog: https://github.com/open-atmos/PySDM/compare/v2.77...v2.78

Atmosphere - Atmospheric Chemistry and Aerosol - Python
Published by slayoo over 1 year ago

PySDM - PySDM v2.77

What's Changed

New Contributors

Full Changelog: https://github.com/open-atmos/PySDM/compare/v2.76...v2.77

Atmosphere - Atmospheric Chemistry and Aerosol - Python
Published by slayoo over 1 year ago

PySDM - PySDM v2.76

  • fixed TODO label in the new seeding code

Full Changelog: https://github.com/open-atmos/PySDM/compare/v2.75...v2.76

Atmosphere - Atmospheric Chemistry and Aerosol - Python
Published by slayoo over 1 year ago

PySDM - PySDM v2.75

What's Changed

Kudos @jtbuch & @claresinger!

Full Changelog: https://github.com/open-atmos/PySDM/compare/v2.74...v2.75

Atmosphere - Atmospheric Chemistry and Aerosol - Python
Published by slayoo over 1 year ago

PySDM - PySDM v2.74

What's Changed

New Contributors

Full Changelog: https://github.com/open-atmos/PySDM/compare/v2.73...v2.74

Atmosphere - Atmospheric Chemistry and Aerosol - Python
Published by slayoo over 1 year ago

PySDM - PySDM v2.73

What's Changed

Full Changelog: https://github.com/open-atmos/PySDM/compare/v2.72...v2.73

Atmosphere - Atmospheric Chemistry and Aerosol - Python
Published by slayoo over 1 year ago

PySDM - PySDM v2.72

What's Changed

thanks @pawelmagnu for help

Full Changelog: https://github.com/open-atmos/PySDM/compare/v2.71...v2.72

Atmosphere - Atmospheric Chemistry and Aerosol - Python
Published by slayoo over 1 year ago

PySDM - PySDM v2.71

What's Changed

Full Changelog: https://github.com/open-atmos/PySDM/compare/v2.70...v2.71

Atmosphere - Atmospheric Chemistry and Aerosol - Python
Published by slayoo over 1 year ago

PySDM - PySDM v2.70

What's Changed

  • introducing @register_product decorator to make product instances re-usable (previously calling .register() from a subsequent builder invalidated the former builder/particulator) by @slayoo in https://github.com/open-atmos/PySDM/pull/1370

Full Changelog: https://github.com/open-atmos/PySDM/compare/v2.69...v2.70

Atmosphere - Atmospheric Chemistry and Aerosol - Python
Published by slayoo over 1 year ago

PySDM - PySDM v2.69

What's Changed

Full Changelog: https://github.com/open-atmos/PySDM/compare/v2.68...v2.69

Atmosphere - Atmospheric Chemistry and Aerosol - Python
Published by slayoo over 1 year ago

PySDM - PySDM v2.68

What's Changed

  • attribute request logic refactor; relaxed-velocity docstring update (order of registration should not matter for attributes, unit test asserting it included); CI job dependencies refactor by @slayoo in https://github.com/open-atmos/PySDM/pull/1288

Full Changelog: https://github.com/open-atmos/PySDM/compare/v2.67...v2.68

Atmosphere - Atmospheric Chemistry and Aerosol - Python
Published by slayoo over 1 year ago

PySDM - PySDM v2.67

What's Changed

Full Changelog: https://github.com/open-atmos/PySDM/compare/v2.66...v2.67

Atmosphere - Atmospheric Chemistry and Aerosol - Python
Published by slayoo over 1 year ago

PySDM - PySDM v2.66

What's Changed

Kudos to @piotrbartman for suggesting how to solve the "mapper issue"!

Full Changelog: https://github.com/open-atmos/PySDM/compare/v2.65...v2.66

Atmosphere - Atmospheric Chemistry and Aerosol - Python
Published by slayoo over 1 year ago

PySDM - PySDM v2.65

What's Changed

Full Changelog: https://github.com/open-atmos/PySDM/compare/v2.64...v2.65

Atmosphere - Atmospheric Chemistry and Aerosol - Python
Published by slayoo over 1 year ago

PySDM - PySDM v2.64

What's Changed

Thanks @jbarr444 for feedback

Full Changelog: https://github.com/open-atmos/PySDM/compare/v2.63...v2.64

Atmosphere - Atmospheric Chemistry and Aerosol - Python
Published by slayoo almost 2 years ago

PySDM - PySDM v2.63

What's Changed

Thanks @jbarr444 for reporting the issue with ParticleSizeSpectrum product!

Full Changelog: https://github.com/open-atmos/PySDM/compare/v2.62...v2.63

Atmosphere - Atmospheric Chemistry and Aerosol - Python
Published by slayoo almost 2 years ago

PySDM - PySDM v2.62

What's Changed

Full Changelog: https://github.com/open-atmos/PySDM/compare/v2.61...v2.62

Atmosphere - Atmospheric Chemistry and Aerosol - Python
Published by slayoo almost 2 years ago

PySDM - PySDM v2.61

What's Changed

Full Changelog: https://github.com/open-atmos/PySDM/compare/v2.60...v2.61

Atmosphere - Atmospheric Chemistry and Aerosol - Python
Published by slayoo almost 2 years ago

PySDM - PySDM v2.60

What's Changed

New Contributors

Full Changelog: https://github.com/open-atmos/PySDM/compare/v2.59...v2.60

Atmosphere - Atmospheric Chemistry and Aerosol - Python
Published by slayoo almost 2 years ago

PySDM - PySDM v2.59

What's Changed

Full Changelog: https://github.com/open-atmos/PySDM/compare/v2.58...v2.59

Atmosphere - Atmospheric Chemistry and Aerosol - Python
Published by slayoo almost 2 years ago

PySDM - PySDM v2.58

What's Changed

Full Changelog: https://github.com/open-atmos/PySDM/compare/v2.57...v2.58

Atmosphere - Atmospheric Chemistry and Aerosol - Python
Published by slayoo almost 2 years ago

PySDM - PySDM v2.57

What's Changed

Full Changelog: https://github.com/open-atmos/PySDM/compare/v2.56...v2.57

Atmosphere - Atmospheric Chemistry and Aerosol - Python
Published by slayoo almost 2 years ago

PySDM - PySDM v2.56

What's Changed

Full Changelog: https://github.com/open-atmos/PySDM/compare/v2.55...v2.56

Atmosphere - Atmospheric Chemistry and Aerosol - Python
Published by slayoo almost 2 years ago

PySDM - PySDM v2.55

What's Changed

Thanks to @crocicc for spotting reporting the issue!

Full Changelog: https://github.com/open-atmos/PySDM/compare/v2.54...v2.55

Atmosphere - Atmospheric Chemistry and Aerosol - Python
Published by slayoo almost 2 years ago

PySDM - 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: https://github.com/open-atmos/PySDM/pull/1307

Full Changelog: https://github.com/open-atmos/PySDM/compare/v2.53...v2.54

Atmosphere - Atmospheric Chemistry and Aerosol - Python
Published by slayoo almost 2 years ago

PySDM - PySDM v2.53

What's Changed

Thanks @crocicc for feedback!

Full Changelog: https://github.com/open-atmos/PySDM/compare/v2.52...v2.53

Atmosphere - Atmospheric Chemistry and Aerosol - Python
Published by slayoo almost 2 years ago

PySDM - 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 https://github.com/open-atmos/PySDM/pull/1283

Full Changelog: https://github.com/open-atmos/PySDM/compare/v2.51...v2.52

Atmosphere - Atmospheric Chemistry and Aerosol - Python
Published by slayoo almost 2 years ago

PySDM - v2.51

What's Changed

pip cache logic based on analogous solution prepared by @Delcior for PyMPDATA-MPI - thanks!

Full Changelog: https://github.com/open-atmos/PySDM/compare/v2.50...v2.51

Atmosphere - Atmospheric Chemistry and Aerosol - Python
Published by slayoo almost 2 years ago

PySDM - PySDM v2.50

What's Changed

Full Changelog: https://github.com/open-atmos/PySDM/compare/v2.49...v2.50

Atmosphere - Atmospheric Chemistry and Aerosol - Python
Published by slayoo almost 2 years ago

PySDM - PySDM v2.49

What's Changed

Thanks @crocicc for suggesting it and for the review!

Full Changelog: https://github.com/open-atmos/PySDM/compare/v2.48...v2.49

Atmosphere - Atmospheric Chemistry and Aerosol - Python
Published by slayoo almost 2 years ago

PySDM - PySDM v2.48

What's Changed

Full Changelog: https://github.com/open-atmos/PySDM/compare/v2.47...v2.48

Atmosphere - Atmospheric Chemistry and Aerosol - Python
Published by slayoo almost 2 years ago

PySDM - PySDM v2.47

What's Changed

New Contributors

Full Changelog: https://github.com/open-atmos/PySDM/compare/v2.46...v2.47

Atmosphere - Atmospheric Chemistry and Aerosol - Python
Published by slayoo about 2 years ago

PySDM - PySDM v2.46

What's Changed

Full Changelog: https://github.com/open-atmos/PySDM/compare/v2.45...v2.46

Atmosphere - Atmospheric Chemistry and Aerosol - Python
Published by slayoo about 2 years ago

PySDM - PySDM v2.45

What's Changed

Full Changelog: https://github.com/open-atmos/PySDM/compare/v2.44...v2.45

Atmosphere - Atmospheric Chemistry and Aerosol - Python
Published by slayoo about 2 years ago

PySDM - PySDM v2.44

What's Changed

Full Changelog: https://github.com/open-atmos/PySDM/compare/v2.43...v2.44

Atmosphere - Atmospheric Chemistry and Aerosol - Python
Published by slayoo about 2 years ago

PySDM - PySDM v2.43

What's Changed

Full Changelog: https://github.com/open-atmos/PySDM/compare/v2.42...v2.43

Atmosphere - Atmospheric Chemistry and Aerosol - Python
Published by slayoo about 2 years ago

PySDM - PySDM v2.42

What's Changed

Full Changelog: https://github.com/open-atmos/PySDM/compare/v2.41...v2.42

Atmosphere - Atmospheric Chemistry and Aerosol - Python
Published by slayoo about 2 years ago