Skip to content

Releases: materialsproject/reaction-network

v8.3.1

08 Mar 21:26
fbfe269
Compare
Choose a tag to compare

Version 8.3.1

Commits

v8.3.0

06 Mar 20:33
78684bc
Compare
Choose a tag to compare

Version 8.3.0

Commits

  • [78684bc] Merge pull request #287 from materialsproject/new_rlease
  • [39205b1] linting with ruff 3
  • [321d4ea] change ruff settings for 3.0
  • [aaf9996] Get ready for new release
  • [eb997c2] Merge pull request #286 from materialsproject/dep-fix
  • [2909580] add test for energy adjustment comparison
  • [96c9380] Fix bug in ExperimentalReferenceEntry; was not comparing equality
  • [a5949a7] fix typing of last_updated
  • [b27f423] Updated CHANGELOG.md

v8.2.1

07 Feb 20:06
c456582
Compare
Choose a tag to compare

Version 8.2.1

Commits

  • [c456582] Merge pull request #284 from materialsproject/dep-fix
  • [6bb6b25] Add missing factor of 1/3 to CO2 correction
  • [b91033f] Merge pull request #283 from materialsproject/dep-fix
  • [0a20a88] add CO2 atmospheric correction (model pCO2)
  • [2721119] Updated CHANGELOG.md

v8.2.0

21 Dec 23:17
46c8ce0
Compare
Choose a tag to compare

Version 8.2.0

Commits

  • [46c8ce0] Merge pull request #282 from materialsproject/dep-fix
  • [b294d9c] fix interpolated entry get new temperature bug
  • [0e83275] fix dependency bug
  • [2663cd1] add Deprecated entry checking, update dependencies
  • [39d855c] Add common gases, get rid of NaCO3 (how did this end up in NIST?)
  • [f2fa858] fix broken network repr
  • [b08dcf4] fix ruffs broken docstrings :(
  • [eac4e3e] Updated CHANGELOG.md

v8.1.0

13 Nov 23:23
ae321f4
Compare
Choose a tag to compare

Version 8.1.0

Commits

  • [ae321f4] Merge pull request #279 from materialsproject/pydantic2
  • [5d70c67] linting correction
  • [04f4c4e] fix broken test
  • [5bd90f0] clean-up docs
  • [54c6704] enforce pydantic<2.5
  • [2b2c5ff] rerun tests
  • [ab0b326] patch for github workflow while mp-api broken
  • [80fbb50] fix broken entry job
  • [280f46f] attempt to fix typing problem
  • [2528947] fix broken tests
  • [41344f6] Update CITATION.bib with new paper
  • [8795739] more linting (mypy)
  • [7b93a61] linting
  • [1ac4f91] implement ruff pt 2
  • [53df69e] Implement ruff
  • [cc42794] add DB access script
  • [ed295a2] python=3.8 dropped (not ready for python=3.12 yet)
  • [21065dc] Drop support for python=3.8 due to dependencies (i.e., pymatgen)
  • [7505cef] fix broken pathway plotting
  • [2b8b0f2] add Optional
  • [7d66129] update deps
  • [af769d8] Merge pull request #278 from materialsproject/update_notebooks
  • [10e0036] Update networks NB
  • [8521772] Updated CHANGELOG.md

v8.0.4

11 Oct 20:56
8b72e0d
Compare
Choose a tag to compare

Version 8.0.4

Commits

  • [8b72e0d] Merge pull request #277 from materialsproject/entry_id-bug-fix
  • [211f5ed] Merge pull request #276 from materialsproject/comp-bug-fix
  • [32c3e3b] Add default entry_id creation and better docs
  • [0daf280] fix Gibbs entry bug when initializing with Species
  • [bb93f39] Updated CHANGELOG.md

v8.0.3

01 Sep 19:39
4be8a4c
Compare
Choose a tag to compare

Version 8.0.3

Commits

  • [4be8a4c] Merge pull request #273 from materialsproject/dev
  • [b3f0b0f] fix broken doc release
  • [e790580] get rid of changelog in action
  • [33527dd] fix broken symlink

v8.0.2

01 Sep 16:49
fcc5cd9
Compare
Choose a tag to compare

Version 8.0.2

Commits

v8.0.1

01 Sep 16:49
fcc5cd9
Compare
Choose a tag to compare

Version 8.0.1

Commits

v8.0.0

01 Sep 06:54
8b79b4f
Compare
Choose a tag to compare

Version 8.0.0

Commits

  • [8b79b4f] Merge pull request #271 from materialsproject/dev
  • [91ae7ea] fix release
  • [e0aebaa] Merge remote-tracking branch 'origin/main' into dev
  • [b32133c] fix token problem
  • [11961d5] Update README.md
  • [a15cc28] Merge pull request #270 from materialsproject/dev
  • [5a00836] fix broken notebooks sphinx
  • [cb99ebc] possible pydantic issue fix
  • [f9f45f3] update python ver
  • [08cbff4] update github actions for docs
  • [ec2d2fa] switch to sphinx for docs
  • [ef29b05] upgrade python version
  • [d5ba742] linting
  • [5ab1387] fix jobflow dependency
  • [ff74791] fix merge
  • [e55584a] Merge remote-tracking branch 'origin/main' into dev
  • [0b756a0] clean up tests
  • [adf5f71] update README and dependencies
  • [1032dd0] Update network NB
  • [34be2ca] update demo NB 1
  • [686c5b8] add some tests, improve coverage profiling
  • [498cb22] fix broken tests
  • [346e543] fix strange typing bug with inheritance
  • [9ada46c] clean up enumerator method signatures
  • [f3770e0] Fix enumerator docstrings
  • [5a40774] clean up docs yaml
  • [7d26abe] cleaning up docs and typing pt 4 (network, flows, jobs)
  • [c342b46] cleaning up docs and typing pt 3 (mostly pathways, network)
  • [fc050ff] cleaning up docs and typing pt 2 (mostly enum, reactions, thermo)
  • [01b3b71] cleaning up docs and typing pt 1
  • [fd1f91d] update docs
  • [8c050c8] lots of cleanup, parallel testing, fix math.isclose bug, old tests
  • [5f68d3d] updating docstrings pt1
  • [9329e53] finish cleaning base/core
  • [a7d671f] move base classes into base files
  • [09be500] remove builders (they were unused)
  • [234b8e6] Merge remote-tracking branch 'origin/dev' into dev
  • [0efcfca] add option for custom entries
  • [d3f6098] Update README.md for new org
  • [6e7b796] Update README.md for new org
  • [5fa9f5b] Delete dependabot.yml
  • [f17cb1f] Delete dependabot.yml
  • [89ca65c] Change name of synthesis planning flow
  • [308840d] improve some broken tests
  • [28a49a7] shift code around, update dependencies
  • [473c0fb] Merge pull request #254 from GENESIS-EFRC/improv/change-rxn-set
  • [e66ad69] add tests for new reaction set methods
  • [4237833] Add methods for setting open element and temp on reaction set
  • [736acc3] default include nist data True
  • [b034947] test commit