Skip to content

PyPartMC v0.7.0

Choose a tag to compare

@slayoo slayoo released this 14 Nov 21:47
· 115 commits to main since this release
b72ced9
  • new features inAeroState: masses, volumes, mixing_state and diameters (all were properties) became methods accepting optional enumerable parameters: include and exclude
  • new features in AeroParticle: species_volume and species_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!