Skip to content

Releases: open-atmos/PyPartMC

PyPartMC 0.0.19

30 Sep 08:36
6b027c5

Choose a tag to compare

PyPartMC 0.0.18

22 Sep 16:50
159f630

Choose a tag to compare

  • removed fake_mpi (partmc codebase is now compiled without MPI support)

PyPartMC 0.0.17

16 Aug 01:25
e959d56

Choose a tag to compare

  • add solute_kappa property to AeroParticle
  • remove hardcoded relative humidity in EnvState (now takes the value from ctor-arg json)
    thanks @zdaq12!

PyPartMC 0.0.16

15 Aug 21:36
982ba4d

Choose a tag to compare

  • include call to fractal_set_spherical in AeroData ctor and remove now unneeded fractal parameter settings in multiple locations in tests (thanks @zdaq12 )

PyPartMC 0.0.15

10 Aug 16:47
34f15e5

Choose a tag to compare

publishing Python 3.7, 3.8 & 3.9 packages for macOS

PyPartMC 0.0.14

10 Aug 14:55
06fb852

Choose a tag to compare

statically link libgfortran on macOS to address lack of libgfortran.dylib on default brew gcc installs

PyPartMC 0.0.13

10 Aug 13:44
370cb1e

Choose a tag to compare

  • condense_equilib_particle, loss_rate_dry_dep and loss_rate functions (kudos @zdaq12)
  • new AeroData methods/properties: __len__, frac_dim, vol_fill_factor, prime_radius, rad2vol, vol2rad, diam2vol, vol2diam (kudos @zdaq12)
  • new class: AeroParticle with 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 EnvState methods/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_part understand all arguments neded when CAMP is compiled in)

PyPartMC 0.0.12

21 Jul 20:41
0ad9626

Choose a tag to compare

re-release after temporarily disabling macos-12 builds due to actions/setup-python#469

PyPartMC 0.0.11

21 Jul 15:03
0ad9626

Choose a tag to compare

re-release after removing deprecated macos-10 platform from Github Actions workflow file

PyPartMC 0.0.10

21 Jul 13:07
ac6eb94

Choose a tag to compare

  • first release to feature CAMP compiled in (along with SuiteSparse's KLU and fortran-json)
  • more utility functions (sphere_vol2rad, rad2diam, sphere_rad2vol, diam2rad) - kudos to @zdaq12
    thanks to @jcurtis2 for following up with needed changes in PartMC for MPI+CAMP compilation