Releases: open-atmos/PyPartMC
Releases · open-atmos/PyPartMC
PyPartMC 0.0.19
GasDataimprovements (thanks @jcurtis2!)
PyPartMC 0.0.18
- removed
fake_mpi(partmc codebase is now compiled without MPI support)
PyPartMC 0.0.17
- add
solute_kappaproperty toAeroParticle - remove hardcoded relative humidity in
EnvState(now takes the value from ctor-arg json)
thanks @zdaq12!
PyPartMC 0.0.16
- include call to
fractal_set_sphericalinAeroDatactor and remove now unneeded fractal parameter settings in multiple locations in tests (thanks @zdaq12 )
PyPartMC 0.0.15
publishing Python 3.7, 3.8 & 3.9 packages for macOS
PyPartMC 0.0.14
statically link libgfortran on macOS to address lack of libgfortran.dylib on default brew gcc installs
PyPartMC 0.0.13
condense_equilib_particle,loss_rate_dry_depandloss_ratefunctions (kudos @zdaq12)- new
AeroDatamethods/properties:__len__,frac_dim,vol_fill_factor,prime_radius,rad2vol,vol2rad,diam2vol,vol2diam(kudos @zdaq12) - new class:
AeroParticlewith the following methods/properties:volumes,volume,species_volume,dry_volume,radius,dry_radius,diameter,dry_diameter,mass,species_mass,species_masses(kudos @zdaq12) - new methods for
AeroState:total_num_conc,total_mass_conc,num_concs,masses,volumes,dry_diameters,diameters,crit_rel_humids,mixing_state,bin_average_comp(kudos @jcurtis2) - new
EnvStatemethods/properties:set_temperature,temp,rh,height,pressure(kudos @jcurtis2) - new CAMP-related classes CampCore & Photolysis (for now without any logic exposed, just to make
run_partunderstand all arguments neded when CAMP is compiled in)
PyPartMC 0.0.12
re-release after temporarily disabling macos-12 builds due to actions/setup-python#469
PyPartMC 0.0.11
re-release after removing deprecated macos-10 platform from Github Actions workflow file