Recent Releases of mechanism-configuration

mechanism-configuration - Version 0.3.0

What's Changed

  • removing python build by @K20shores in https://github.com/NCAR/MechanismConfiguration/pull/95
  • Remove the key of aerosol-phase water by @boulderdaze in https://github.com/NCAR/MechanismConfiguration/pull/98
  • Remove aerosol phase and add aqueous phase by @boulderdaze in https://github.com/NCAR/MechanismConfiguration/pull/100
  • Auto-format code changes by @github-actions in https://github.com/NCAR/MechanismConfiguration/pull/101
  • Update Henry's law reaction by @boulderdaze in https://github.com/NCAR/MechanismConfiguration/pull/102
  • Auto-format code changes by @github-actions in https://github.com/NCAR/MechanismConfiguration/pull/104
  • Update clang format by @boulderdaze in https://github.com/NCAR/MechanismConfiguration/pull/103
  • Auto-format code changes by @github-actions in https://github.com/NCAR/MechanismConfiguration/pull/105
  • Update the version by @boulderdaze in https://github.com/NCAR/MechanismConfiguration/pull/110

Full Changelog: https://github.com/NCAR/MechanismConfiguration/compare/v0.2.0...v.0.3.0

- C++
Published by boulderdaze 8 months ago

mechanism-configuration - Version 0.2.0

What's Changed

  • Update namespace and targets in packaging by @boulderdaze in https://github.com/NCAR/MechanismConfiguration/pull/83
  • Static initialization by @K20shores in https://github.com/NCAR/MechanismConfiguration/pull/85
  • Auto-format code changes by @github-actions in https://github.com/NCAR/MechanismConfiguration/pull/86
  • Bump yaml cpp version by @K20shores in https://github.com/NCAR/MechanismConfiguration/pull/87
  • Added dockerfile and action trigger to run Code Coverage by @montythind in https://github.com/NCAR/MechanismConfiguration/pull/89
  • Add in-code option for Python mechanisms by @mattldawson in https://github.com/NCAR/MechanismConfiguration/pull/90
  • added citation file by @montythind in https://github.com/NCAR/MechanismConfiguration/pull/91
  • User-defined reaction type by @mattldawson in https://github.com/NCAR/MechanismConfiguration/pull/93
  • Version 0.2.0 by @K20shores in https://github.com/NCAR/MechanismConfiguration/pull/94

New Contributors

  • @boulderdaze made their first contribution in https://github.com/NCAR/MechanismConfiguration/pull/83
  • @montythind made their first contribution in https://github.com/NCAR/MechanismConfiguration/pull/89

Full Changelog: https://github.com/NCAR/MechanismConfiguration/compare/v0.1.1...v0.2.0

- C++
Published by K20shores 10 months ago

mechanism-configuration - Version 0.1.1

What's Changed

  • setting rpath by @K20shores in https://github.com/NCAR/MechanismConfiguration/pull/77
  • Liboutput by @K20shores in https://github.com/NCAR/MechanismConfiguration/pull/78
  • Again by @K20shores in https://github.com/NCAR/MechanismConfiguration/pull/80
  • correctly placing species as a reactant in a first order loss reaction by @K20shores in https://github.com/NCAR/MechanismConfiguration/pull/81
  • v0.1.1 by @K20shores in https://github.com/NCAR/MechanismConfiguration/pull/82

Full Changelog: https://github.com/NCAR/MechanismConfiguration/compare/v0.1.0...v0.1.1

- C++
Published by K20shores 11 months ago

mechanism-configuration - Version 0.1.0

What's Changed

  • added basic pages and one example by @K20shores in https://github.com/NCAR/MechanismConfiguration/pull/2
  • 3 add rate constant descriptions and configuration formats by @K20shores in https://github.com/NCAR/MechanismConfiguration/pull/4
  • Update JSON and YAML schemas by @mattldawson in https://github.com/NCAR/MechanismConfiguration/pull/7
  • Parser stub by @K20shores in https://github.com/NCAR/MechanismConfiguration/pull/12
  • Parse species phases by @K20shores in https://github.com/NCAR/MechanismConfiguration/pull/13
  • parsing phases by @K20shores in https://github.com/NCAR/MechanismConfiguration/pull/14
  • Parse arrhenius by @K20shores in https://github.com/NCAR/MechanismConfiguration/pull/16
  • proposed changes to configuration format by @K20shores in https://github.com/NCAR/MechanismConfiguration/pull/11
  • Auto-format code changes by @github-actions in https://github.com/NCAR/MechanismConfiguration/pull/20
  • Parse troe by @K20shores in https://github.com/NCAR/MechanismConfiguration/pull/17
  • Parse branched by @K20shores in https://github.com/NCAR/MechanismConfiguration/pull/18
  • Parse tunelling by @K20shores in https://github.com/NCAR/MechanismConfiguration/pull/19
  • Parse surface by @K20shores in https://github.com/NCAR/MechanismConfiguration/pull/21
  • Auto-format code changes by @github-actions in https://github.com/NCAR/MechanismConfiguration/pull/22
  • Auto-format code changes by @github-actions in https://github.com/NCAR/MechanismConfiguration/pull/23
  • Auto-format code changes by @github-actions in https://github.com/NCAR/MechanismConfiguration/pull/24
  • Auto-format code changes by @github-actions in https://github.com/NCAR/MechanismConfiguration/pull/25
  • Parse photolysis by @K20shores in https://github.com/NCAR/MechanismConfiguration/pull/26
  • Parse emissions by @K20shores in https://github.com/NCAR/MechanismConfiguration/pull/27
  • Parse first order loss by @K20shores in https://github.com/NCAR/MechanismConfiguration/pull/28
  • Auto-format code changes by @github-actions in https://github.com/NCAR/MechanismConfiguration/pull/30
  • Parse condensed phase arrhenius by @K20shores in https://github.com/NCAR/MechanismConfiguration/pull/29
  • Auto-format code changes by @github-actions in https://github.com/NCAR/MechanismConfiguration/pull/31
  • Auto-format code changes by @github-actions in https://github.com/NCAR/MechanismConfiguration/pull/32
  • Auto-format code changes by @github-actions in https://github.com/NCAR/MechanismConfiguration/pull/33
  • parsing condensed phase photolysis by @K20shores in https://github.com/NCAR/MechanismConfiguration/pull/34
  • parsing henrys law by @K20shores in https://github.com/NCAR/MechanismConfiguration/pull/35
  • Parse wet deposition by @K20shores in https://github.com/NCAR/MechanismConfiguration/pull/36
  • Parse aqueous equilibrium by @K20shores in https://github.com/NCAR/MechanismConfiguration/pull/37
  • parsing simpol phase by @K20shores in https://github.com/NCAR/MechanismConfiguration/pull/38
  • Auto-format code changes by @github-actions in https://github.com/NCAR/MechanismConfiguration/pull/39
  • Auto-format code changes by @github-actions in https://github.com/NCAR/MechanismConfiguration/pull/40
  • removing much code duplication by @K20shores in https://github.com/NCAR/MechanismConfiguration/pull/41
  • Auto-format code changes by @github-actions in https://github.com/NCAR/MechanismConfiguration/pull/42
  • stubbed out yaml parsing by @K20shores in https://github.com/NCAR/MechanismConfiguration/pull/43
  • Auto-format code changes by @github-actions in https://github.com/NCAR/MechanismConfiguration/pull/44
  • 46 implement yaml parsing by @K20shores in https://github.com/NCAR/MechanismConfiguration/pull/52
  • Auto-format code changes by @github-actions in https://github.com/NCAR/MechanismConfiguration/pull/53
  • 50 add parsing of version 0 configuration by @K20shores in https://github.com/NCAR/MechanismConfiguration/pull/54
  • Auto-format code changes by @github-actions in https://github.com/NCAR/MechanismConfiguration/pull/55
  • Update yaml dep name by @K20shores in https://github.com/NCAR/MechanismConfiguration/pull/58
  • Auto-format code changes by @github-actions in https://github.com/NCAR/MechanismConfiguration/pull/59
  • optionally setting species values by @K20shores in https://github.com/NCAR/MechanismConfiguration/pull/60
  • Auto-format code changes by @github-actions in https://github.com/NCAR/MechanismConfiguration/pull/61
  • Python by @K20shores in https://github.com/NCAR/MechanismConfiguration/pull/57
  • Auto-format code changes by @github-actions in https://github.com/NCAR/MechanismConfiguration/pull/62
  • Publish by @K20shores in https://github.com/NCAR/MechanismConfiguration/pull/63
  • adding tracer type to v1 species by @K20shores in https://github.com/NCAR/MechanismConfiguration/pull/64
  • Auto-format code changes by @github-actions in https://github.com/NCAR/MechanismConfiguration/pull/65
  • Windows ci fixes by @K20shores in https://github.com/NCAR/MechanismConfiguration/pull/66
  • Comment collection by @K20shores in https://github.com/NCAR/MechanismConfiguration/pull/68
  • add workflow from micm by @DeeGrant in https://github.com/NCAR/MechanismConfiguration/pull/70
  • change docs references from open-atmos to ncar by @DeeGrant in https://github.com/NCAR/MechanismConfiguration/pull/72
  • Update version for release by @mattldawson in https://github.com/NCAR/MechanismConfiguration/pull/74

New Contributors

  • @K20shores made their first contribution in https://github.com/NCAR/MechanismConfiguration/pull/2
  • @mattldawson made their first contribution in https://github.com/NCAR/MechanismConfiguration/pull/7
  • @github-actions made their first contribution in https://github.com/NCAR/MechanismConfiguration/pull/20
  • @DeeGrant made their first contribution in https://github.com/NCAR/MechanismConfiguration/pull/70

Full Changelog: https://github.com/NCAR/MechanismConfiguration/commits/v0.1.0

- C++
Published by mattldawson 11 months ago