Skip to content

Releases: open-atmos/PyPartMC

PyPartMC v1.7.2

27 Apr 23:04
a972f33
Compare
Choose a tag to compare

What's Changed

  • add comparison with simulation using DustPy in the additive_coag_comparison notebook (only on Linux and macOS) by @emmacware in #419

Full Changelog: v1.7.1...v1.7.2

PyPartMC v1.7.1

23 Apr 14:57
13827e2
Compare
Choose a tag to compare

What's Changed

  • fix CI triggering in buildwheels.yml by @slayoo in #428

Full Changelog: v1.7.0...v1.7.1

PyPartMC v1.7.0

23 Apr 12:26
9f2f314
Compare
Choose a tag to compare

What's Changed

  • Update the building wheels procedure to use cibuildwheels tool by @Griger5 in #425

Full Changelog: v1.6.0...v1.7.0

PyPartMC v1.6.0

23 Apr 06:02
68e48e1
Compare
Choose a tag to compare

What's Changed

  • bump Ubuntu CI image and Python version in Matlab CI job by @slayoo in #416
  • Add sectional and exact simulations plus aero_binned type by @jcurtis2 in #426

Full Changelog: v1.5.0...v1.6.0

PyPartMC v1.5.0

15 Mar 06:04
a4e5377
Compare
Choose a tag to compare

What's Changed

  • Input guard for flagging used input (JSON entries), raising exception when some remain unused by @Griger5 in #395

New Contributors

Full Changelog: v1.4.5...v1.5.0

PyPartMC v1.4.5

14 Mar 13:12
0144d1a
Compare
Choose a tag to compare

What's Changed

  • CI: disable Python 3.10 and 3.11 runs for macos-14 (ipykernel dies silently) by @slayoo in #423

Full Changelog: v1.4.3...v1.4.5

PyPartMC v1.4.3

13 Mar 23:41
f82e19f
Compare
Choose a tag to compare

What's Changed

  • add pyOpenSci repo to README.md by @slayoo in #415
  • codecov CI: pin pip and setuptools versions to sort out different build files location issue by @slayoo in #422
  • fix AeroDist ctor arg bug in README codes. Closes #393 (report by @Griger5 - thanks!) by @slayoo in #394
  • Update (lowercase) package name to match wheel name format that is required on PyPI by @AgnieszkaZaba in #420

New Contributors

Full Changelog: v1.4.2...v1.4.3

PyPartMC v1.4.2

04 Feb 10:54
b7a5109
Compare
Choose a tag to compare

What's Changed

  • fix PyMieScatt dependency specification (git URL not accepted by PyPI) by @slayoo in #412

Full Changelog: v1.4.1...v1.4.2

PyPartMC v1.4.1

03 Feb 21:09
30c715b
Compare
Choose a tag to compare

What's Changed

  • Fix unicode characters in README breaking builds on Windows by @xemlock in #411

New Contributors

Full Changelog: v1.4.0...v1.4.1

PyPartMC v1.4.0

03 Feb 12:29
964b20d
Compare
Choose a tag to compare

What's Changed

  • re-enable tests for macOS 14 & Python 3.13 by @emmacware in #401
  • Addition of additive coagulation example including comparison against PySDM and Droplets.jl by @emmacware in #376
  • add "other packages with relevant feature scope" section to README.md by @slayoo in #404
  • add "Acknnowledgement and citations" section to README.md by @slayoo in #405
  • add a link to docs earlier in the README by @slayoo in #407
  • rename "TL;DR" to "Installation" in README.md by @slayoo in #408
  • fix CI status badge in README.md by @slayoo in #410
  • Add "examples" variant for pip installation including dependencies needed for examples, mention in README, and use in .binder/requirements.txt file. Closes #305 by @slayoo in #402

This (as well as v1.3.13 releases benefited from feedback provided by @dbaston and @simonom for the pyOpenSci submission handled by @cmarmo: pyOpenSci/software-submission#179. Thank you for your effort and valuable contribution to the project!

Full Changelog: v1.3.13...v1.4.0