Skip to content

v0.2.0

Compare
Choose a tag to compare
@gsheni gsheni released this 06 Jan 04:52
· 156 commits to main since this release
ee71ab8

v0.2.0 (January 5, 2023)

  • Enhancements
    • Add instructions on how to release trane and changelog updated checker #45
    • Use pyproject.toml and add install workflow to GitHub Actions #39
    • Add integration tests and got existing unit tests to pass #41
    • Add Python 3.11 markers and CI testing #41
    • Add lint check with black and ruff #43
    • Add tqdm as a req to show progress bar for prediction problem generation #41
    • Improve unit tests, add pre-commit, add install commands to Makefile #42
    • Add release workflow, move all examples under Examples folder, remove docs folder #44
    • Clean up README.md and add badges #46
  • Fixes
    • Cleaned up Makefile #41
    • Modified existing logic to allow unit tests to pass #41
    • Do not use cache is automated latest dependency checker is running #51
  • Changes
    • Remove setup.py, and setup.cfg in favor of pyproject.toml & .flake8 #39
    • Removed all requirements-X.txt files and are centralized to pyproject.toml #39
    • Removed bumpversion from project release requirements #39