Releases: open-atmos/PyPartMC
Releases · open-atmos/PyPartMC
PyPartMC v0.7.0
- new features in
AeroState
:masses
,volumes
,mixing_state
anddiameters
(all were properties) became methods accepting optional enumerable parameters:include
andexclude
- new features in
AeroParticle
:species_volume
andspecies_mass
now accept both indices and names as parameters - introduced CMake-generation of
{$CMAKE_BINARY_DIR}/include/aero_data_parameters.hpp
to pass Fortran parameter values to C++ - new submodule (to support C++ on older compilers): https://github.com/TartanLlama/optional
- added information on Apple ARM binary packaging and on the rationale for the list-of-single-entry-dictionaries pattern to the README
kudos @jcurtis2 for the work on AeroState
and AeroParticle
!
PyPartMC 0.6.4
- access to more information in
aero_particle
(absorb_cross_sect
,scatter_cross_sect
,asymmetry
,refract_shell
,refract_core
,n_orig_part
,least_create_time
,greatest_create_time
,id
) andaero_data
(n_source
) - kudos @jcurtis2! - workaround compatibility issues with newer
setuptools_scm
- require
CMake
3.8 to understandCXX17
flags - thanks @leeanne2 for reporting! - make
pytest
executerand_init
before each test, not just before a test session starts README.md
additions & fixes - thanks @zdaq12
PyPartMC 0.6.3
- one more try at fixing PyPI release uploads
PyPartMC 0.6.2
- another try at fixing PyPI uploads
PyPartMC 0.6.1
- fixed PyPI uppload triggering for release workflows (actions/runner#2788)
- bumped pybind11_json version (#274)
PyPartMC 0.6.0
- fix timestep check for online processing in example notebook
- set some defaults in RunPartOpt ctor (and err if user sets do_parallel)
- add support for passing weighting scheme type to AeroState ctor
- fix new GCC warnings on CI (link-time optimisations)
- bump PartMC submodule version (incl. the timestepping PR)
- update README.md to include arXiv link
- introducing GimmickGuard (to avoid manual memory freeing)
PyPartMC 0.5.0
- improved compatibility of binary packages with older linux platforms (now installs on Keeling)
- added checks for non-unique keys in input for aero_data and aero_state
- removed second argument for rand_init (offset that is only applicable in mpi)
- added code listings in Python, Julia, and Fortran to README with assert job executed on CI
- notebook updates before arXiv submission
PyPartMC 0.4.0
- added Zenodo badge and metadata file
- fixed compatibility with PySDM 2.22 (terminal velocity attribute)
PyPartMC 0.3.0
- netCDF static library compilation with local CMake logic (incl. netCDF C and Fortran code as submodules)
- implementation architecture diagram in
README.md
- new wrappers for
output_state
andinput_state
(kudos @jcurtis2) - switch from API tokens to OIDC for PyPI uploads
PyPartMC 0.2.0
- add access to rand.F90 functions
rand_init
andrand_normal
(kudos @jcurtis2) - enable Fortran compiler bounds checks if building in DEBUG mode