Skip to content

Store full remote URL in state file and other updates

Latest
Compare
Choose a tag to compare
@mathomp4 mathomp4 released this 02 Oct 18:42
3353b92

DOI

This version of mepo has some backend changes. The most important is that the full path of remote url is now stored in the state file. This allows for reducing the number of git calls needed.

There is also some refactoring of code as well as added newly added tests and updates to documentation.


From CHANGELOG.md

Fixed

  • Fixed mepo completion

Added

  • Added ability to print version info via mepo --version
  • Added install instructions for spack and brew tap
  • Added tests for Registry and MepoComponent classes

Changed

  • Full path of remote url is now stored in the state file
  • Some refactor of component.py
  • Removed MepoState dependency in git.py

What's Changed

Full Changelog: v2.0.0...v2.1.0