Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / open-atmos/PyPartMC issues and pull requests
#280 - moving part of metadata from setup.py to pyproject.toml
Pull Request -
State: closed - Opened by slayoo over 1 year ago
#279 - fixing typo in README
Pull Request -
State: closed - Opened by zdaq12 over 1 year ago
- 1 comment
#278 - stop labelling PyPI macos wheels as universal if the contents are for intel only
Issue -
State: closed - Opened by slayoo over 1 year ago
- 2 comments
#277 - Missing access to some properties of aero_particle
Issue -
State: closed - Opened by jcurtis2 over 1 year ago
#276 - json-storage + json-load unit test (also to check maintanance of key orders in input data)
Issue -
State: closed - Opened by slayoo over 1 year ago
- 3 comments
Labels: no-activity
#275 - create CITATION.cff file (see https://citation-file-format.github.io/)
Issue -
State: closed - Opened by slayoo over 1 year ago
- 2 comments
Labels: no-issue-activity
#274 - bump pybind11_json version
Pull Request -
State: closed - Opened by slayoo over 1 year ago
#273 - Additive coagulation example for PartMC and PySDM (and Droplets.jl)
Pull Request -
State: closed - Opened by jcurtis2 over 1 year ago
- 3 comments
#272 - try eliminating new GCC warnings on CI (link-time optimisations)
Pull Request -
State: closed - Opened by zdaq12 over 1 year ago
- 1 comment
#271 - bump PartMC submodule version
Pull Request -
State: closed - Opened by zdaq12 over 1 year ago
#270 - Update README.md to include arXiv link closes #269
Pull Request -
State: closed - Opened by zdaq12 over 1 year ago
- 2 comments
#269 - link to arXiv PyPartMC paper from README
Issue -
State: closed - Opened by slayoo over 1 year ago
- 1 comment
#268 - provide links/badges in README and notebooks to run the examples on ARM's jupyterhub?
Issue -
State: closed - Opened by slayoo over 1 year ago
- 6 comments
Labels: enhancement, help wanted, good first issue
#267 - add links/badges to `process_simulation_output` example notebook to the README
Issue -
State: closed - Opened by slayoo over 1 year ago
- 1 comment
#266 - add consistency check ensuring that `allow_halving/doubling` values in `AeroState` instance match that passed to `RunPartOpt`
Issue -
State: closed - Opened by slayoo over 1 year ago
- 2 comments
Labels: bug
#265 - phase out `RalfG/python-wheels-manylinux-build` in favour of `pypa/cibuildwheel` (could help with M1 builds?)
Issue -
State: closed - Opened by slayoo over 1 year ago
- 4 comments
#264 - set some defaults in RunPartOpt ctor (and err if user sets do_parallel=True)
Pull Request -
State: closed - Opened by slayoo over 1 year ago
#263 - introducing GimmickGuard (to avoid manual memory freeing)
Pull Request -
State: closed - Opened by slayoo over 1 year ago
#262 - add support for passing weighting scheme type to AeroState ctor. closes #256
Pull Request -
State: closed - Opened by slayoo over 1 year ago
- 1 comment
#261 - mention PyPartMC in PartMC README and website
Issue -
State: closed - Opened by slayoo over 1 year ago
- 3 comments
#260 - fix timestep check for online processing
Pull Request -
State: closed - Opened by jcurtis2 over 1 year ago
- 2 comments
#259 - fix size distribution issue (==0 missing) in example notebook and update paper figures
Issue -
State: closed - Opened by slayoo over 1 year ago
- 1 comment
#258 - increase mass-check threshold in the assert step for readme-listings CI job
Pull Request -
State: closed - Opened by slayoo over 1 year ago
- 1 comment
#257 - PyPartMC does not pass enough data to run_part_timestep to handle progress/output reporting correctly
Issue -
State: closed - Opened by slayoo over 1 year ago
- 2 comments
Labels: no-issue-activity
#256 - expose `weight_type` in `AeroState` ctor (in future perhaps also `do_select_weighting` in `RunPartOpt`) + update Julia and Python paper listings
Issue -
State: closed - Opened by slayoo over 1 year ago
- 1 comment
#255 - consider default values for RunPartOpt ctor (e.g., False for `do_camp_chem`)
Issue -
State: closed - Opened by slayoo over 1 year ago
- 1 comment
#254 - consider handling empty scenario data (gas/aero backgroud/emission) in PyPartMC by passing zeros to PartMC
Issue -
State: open - Opened by slayoo over 1 year ago
- 2 comments
#253 - GasState::mix_rats segfaults PyPartMC on empty argument
Issue -
State: closed - Opened by slayoo over 1 year ago
- 1 comment
#252 - documentation uploads stopped to work :( (last upload from Jul 2, despite newer versions released)
Issue -
State: closed - Opened by slayoo over 1 year ago
- 1 comment
#251 - set random seed in the readme examples (x3: P, J, F) and assert for exactly same numbers on CI
Issue -
State: open - Opened by slayoo over 1 year ago
- 2 comments
#250 - run pylint and pre-commit on readme-extracted code on CI
Issue -
State: open - Opened by slayoo over 1 year ago
- 2 comments
#249 - convert multi-pair dicts into lists of single-pair dicst in C++ (clearer Python client code), order preservation needs to be sorted out first
Pull Request -
State: closed - Opened by slayoo over 1 year ago
- 2 comments
#248 - try using older manylinux setup for Linux pkg builds (to make them usable on keeling)
Pull Request -
State: closed - Opened by zdaq12 over 1 year ago
- 11 comments
#247 - adding paper listings (P & J in README, F in a folder); removing offset arg from rand_init
Pull Request -
State: closed - Opened by zdaq12 over 1 year ago
#246 - add checks for uniqeness of mode and species names
Pull Request -
State: closed - Opened by slayoo over 1 year ago
- 1 comment
#245 - check why `pip install pypartmc` does not pick binary package from PyPI on keeling
Issue -
State: closed - Opened by slayoo over 1 year ago
- 1 comment
#244 - add paper listings
Pull Request -
State: closed - Opened by slayoo over 1 year ago
#243 - Paper listings
Pull Request -
State: closed - Opened by slayoo over 1 year ago
#242 - Improve figures in particle_simulation example
Pull Request -
State: closed - Opened by jcurtis2 over 1 year ago
#241 - Zenodo
Pull Request -
State: closed - Opened by zdaq12 over 1 year ago
#240 - PyPartMC hangs on instantiation of an AeroDist with multiple modes of the same name (and segfaults with multiple species of the same name in `mass_frac`)
Issue -
State: closed - Opened by slayoo over 1 year ago
- 3 comments
#239 - fix compatibility with PySDM 2.22 (terminal velocity attribute)
Pull Request -
State: closed - Opened by slayoo over 1 year ago
- 4 comments
#238 - cmake version workaround for pkg build
Pull Request -
State: closed - Opened by slayoo over 1 year ago
- 5 comments
#237 - bump pybind11 version (to fix issues with newer CMake)
Pull Request -
State: closed - Opened by slayoo over 1 year ago
#236 - Fractal dimension is hardcoded to be spherical
Issue -
State: open - Opened by jcurtis2 over 1 year ago
- 4 comments
#235 - switch from API tokens to OIDC for PyPI uploads
Pull Request -
State: closed - Opened by slayoo over 1 year ago
- 1 comment
#233 - rename `fake_spec_file` to something like `json_spec_file`?
Issue -
State: closed - Opened by slayoo over 1 year ago
- 9 comments
#231 - add implementation architecture diagram to README.md
Pull Request -
State: closed - Opened by slayoo over 1 year ago
- 1 comment
#229 - add a test checking that each member of the public PyPartMC API has a docstring
Issue -
State: open - Opened by slayoo over 1 year ago
- 2 comments
#223 - add getters and tests for background aerosol in Scenario
Issue -
State: open - Opened by slayoo over 1 year ago
- 4 comments
Labels: no-activity
#221 - move test_todos_annotated out to another repo (in order to share with other open-atmos projects)
Pull Request -
State: closed - Opened by slayoo over 1 year ago
- 1 comment
#220 - add test for the file size of notebooks (after examples repo will be merged into PartMC repo)
Issue -
State: open - Opened by slayoo over 1 year ago
#219 - phase out test-time-requirements.txt
Pull Request -
State: closed - Opened by slayoo over 1 year ago
- 2 comments
#218 - switch to unmodified pybind11_json after `ordered_json` will be supported there
Issue -
State: closed - Opened by slayoo over 1 year ago
#217 - Ability to call rand.F90 subroutines and functions
Issue -
State: open - Opened by jcurtis2 over 1 year ago
#216 - review method/property names and API calling sequences for potential Pythonicity improvements (or consistency improvements as in the case of `diameters` methods vs. `dry_diamaters` property)
Issue -
State: open - Opened by slayoo over 1 year ago
- 3 comments
#215 - make `test_dist_sample` more robust (Monte-Carlo testing issue?)
Issue -
State: open - Opened by slayoo over 1 year ago
- 2 comments
#214 - Enable nucleation
Issue -
State: open - Opened by jcurtis2 over 1 year ago
- 6 comments
#213 - multi-mode dist modes are returned back in reverse order wrt the ctor input
Issue -
State: open - Opened by slayoo over 1 year ago
- 6 comments
#212 - Aero particle additions
Pull Request -
State: closed - Opened by zdaq12 over 1 year ago
- 1 comment
#211 - ensure the `die` (sys.F90) logic is covered with tests
Issue -
State: open - Opened by slayoo over 1 year ago
- 4 comments
#210 - move PyPartMC-examples repo contetnts into PyPartMC
Issue -
State: open - Opened by slayoo over 1 year ago
#209 - Enable mosaic support if available
Pull Request -
State: closed - Opened by jcurtis2 over 1 year ago
- 1 comment
#208 - README updates
Pull Request -
State: closed - Opened by slayoo almost 2 years ago
- 2 comments
#207 - time-varying aero specs in Scenario
Pull Request -
State: open - Opened by slayoo almost 2 years ago
#206 - `aero_emissions` and `aero_background` specification in Scenario init should support multiple items
Issue -
State: closed - Opened by slayoo almost 2 years ago
- 2 comments
#205 - Add default values for AeroState::dist_sample arguments: sample_prop, create_time, allow_doubling & allow_halving
Pull Request -
State: closed - Opened by jcurtis2 almost 2 years ago
#204 - added ability to set GasState values from a JSON object
Pull Request -
State: closed - Opened by jcurtis2 almost 2 years ago
#203 - Access to run_part_opt options
Pull Request -
State: closed - Opened by jcurtis2 almost 2 years ago
#202 - include pytest plugins as dependencies in package metadata
Issue -
State: open - Opened by slayoo almost 2 years ago
#201 - rename workflow (siplify) + add the --durations flag for pytest
Pull Request -
State: closed - Opened by slayoo almost 2 years ago
- 1 comment
#200 - make all C++ headers self contained and add a CMake check to ensure it remains this way. closes #25
Pull Request -
State: closed - Opened by slayoo almost 2 years ago
- 2 comments
#199 - AeroState::copy (bogus immplementation as of now, detected by gfortran with `-fcheck=bounds`)
Issue -
State: open - Opened by slayoo almost 2 years ago
- 2 comments
#198 - adding getter and setter for AeroMode::name
Pull Request -
State: closed - Opened by slayoo almost 2 years ago
- 3 comments
#197 - remove hardcoded AeroState init parameters, add AeroState::dist_sample. closes #116
Pull Request -
State: closed - Opened by slayoo almost 2 years ago
- 9 comments
#196 - Report error if no values in array (fake_spec_file)
Pull Request -
State: closed - Opened by slayoo almost 2 years ago
- 1 comment
#195 - CI: execute PyPartMC-examples notebooks with PyPartMC compiled in debug mode
Issue -
State: open - Opened by slayoo almost 2 years ago
- 5 comments
Labels: good first issue
#194 - add bounds check for debug builds, run all unit tests on CI with DEBUG=1
Pull Request -
State: open - Opened by slayoo almost 2 years ago
- 3 comments
#193 - multi-mode AeroDist initialsation (also in Scenario) + AeroDist::n_mode & AeroDist::mode(idx)
Pull Request -
State: closed - Opened by slayoo almost 2 years ago
- 1 comment
#192 - add an exception in Scenario ctor for empty temp/pres/... series
Issue -
State: closed - Opened by slayoo almost 2 years ago
- 3 comments
#191 - Add ability to run a PartMC simulation in notebook
Pull Request -
State: closed - Opened by jcurtis2 almost 2 years ago
#190 - include at least one DEBUG build on CI (+fix two asserts which had unnoticed errors)
Pull Request -
State: closed - Opened by slayoo about 2 years ago
- 3 comments
#189 - Wrappers needed for AeroParticle
Issue -
State: open - Opened by jcurtis2 about 2 years ago
- 4 comments
#188 - Wrappers needed for AeroState
Issue -
State: open - Opened by jcurtis2 about 2 years ago
- 5 comments
#187 - added ability to get a particle from an aero_state
Pull Request -
State: closed - Opened by jcurtis2 about 2 years ago
#186 - adding basic AeroDist wrapper
Pull Request -
State: closed - Opened by slayoo about 2 years ago
#185 - update API to wrap new timestepping functions from PartMC PR #176
Issue -
State: closed - Opened by slayoo about 2 years ago
- 2 comments
#184 - more auto return type qualifiers
Pull Request -
State: closed - Opened by slayoo about 2 years ago
- 1 comment
#183 - code refactors incl. phasing out of &ptr access in favour of ptr.f_arg()
Pull Request -
State: closed - Opened by slayoo about 2 years ago
#182 - add Python 3.11 to CI python-version matrix
Pull Request -
State: closed - Opened by slayoo about 2 years ago
- 1 comment
#181 - Add access to densities in AeroData
Pull Request -
State: closed - Opened by jcurtis2 about 2 years ago
#180 - fix TODO label for test_bin_average_comp
Pull Request -
State: closed - Opened by slayoo about 2 years ago
#179 - beef up `test_bin_average_comp`
Issue -
State: closed - Opened by slayoo about 2 years ago
- 7 comments
#178 - add `.zenodo.json` and set up automatic Zenodo archival of releases
Issue -
State: closed - Opened by slayoo about 2 years ago
- 5 comments
#177 - cleanups in test_gas_state
Pull Request -
State: closed - Opened by slayoo about 2 years ago
- 2 comments
#176 - add logo to the README
Issue -
State: closed - Opened by slayoo over 2 years ago
- 2 comments
Labels: no-issue-activity
#175 - check if buidling with older Xcode works
Pull Request -
State: closed - Opened by slayoo over 2 years ago
- 1 comment
#174 - replace all instances of `&self.ptr` with `self.ptr.f_arg_non_const()` (the former leaks implementation details)
Issue -
State: closed - Opened by slayoo over 2 years ago
- 2 comments
#173 - add aero_mode, read_line support in fake_spec_file
Pull Request -
State: closed - Opened by jcurtis2 over 2 years ago
- 5 comments
#172 - add minimal required features for aero_mode to enable aero_dist
Issue -
State: closed - Opened by jcurtis2 over 2 years ago
- 3 comments