PyPartMC v0.7.0
- new features in
AeroState:masses,volumes,mixing_stateanddiameters(all were properties) became methods accepting optional enumerable parameters:includeandexclude - new features in
AeroParticle:species_volumeandspecies_massnow accept both indices and names as parameters - introduced CMake-generation of
{$CMAKE_BINARY_DIR}/include/aero_data_parameters.hppto 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!