Skip to content

PyPartMC 0.6.4

Choose a tag to compare

@slayoo slayoo released this 25 Oct 11:05
· 118 commits to main since this release
52e9f73
  • 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) and aero_data (n_source) - kudos @jcurtis2!
  • workaround compatibility issues with newer setuptools_scm
  • require CMake 3.8 to understand CXX17 flags - thanks @leeanne2 for reporting!
  • make pytest execute rand_init before each test, not just before a test session starts
  • README.md additions & fixes - thanks @zdaq12