Skip to content

1.6.3 Release

Latest
Compare
Choose a tag to compare
@mauvais2 mauvais2 released this 06 Sep 19:53
· 19 commits to master since this release
7d4ae2a

Highlights

  • Automated GitHub CI Actions:
    • Integrated Ruff Linter to identify potential low-risk errors and code defects.
    • Configured Pytest to automatically run AMPL unit and integration tests with every commit or pull request to ensure code validation
    • Automated the Docker build and push to DockerHub upon the publication of a release.

Enhancements:

ruff_linter_ampl

Bug Fixes:

  • Updated code according to Linter reports (commits: bc34dcf, 86f826e, 32d8b9d)
  • Handled cases where the split subset is empty (commit: a001100)