Skip to content

RMG-Py v3.3.0

Latest
Compare
Choose a tag to compare
@JacksonBurns JacksonBurns released this 15 Jul 17:08
· 20 commits to main since this release
7c363ca

Releases:

  • Source code on GitHub. git clone --branch v3.3.0 --depth 1 https://github.com/ReactionMechanismGenerator/RMG-Py.git
  • Conda binaries on CondaForge. conda create --name rmg_330 'rmg::rmg==3.3.0'
  • Docker on DockerHub docker pull reactionmechanismgenerator/rmg:3.3.0

What's Changed

Software Improvements

RMG-Py Itself

Bug Fixes

New Features (and their fixes)

Electrochemistry 🎉

  • Electrochemistry! (finally) a.k.a. RMG-electrocat by @JacksonBurns in #2598
  • Fix bug in electrons initialization for depository reaction data by @jonwzheng in #2775

Automated Fragment Modeling

  • Remove label in adjlist before detecting cutting label by @hwpang in #2519
  • Add regression input file for fragment + simple reactor and regression test for fragment + RMS reactor by @hwpang in #2571
  • Compatibility of regression.py with fragment by @hwpang in #2574
  • fragment.py: refactoring, patches, and compatibility with RMS by @JacksonBurns in #2413
  • Add Fragment Reattachment Example Notebook by @donerancl in #2585
  • Fix Fragment Resonance Structure Bug by @donerancl in #2647
  • Fix AFM fragment crash in LiquidReactor by @Kyamaguchi16 in #2813

Surface Catalysis

AECs and BACs

  • Allow user to plot correlation matrix for AECs by @hwpang in #2550

Arkane

Deprecations

  • Remove kinetic group additivity methods from code and documentation by @jonwzheng in #2612
  • Clean up some code for calculating degeneracy in kinetics codebase by @jonwzheng in #2632
  • Remove Wiki and gitter from README by @jonwzheng in #2762
  • [Docs] Update outdated docs, wiki, and contributor guidelines by @jonwzheng in #2703

Continuous Integration

New Contributors

Full Changelog: 3.2.0...3.3.0