Recent Releases of Particula
Particula - v0.2.5
What's Changed
- Add conda and directions for new / tutorial users by @wkchuang in https://github.com/uncscode/particula/pull/693
- Exposed Sedimentation Coagulation and made Effective density method by @Gorkowski in https://github.com/uncscode/particula/pull/695
- get rid of pytest.ini file for simpler -W filter by @mahf708 in https://github.com/uncscode/particula/pull/696
- Development page removed by @Gorkowski in https://github.com/uncscode/particula/pull/701
- Add BBOA cloud interactions example by @Gorkowski in https://github.com/uncscode/particula/pull/713
- Expanded setup guides by @Gorkowski in https://github.com/uncscode/particula/pull/717
- Background and intro to code patterns by @Gorkowski in https://github.com/uncscode/particula/pull/718
- OpenAI theory docs by @Gorkowski in https://github.com/uncscode/particula/pull/720
- Added workflow Docs by @Gorkowski in https://github.com/uncscode/particula/pull/725
- Add code specs and repo spec by @Gorkowski in https://github.com/uncscode/particula/pull/721
- ADDED get_mixing_state_index by @Gorkowski in https://github.com/uncscode/particula/pull/724
Full Changelog: https://github.com/uncscode/particula/compare/v0.2.4...v0.2.5
Atmosphere - Atmospheric Chemistry and Aerosol
- Python
Published by Gorkowski 2 months ago

Particula - v0.2.4
What's Changed
- Instructions and limit AIdocs workflow update. by @Gorkowski in https://github.com/uncscode/particula/pull/684
- Minor edits to readme and chamber simulation by @wkchuang in https://github.com/uncscode/particula/pull/690
- Corrections from writing paper example. by @Gorkowski in https://github.com/uncscode/particula/pull/691
- bump version by @Gorkowski in https://github.com/uncscode/particula/pull/692
Full Changelog: https://github.com/uncscode/particula/compare/v0.2.3...v0.2.4
Atmosphere - Atmospheric Chemistry and Aerosol
- Python
Published by Gorkowski 3 months ago

Particula - v0.2.3
What's Changed
- Added community links by @Gorkowski in https://github.com/uncscode/particula/pull/676
- Vector Store/database docs refresh by @Gorkowski in https://github.com/uncscode/particula/pull/678
- update latent heat unit check to J/mol by @Gorkowski in https://github.com/uncscode/particula/pull/679
- Bump actions/setup-python from 5.4.0 to 5.5.0 by @dependabot in https://github.com/uncscode/particula/pull/680
- Chat Buttons are now stacked by @Gorkowski in https://github.com/uncscode/particula/pull/682
Full Changelog: https://github.com/uncscode/particula/compare/v0.2.2...v0.2.3
Atmosphere - Atmospheric Chemistry and Aerosol
- Python
Published by Gorkowski 3 months ago

Particula - v0.2.2
What's Changed
- Addressed warnings in tests and added to vscode testing workflow. by @Gorkowski in https://github.com/uncscode/particula/pull/654
- Docstring Update in dynamics functions by @Gorkowski in https://github.com/uncscode/particula/pull/655
- Website landing page and socials by @Gorkowski in https://github.com/uncscode/particula/pull/656
- Change colors to Teal theme by @Gorkowski in https://github.com/uncscode/particula/pull/660
- Reorganize website to Examples by @Gorkowski in https://github.com/uncscode/particula/pull/661
- Fixed button link by @Gorkowski in https://github.com/uncscode/particula/pull/662
- Fix button link-2 by @Gorkowski in https://github.com/uncscode/particula/pull/663
- Added charged kernels calls via system state by @Gorkowski in https://github.com/uncscode/particula/pull/664
- In examples update mass_particle to particle_mass by @Gorkowski in https://github.com/uncscode/particula/pull/665
- Docstrings for Classes by @Gorkowski in https://github.com/uncscode/particula/pull/669
- Correct function names in mass_transfer.py by @Gorkowski in https://github.com/uncscode/particula/pull/670
- Unpacking util.converting funcitons by @Gorkowski in https://github.com/uncscode/particula/pull/671
- v0.2.1 -> v0.2.2 by @Gorkowski in https://github.com/uncscode/particula/pull/675
- Remove over built aerosol.particles list feature by @Gorkowski in https://github.com/uncscode/particula/pull/674
Full Changelog: https://github.com/uncscode/particula/compare/v0.2.1...v0.2.2
Atmosphere - Atmospheric Chemistry and Aerosol
- Python
Published by Gorkowski 3 months ago

Particula - v0.2.1
What's Changed
- Force used of correct dependencies for np.trapezoid by @Gorkowski in https://github.com/uncscode/particula/pull/651
- Update init.py by @Gorkowski in https://github.com/uncscode/particula/pull/652
Full Changelog: https://github.com/uncscode/particula/compare/v0.2.0...v0.2.1
Atmosphere - Atmospheric Chemistry and Aerosol
- Python
Published by Gorkowski 4 months ago

Particula - v0.2.0
Main change to API function calls and flatten imports.
- Function call start with .get_
- Imports are now flatten to the level-2, eg. particula.particles.get_ or class,
- .particles.get_
- .gas.get_
- .dynamics.get_
- .util.get_
DNS coagulation is also added.
Docs updated to reflect new API
What's Changed
- Fixing DNS functions by @Gorkowski in https://github.com/uncscode/particula/pull/619
- Add DNS paper comparison docs by @Gorkowski in https://github.com/uncscode/particula/pull/622
- Refactor settling velocity by @Gorkowski in https://github.com/uncscode/particula/pull/623
- Re-organization of coagulation Objects by @Gorkowski in https://github.com/uncscode/particula/pull/627
- Checking edge cases and Updated validations, Docstring in gas.property.funcs by @Gorkowski in https://github.com/uncscode/particula/pull/628
- Alignment of docstring and func input/names in particles.properties by @Gorkowski in https://github.com/uncscode/particula/pull/630
- Docs for Latent heat condensation by @Gorkowski in https://github.com/uncscode/particula/pull/638
- Util reorg/review and init flattening by @Gorkowski in https://github.com/uncscode/particula/pull/632
- Jupyter update, and flatten dyanmics inits by @Gorkowski in https://github.com/uncscode/particula/pull/640
- Ran/Updated Notebooks for How-To-Guides. by @Gorkowski in https://github.com/uncscode/particula/pull/642
- Run/update API in docs notebooks by @Gorkowski in https://github.com/uncscode/particula/pull/644
- Compile Single page docs by @Gorkowski in https://github.com/uncscode/particula/pull/647
- Ion coagulation notebook, update by @Gorkowski in https://github.com/uncscode/particula/pull/645
- Flattened API version 0.2.0 by @Gorkowski in https://github.com/uncscode/particula/pull/649
Full Changelog: https://github.com/uncscode/particula/compare/v0.1.3...v0.2.0
Atmosphere - Atmospheric Chemistry and Aerosol
- Python
Published by Gorkowski 4 months ago

Particula - v0.1.3
What's Changed
- Function for DNS from system state by @Gorkowski in https://github.com/uncscode/particula/pull/611
- Bump pypa/gh-action-pypi-publish from 1.12.3 to 1.12.4 by @dependabot in https://github.com/uncscode/particula/pull/613
- Bump actions/setup-python from 5.3.0 to 5.4.0 by @dependabot in https://github.com/uncscode/particula/pull/612
- Extreme charge limits by @Gorkowski in https://github.com/uncscode/particula/pull/615
- Bump Version 0.1.3 by @Gorkowski in https://github.com/uncscode/particula/pull/616
Full Changelog: https://github.com/uncscode/particula/compare/v0.1.2...v0.1.3
Atmosphere - Atmospheric Chemistry and Aerosol
- Python
Published by Gorkowski 5 months ago

Particula - v0.1.2
What's Changed
- Split activities and related tests in to smaller modules by @Gorkowski in https://github.com/uncscode/particula/pull/559
- Bump pypa/gh-action-pypi-publish from 1.12.2 to 1.12.3 by @dependabot in https://github.com/uncscode/particula/pull/562
- Adding functions for turbulent shear kernel by @Gorkowski in https://github.com/uncscode/particula/pull/567
- Adding Function for Sedimentation Kernel by @Gorkowski in https://github.com/uncscode/particula/pull/565
- Adding Droplet Coagulation Kernel Documentation by @Gorkowski in https://github.com/uncscode/particula/pull/569
- Adding Kolmogorov time by @Gorkowski in https://github.com/uncscode/particula/pull/571
- Mixin Units required and optional Conversion by @Gorkowski in https://github.com/uncscode/particula/pull/561
- Add Integral Scale functions by @Gorkowski in https://github.com/uncscode/particula/pull/581
- Add Kolmogorov length and velocity functions by @Gorkowski in https://github.com/uncscode/particula/pull/579
- Add folder structure for dns kernels by @Gorkowski in https://github.com/uncscode/particula/pull/596
- Add RMS velocity function by @Gorkowski in https://github.com/uncscode/particula/pull/580
- Changed Diameter to Radius in Shear Kernel by @Gorkowski in https://github.com/uncscode/particula/pull/600
- Add Microscale Functions by @Gorkowski in https://github.com/uncscode/particula/pull/582
- Add accel_variance coefficient function by @Gorkowski in https://github.com/uncscode/particula/pull/583
- Add inertia and derived settling velocity for particle properties by @Gorkowski in https://github.com/uncscode/particula/pull/585
- Added Reynolds and Stokes Functions by @Gorkowski in https://github.com/uncscode/particula/pull/586
- Add Radial Distribution function for DNS by @Gorkowski in https://github.com/uncscode/particula/pull/597
- Add the Psi Function for Geometric Kernel by @Gorkowski in https://github.com/uncscode/particula/pull/601
- Add the Longitudinal velocity correlation by @Gorkowski in https://github.com/uncscode/particula/pull/603
- Add the Phi DNS function #593 by @Gorkowski in https://github.com/uncscode/particula/pull/604
- Add DNS Radial Velocity functions by @Gorkowski in https://github.com/uncscode/particula/pull/605
- Add the Sigma fit from DNS by @Gorkowski in https://github.com/uncscode/particula/pull/606
- Add the droplet geometric kernel function by @Gorkowski in https://github.com/uncscode/particula/pull/607
- Update version 0.1.2 by @Gorkowski in https://github.com/uncscode/particula/pull/609
Full Changelog: https://github.com/uncscode/particula/compare/v0.1.1...v0.1.2
Atmosphere - Atmospheric Chemistry and Aerosol
- Python
Published by Gorkowski 5 months ago

Particula -
Atmosphere - Atmospheric Chemistry and Aerosol
- Python
Published by mahf708 6 months ago

Particula - v0.1.0
What's Changed
- Release v0.1.0 🚀🚀🚀🚀 by @Gorkowski in https://github.com/uncscode/particula/pull/515
Full Changelog: https://github.com/uncscode/particula/compare/v0.0.21...v0.1.0
Atmosphere - Atmospheric Chemistry and Aerosol
- Python
Published by Gorkowski 9 months ago

Particula -
Atmosphere - Atmospheric Chemistry and Aerosol
- Python
Published by mahf708 9 months ago

Particula - v0.0.20
What's Changed
- get rid of numerical issue by @mahf708 in https://github.com/uncscode/particula/pull/500
Full Changelog: https://github.com/uncscode/particula/compare/v0.0.19...v0.0.20
Atmosphere - Atmospheric Chemistry and Aerosol
- Python
Published by mahf708 9 months ago

Particula - v0.0.19
What's Changed
- py312 by @mahf708 in https://github.com/uncscode/particula/pull/495
- minor clean up by @mahf708 in https://github.com/uncscode/particula/pull/497
Full Changelog: https://github.com/uncscode/particula/compare/v0.0.18...v0.0.19
Atmosphere - Atmospheric Chemistry and Aerosol
- Python
Published by mahf708 9 months ago

Particula - v0.0.18
What's Changed
- release v0.0.18 by @mahf708 in https://github.com/uncscode/particula/pull/494
Full Changelog: https://github.com/uncscode/particula/compare/v0.0.17...v0.0.18
Atmosphere - Atmospheric Chemistry and Aerosol
- Python
Published by mahf708 9 months ago

Particula - v0.0.17
What's Changed
- Size distributions: merge, convert, save output by @Gorkowski in https://github.com/uncscode/particula/pull/436
- Revisions outline by @Gorkowski in https://github.com/uncscode/particula/pull/439
- Fix gpu vs cpu config for Lagrangian by @Gorkowski in https://github.com/uncscode/particula/pull/441
- Bump pypa/gh-action-pypi-publish from 1.8.12 to 1.8.14 by @dependabot in https://github.com/uncscode/particula/pull/443
- Bump actions/setup-python from 5.0.0 to 5.1.0 by @dependabot in https://github.com/uncscode/particula/pull/442
- pre-PR for util for condensation by @Gorkowski in https://github.com/uncscode/particula/pull/449
- Add basic logger by @Gorkowski in https://github.com/uncscode/particula/pull/452
- Vapor Pressure Strategies by @Gorkowski in https://github.com/uncscode/particula/pull/450
- Pre-Condensation PR gas properties by @Gorkowski in https://github.com/uncscode/particula/pull/453
- VaporPressure builder with validation and factory. by @Gorkowski in https://github.com/uncscode/particula/pull/455
- Pre-Condensation PR particle properties in next by @Gorkowski in https://github.com/uncscode/particula/pull/454
- Data export revision by @Gorkowski in https://github.com/uncscode/particula/pull/463
- Pre-Condensation 2- Atmosphere by @Gorkowski in https://github.com/uncscode/particula/pull/457
- Pre-Condensation 3- activity by @Gorkowski in https://github.com/uncscode/particula/pull/458
- Pre-Condensation 4- surface by @Gorkowski in https://github.com/uncscode/particula/pull/459
- Future- Dynamics dev branch by @Gorkowski in https://github.com/uncscode/particula/pull/460
- revert from PR mistake by @Gorkowski in https://github.com/uncscode/particula/pull/465
- Merge in from Gorkowski Dev by @Gorkowski in https://github.com/uncscode/particula/pull/474
- Bump pypa/gh-action-pypi-publish from 1.8.14 to 1.10.3 by @dependabot in https://github.com/uncscode/particula/pull/490
- Bump actions/setup-python from 5.1.0 to 5.2.0 by @dependabot in https://github.com/uncscode/particula/pull/469
- clean up minor issues in docs by @mahf708 in https://github.com/uncscode/particula/pull/493
New Contributors
- @mahf708 made their first contribution in https://github.com/uncscode/particula/pull/493
Full Changelog: https://github.com/uncscode/particula/compare/v0.0.16...v0.0.17
Atmosphere - Atmospheric Chemistry and Aerosol
- Python
Published by mahf708 9 months ago

Particula - v0.0.16
What's Changed
- add mie corrections by @Gorkowski in https://github.com/uncscode/particula/pull/434
- Bump pypa/gh-action-pypi-publish from 1.8.11 to 1.8.12 by @dependabot in https://github.com/uncscode/particula/pull/435
Full Changelog: https://github.com/uncscode/particula/compare/v0.0.15...v0.0.16
Atmosphere - Atmospheric Chemistry and Aerosol
- Python
Published by Gorkowski over 1 year ago

Particula - v0.0.15
What's Changed
- Bump pypa/gh-action-pypi-publish from 1.8.10 to 1.8.11 by @ngmahfouz in https://github.com/uncscode/particula/pull/416
- Added sweep and prune collision detection by @Gorkowski in https://github.com/uncscode/particula/pull/412
- add <3.12 for requires-python by @ngmahfouz in https://github.com/uncscode/particula/pull/418
- adding more forces by @Gorkowski in https://github.com/uncscode/particula/pull/419
- Wall loss example by @Gorkowski in https://github.com/uncscode/particula/pull/424
- Bump actions/setup-python from 4.7.1 to 5.0.0 by @dependabot in https://github.com/uncscode/particula/pull/423
- Bump actions/stale from 8 to 9 by @dependabot in https://github.com/uncscode/particula/pull/422
- Adding Wall loss fitting prelim by @Gorkowski in https://github.com/uncscode/particula/pull/427
Full Changelog: https://github.com/uncscode/particula/compare/v0.0.14...v0.0.15
Atmosphere - Atmospheric Chemistry and Aerosol
- Python
Published by Gorkowski over 1 year ago

Particula - v0.0.14
What's Changed
- link to example part 2 by @Gorkowski in https://github.com/uncscode/particula/pull/361
- fixing loader example for real by @Gorkowski in https://github.com/uncscode/particula/pull/363
- fix some of the old references datalake and datastream by @Gorkowski in https://github.com/uncscode/particula/pull/366
- typing is included in stdlib in 3.5+ by @ngam in https://github.com/uncscode/particula/pull/371
- add in averaging for Stream objects by @Gorkowski in https://github.com/uncscode/particula/pull/367
- the lake class by @Gorkowski in https://github.com/uncscode/particula/pull/373
- Gorkowski/issue374 by @Gorkowski in https://github.com/uncscode/particula/pull/375
- Size distribution analysis by @Gorkowski in https://github.com/uncscode/particula/pull/378
- adding pytype back by @Gorkowski in https://github.com/uncscode/particula/pull/379
- Stream and Lake settings saver/loader by @Gorkowski in https://github.com/uncscode/particula/pull/383
- Typing clean up and .activity cleaning by @Gorkowski in https://github.com/uncscode/particula/pull/388
- book link fix by @Gorkowski in https://github.com/uncscode/particula/pull/392
- Strategic Planning for v0.1.0 by @Gorkowski in https://github.com/uncscode/particula/pull/350
- Update _toc.yml by @Gorkowski in https://github.com/uncscode/particula/pull/393
- Add docs preview + minor cleanup by @ngmahfouz in https://github.com/uncscode/particula/pull/395
- Adding Thermodynamic equilibrium by @Gorkowski in https://github.com/uncscode/particula/pull/397
- lint at 3.11 and include 3.12 in test matrix by @ngmahfouz in https://github.com/uncscode/particula/pull/401
- Import example chamber data by @Gorkowski in https://github.com/uncscode/particula/pull/404
- Formatting and Read through by @Gorkowski in https://github.com/uncscode/particula/pull/407
- pyTorch explore for Lagrangian by @Gorkowski in https://github.com/uncscode/particula/pull/406
New Contributors
- @ngmahfouz made their first contribution in https://github.com/uncscode/particula/pull/395
Full Changelog: https://github.com/uncscode/particula/compare/v0.0.13...v0.0.14
Atmosphere - Atmospheric Chemistry and Aerosol
- Python
Published by Gorkowski over 1 year ago

Particula - v0.0.13
We started to bring in data import and analysis capabilities under particula.data
. This is an effort to have less friction between data and simulations.
What's Changed
- kelvin radius and term by @ngam in https://github.com/uncscode/particula/pull/315
- Bump peaceiris/actions-gh-pages from 3.8.0 to 3.9.0 by @dependabot in https://github.com/uncscode/particula/pull/316
- Bump pypa/gh-action-pypi-publish from 1.5.1 to 1.5.2 by @dependabot in https://github.com/uncscode/particula/pull/317
- Bump pypa/gh-action-pypi-publish from 1.5.2 to 1.6.1 by @dependabot in https://github.com/uncscode/particula/pull/318
- Bump pypa/gh-action-pypi-publish from 1.6.1 to 1.6.4 by @dependabot in https://github.com/uncscode/particula/pull/319
- Bump actions/setup-python from 4.3.0 to 4.3.1 by @dependabot in https://github.com/uncscode/particula/pull/320
- Bump actions/stale from 6 to 7 by @dependabot in https://github.com/uncscode/particula/pull/321
- Bump actions/setup-python from 4.3.1 to 4.4.0 by @dependabot in https://github.com/uncscode/particula/pull/322
- Bump peaceiris/actions-gh-pages from 3.9.0 to 3.9.1 by @dependabot in https://github.com/uncscode/particula/pull/323
- Bump actions/setup-python from 4.4.0 to 4.5.0 by @dependabot in https://github.com/uncscode/particula/pull/326
- Bump peaceiris/actions-gh-pages from 3.9.1 to 3.9.2 by @dependabot in https://github.com/uncscode/particula/pull/327
- Bump pypa/gh-action-pypi-publish from 1.6.4 to 1.7.1 by @dependabot in https://github.com/uncscode/particula/pull/331
- Bump pypa/gh-action-pypi-publish from 1.7.1 to 1.8.1 by @dependabot in https://github.com/uncscode/particula/pull/332
- Bump actions/stale from 7 to 8 by @dependabot in https://github.com/uncscode/particula/pull/333
- Bump pypa/gh-action-pypi-publish from 1.8.1 to 1.8.3 by @dependabot in https://github.com/uncscode/particula/pull/334
- Bump peaceiris/actions-gh-pages from 3.9.2 to 3.9.3 by @dependabot in https://github.com/uncscode/particula/pull/336
- Bump pypa/gh-action-pypi-publish from 1.8.3 to 1.8.4 by @dependabot in https://github.com/uncscode/particula/pull/337
- Bump pypa/gh-action-pypi-publish from 1.8.4 to 1.8.5 by @dependabot in https://github.com/uncscode/particula/pull/338
- Bump actions/setup-python from 4.5.0 to 4.6.0 by @dependabot in https://github.com/uncscode/particula/pull/339
- Bump pypa/gh-action-pypi-publish from 1.8.5 to 1.8.6 by @dependabot in https://github.com/uncscode/particula/pull/340
- Bump actions/setup-python from 4.6.0 to 4.6.1 by @dependabot in https://github.com/uncscode/particula/pull/341
- Bump pypa/gh-action-pypi-publish from 1.8.6 to 1.8.7 by @dependabot in https://github.com/uncscode/particula/pull/342
- Bump pypa/gh-action-pypi-publish from 1.8.7 to 1.8.8 by @dependabot in https://github.com/uncscode/particula/pull/344
- Bump actions/setup-python from 4.6.1 to 4.7.0 by @dependabot in https://github.com/uncscode/particula/pull/345
- Bump pypa/gh-action-pypi-publish from 1.8.8 to 1.8.10 by @dependabot in https://github.com/uncscode/particula/pull/346
- Bump actions/checkout from 3 to 4 by @dependabot in https://github.com/uncscode/particula/pull/347
- Bump actions/setup-python from 4.7.0 to 4.7.1 by @dependabot in https://github.com/uncscode/particula/pull/348
- Gorkowski/issue343 (Sourcery refactored) by @sourcery-ai in https://github.com/uncscode/particula/pull/353
- Gorkowski/issue343 by @Gorkowski in https://github.com/uncscode/particula/pull/351
- Gorkowski/issue352 by @Gorkowski in https://github.com/uncscode/particula/pull/354
- Update loader_interface_test.py by @Gorkowski in https://github.com/uncscode/particula/pull/358
- sizer data imports by @Gorkowski in https://github.com/uncscode/particula/pull/359
Full Changelog: https://github.com/uncscode/particula/compare/v0.0.12...v0.0.13
Atmosphere - Atmospheric Chemistry and Aerosol
- Python
Published by Gorkowski over 1 year ago

Particula - v0.0.12
What's Changed
- add kwargs to solver by @ngam in https://github.com/uncscode/particula/pull/312
Full Changelog: https://github.com/uncscode/particula/compare/v0.0.11...v0.0.12
Atmosphere - Atmospheric Chemistry and Aerosol
- Python
Published by ngam over 2 years ago

Particula - v0.0.11
What's Changed
- use hypersolver by @ngam in https://github.com/uncscode/particula/pull/288
- improve readme by @ngam in https://github.com/uncscode/particula/pull/301
- Bump actions/stale from 5 to 6 by @dependabot in https://github.com/uncscode/particula/pull/304
- Bump actions/setup-python from 4.2.0 to 4.3.0 by @dependabot in https://github.com/uncscode/particula/pull/306
- keyword argument harmony by @ngam in https://github.com/uncscode/particula/pull/309
- v0.0.11 by @ngam in https://github.com/uncscode/particula/pull/310
Full Changelog: https://github.com/uncscode/particula/compare/v0.0.10...v0.0.11
Atmosphere - Atmospheric Chemistry and Aerosol
- Python
Published by ngam over 2 years ago

Particula - v0.0.10
What's Changed
- Bump actions/setup-python from 4.1.0 to 4.2.0 by @dependabot in https://github.com/uncscode/particula/pull/286
- reorg docs by @ngam in https://github.com/uncscode/particula/pull/289
- more work on docs by @ngam in https://github.com/uncscode/particula/pull/290
- remove dynamic_step, other code org by @ngam in https://github.com/uncscode/particula/pull/292
- allow for lazy/eager switch in coag calcs for demos by @ngam in https://github.com/uncscode/particula/pull/295
- particula tour doc by @ngam in https://github.com/uncscode/particula/pull/297
- 0.0.10 by @ngam in https://github.com/uncscode/particula/pull/299
Full Changelog: https://github.com/uncscode/particula/compare/v0.0.9...v0.0.10
Atmosphere - Atmospheric Chemistry and Aerosol
- Python
Published by ngam almost 3 years ago

Particula - v0.0.9
What's Changed
- remove all codeownders, keep ngam to avoid sending unnecessary notifications by @ngam in https://github.com/uncscode/particula/pull/260
- Bump pypa/gh-action-pypi-publish from 1.5.0 to 1.5.1 by @dependabot in https://github.com/uncscode/particula/pull/263
- fix units in simple_solver by @ngam in https://github.com/uncscode/particula/pull/267
- set
force_ndarray=True
by @ngam in https://github.com/uncscode/particula/pull/271 - add new dynamics module by @ngam in https://github.com/uncscode/particula/pull/262
- customize particle_radius inputs by @ngam in https://github.com/uncscode/particula/pull/275
- simple impl of nucleation by @ngam in https://github.com/uncscode/particula/pull/277
- delete artifacts from previous pr by @ngam in https://github.com/uncscode/particula/pull/279
- add minimal wall loss and dilution loss by @ngam in https://github.com/uncscode/particula/pull/280
- new derivative routine and measuring accuracy by @ngam in https://github.com/uncscode/particula/pull/284
- v0.0.9 by @ngam in https://github.com/uncscode/particula/pull/285
Full Changelog: https://github.com/uncscode/particula/compare/v0.0.8...v0.0.9
Atmosphere - Atmospheric Chemistry and Aerosol
- Python
Published by ngam almost 3 years ago

Particula - v0.0.8
What's Changed
- replace some constants with ones from pint by @ngam in https://github.com/uncscode/particula/pull/253
- create SharedProperties to share top-level props by @ngam in https://github.com/uncscode/particula/pull/254
- fixes wrong coagulation calculation by @ngam in https://github.com/uncscode/particula/pull/255
- release 0.0.8 by @ngam in https://github.com/uncscode/particula/pull/257
Full Changelog: https://github.com/uncscode/particula/compare/v0.0.7...v0.0.8
Atmosphere - Atmospheric Chemistry and Aerosol
- Python
Published by ngam almost 3 years ago

Particula - v0.0.7
What's Changed
- add title and some info to coag demo by @ngam in https://github.com/uncscode/particula/pull/245
- 0.0.7.dev0 by @ngam in https://github.com/uncscode/particula/pull/247
- minor edits in coag demo notebook by @ngam in https://github.com/uncscode/particula/pull/249
- Bump actions/setup-python from 4.0.0 to 4.1.0 by @dependabot in https://github.com/uncscode/particula/pull/250
- release 0.0.7 to trigger zenodo cite by @ngam in https://github.com/uncscode/particula/pull/252
Full Changelog: https://github.com/uncscode/particula/compare/v0.0.6...v0.0.7
Atmosphere - Atmospheric Chemistry and Aerosol
- Python
Published by ngam almost 3 years ago

Particula - v0.0.6
What's Changed
- reorganize ci by @ngam in https://github.com/uncscode/particula/pull/235
- add limiting-sphere calc by @ngam in https://github.com/uncscode/particula/pull/226
- use pyproject.toml only by @ngam in https://github.com/uncscode/particula/pull/237
- demo of different coagulation calculations by @ngam in https://github.com/uncscode/particula/pull/238
- release v0.0.6 by @ngam in https://github.com/uncscode/particula/pull/243
Full Changelog: https://github.com/uncscode/particula/compare/v0.0.5...v0.0.6
Atmosphere - Atmospheric Chemistry and Aerosol
- Python
Published by ngam almost 3 years ago

Particula - v0.0.5
What's Changed
- start a new dev/release cycle by @ngam in https://github.com/uncscode/particula/pull/201
- minor update in docs by @ngam in https://github.com/uncscode/particula/pull/202
- add condensation by @ngam in https://github.com/uncscode/particula/pull/165
- fix radius_cutoff by @ngam in https://github.com/uncscode/particula/pull/208
- Bump actions/setup-python from 3.1.0 to 3.1.1 by @dependabot in https://github.com/uncscode/particula/pull/211
- fix treatment of nbins by @ngam in https://github.com/uncscode/particula/pull/212
- update license file to 2022 by @ngam in https://github.com/uncscode/particula/pull/213
- Bump actions/setup-python from 3.1.1 to 3.1.2 by @dependabot in https://github.com/uncscode/particula/pull/214
- Give some examples of coagulation by @Gorkowski in https://github.com/uncscode/particula/pull/216
- minor issue in docs build by @ngam in https://github.com/uncscode/particula/pull/219
- allow/combine multiple-species condensation by @ngam in https://github.com/uncscode/particula/pull/217
- Bump actions/setup-python from 3.1.2 to 4.0.0 by @dependabot in https://github.com/uncscode/particula/pull/229
- address coagulation by @ngam in https://github.com/uncscode/particula/pull/221
- v0.0.5 by @ngam in https://github.com/uncscode/particula/pull/231
Full Changelog: https://github.com/uncscode/particula/compare/v0.0.4...v0.0.5
Atmosphere - Atmospheric Chemistry and Aerosol
- Python
Published by ngam about 3 years ago

Particula - v0.0.4
What's Changed
- docs post-v0.0.3 by @ngam in https://github.com/uncscode/particula/pull/76
- fixes author in jupyterbook by @ngam in https://github.com/uncscode/particula/pull/78
- fix jupyterbook bug by @ngam in https://github.com/uncscode/particula/pull/80
- correctly set branch for colab, binder, etc. by @ngam in https://github.com/uncscode/particula/pull/85
- Bump pypa/gh-action-pypi-publish from 1.4.2 to 1.5.0 by @dependabot in https://github.com/uncscode/particula/pull/90
- added particle coagulation in parcel class by @Gorkowski in https://github.com/uncscode/particula/pull/91
- Bump actions/setup-python from 2.3.1 to 2.3.2 by @dependabot in https://github.com/uncscode/particula/pull/94
- make an editable install of particula in devcontainer by @ngam in https://github.com/uncscode/particula/pull/96
- packaging particula with better versioning by @ngam in https://github.com/uncscode/particula/pull/97
- add flake8 to requirements.txt by @ngam in https://github.com/uncscode/particula/pull/112
- documenting building particula better by @ngam in https://github.com/uncscode/particula/pull/115
- adding constants and stripping units in restructuring by @ngam in https://github.com/uncscode/particula/pull/109
- adding stale bot by @ngam in https://github.com/uncscode/particula/pull/118
- Bump actions/stale from 3 to 4.1.0 by @dependabot in https://github.com/uncscode/particula/pull/119
- Following up on PR 109 by @ngam in https://github.com/uncscode/particula/pull/120
- starting a list of spellcheck overrides in devcontainer by @ngam in https://github.com/uncscode/particula/pull/123
- add dynamic viscosity utility by @ngam in https://github.com/uncscode/particula/pull/122
- adding pytype analysis by @ngam in https://github.com/uncscode/particula/pull/128
- adding particle mass and reduced mass utils by @ngam in https://github.com/uncscode/particula/pull/125
- modularizing mean free path calc by @ngam in https://github.com/uncscode/particula/pull/124
- ngam:ffwd --> uncscode:main by @ngam in https://github.com/uncscode/particula/pull/130
- bump version number: 0.0.4.dev0 --> 0.0.4.dev1 by @ngam in https://github.com/uncscode/particula/pull/134
- Issue135 by @ngam in https://github.com/uncscode/particula/pull/136
- improve coag gain calculation by @ngam in https://github.com/uncscode/particula/pull/141
- Bump actions/setup-python from 2.3.2 to 3.0.0 by @dependabot in https://github.com/uncscode/particula/pull/149
- Bump actions/checkout from 2 to 3 by @dependabot in https://github.com/uncscode/particula/pull/150
- Bump actions/stale from 4.1.0 to 5 by @dependabot in https://github.com/uncscode/particula/pull/151
- fixing logspace by @ngam in https://github.com/uncscode/particula/pull/155
- fixing mass conservation problem by @ngam in https://github.com/uncscode/particula/pull/156
- improve testing for logspace stuff by @ngam in https://github.com/uncscode/particula/pull/158
- Sourcery refactored main branch by @sourcery-ai in https://github.com/uncscode/particula/pull/159
- more flexible coag rate calc by @ngam in https://github.com/uncscode/particula/pull/163
- remove aerosol_dynamics and physical_parameters modules by @ngam in https://github.com/uncscode/particula/pull/161
- add solver by @ngam in https://github.com/uncscode/particula/pull/152
- simplify input_handling.py by @ngam in https://github.com/uncscode/particula/pull/170
- make environment the base class by @ngam in https://github.com/uncscode/particula/pull/167
- introducing vapor class by @ngam in https://github.com/uncscode/particula/pull/171
- proposal to remove parcel class by @ngam in https://github.com/uncscode/particula/pull/181
- document environment.py by @ngam in https://github.com/uncscode/particula/pull/184
- document vapor.py by @ngam in https://github.com/uncscode/particula/pull/186
- wip: reformulate particle class to follow env > vap .. by @ngam in https://github.com/uncscode/particula/pull/176
- integrate particle_distribution into particle by @ngam in https://github.com/uncscode/particula/pull/191
- getting rid of particula.units by @ngam in https://github.com/uncscode/particula/pull/193
- Bump actions/setup-python from 3.0.0 to 3.1.0 by @dependabot in https://github.com/uncscode/particula/pull/197
- document particle.py + isolate utilities by @ngam in https://github.com/uncscode/particula/pull/199
- release 0.0.4 by @ngam in https://github.com/uncscode/particula/pull/198
New Contributors
- @sourcery-ai made their first contribution in https://github.com/uncscode/particula/pull/159
Full Changelog: https://github.com/uncscode/particula/compare/v0.0.3...v0.0.4
Atmosphere - Atmospheric Chemistry and Aerosol
- Python
Published by ngam about 3 years ago

Particula - v0.0.3
What's Changed
- improve 001 particle notebook by @ngam in https://github.com/uncscode/particula/pull/52
- adding new chapter by @ngam in https://github.com/uncscode/particula/pull/53
- Gorkowski/issue48 by @Gorkowski in https://github.com/uncscode/particula/pull/56
- adding dimensioned coagulation kernel by @ngam in https://github.com/uncscode/particula/pull/59
- remove
python_version
from setup.cfg by @ngam in https://github.com/uncscode/particula/pull/62 - improving github action workflows by @ngam in https://github.com/uncscode/particula/pull/63
- adding dependabot by @ngam in https://github.com/uncscode/particula/pull/64
- Bump peaceiris/actions-gh-pages from 3.6.1 to 3.8.0 by @dependabot in https://github.com/uncscode/particula/pull/65
- Bump actions/setup-python from 1 to 2.3.1 by @dependabot in https://github.com/uncscode/particula/pull/66
- documentation sweep by @ngam in https://github.com/uncscode/particula/pull/68
- particle module documentation by @ngam in https://github.com/uncscode/particula/pull/71
- v0.0.3 release pr by @ngam in https://github.com/uncscode/particula/pull/74
New Contributors
- @dependabot made their first contribution in https://github.com/uncscode/particula/pull/65
Full Changelog: https://github.com/uncscode/particula/compare/v0.0.2...v0.0.3
Atmosphere - Atmospheric Chemistry and Aerosol
- Python
Published by ngam over 3 years ago

Particula - v0.0.2
Quick bugfixes from our first release, more docs, and some enhancements --- and a new parcel class thanks to @Gorkowski!
What's Changed
- first draft: air parcel for managing particles by @Gorkowski in https://github.com/uncscode/particula/pull/46
- v0.0.2 (linting stuff, fixing bugs, more layout orgs, etc.) by @ngam in https://github.com/uncscode/particula/pull/49
Full Changelog: https://github.com/uncscode/particula/compare/v0.0.1...v0.0.2
Atmosphere - Atmospheric Chemistry and Aerosol
- Python
Published by ngam over 3 years ago

Particula - v0.0.1 first prerelease!
This is our first (pre)release of particula
. This is mainly for testing and ci purposes. More soon!
What's Changed
- Gorkowski/issue5 by @Gorkowski in https://github.com/uncscode/particula/pull/6
- adding devcontainer by @ngam in https://github.com/uncscode/particula/pull/8
- placeholder for webpage / fixes #9 by @ngam in https://github.com/uncscode/particula/pull/10
- Test issue to practice contribution workflow by @aktwo in https://github.com/uncscode/particula/pull/15
- Improved Particle class & methods, typing & units. by @wkchuang in https://github.com/uncscode/particula/pull/27
- add flake8, pylint, and pytest via github action by @ngam in https://github.com/uncscode/particula/pull/32
- fixing workflow tests by @ngam in https://github.com/uncscode/particula/pull/34
- Create an Environment Class by @wkchuang in https://github.com/uncscode/particula/pull/40
- starting jupyter + more docs + pkg-ing! by @ngam in https://github.com/uncscode/particula/pull/37
- bugfix for jupyterbook build by @ngam in https://github.com/uncscode/particula/pull/43
New Contributors
- @Gorkowski made their first contribution in https://github.com/uncscode/particula/pull/6
- @ngam made their first contribution in https://github.com/uncscode/particula/pull/8
- @aktwo made their first contribution in https://github.com/uncscode/particula/pull/15
- @wkchuang made their first contribution in https://github.com/uncscode/particula/pull/27
Full Changelog: https://github.com/uncscode/particula/commits/v0.0.1
Atmosphere - Atmospheric Chemistry and Aerosol
- Python
Published by ngam over 3 years ago
