Skip to content

Commit

Permalink
Merge pull request #185 from deepskies/feature/package_publish
Browse files Browse the repository at this point in the history
changelog feature added
  • Loading branch information
beckynevin authored Oct 17, 2024
2 parents d0290f6 + f7ffa41 commit d7d706a
Show file tree
Hide file tree
Showing 4 changed files with 121 additions and 18 deletions.
3 changes: 3 additions & 0 deletions .cz.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[tool.commitizen]
name = "cz_conventional_commits"
version = "0.1.0"
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Changelog

## [0.1.0] - 2024-10-17
### Added
- Initial release of the project with the following features:
- DeepEnsemble: generates or loads data and trains a DE model
- DeepEvidentialRegression: generates or loads data and trains a DER model
- data
- models
- analyze
- train

### Notes
- This is the first official release of the package.
121 changes: 103 additions & 18 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ flake8 = "^7.0.0"
pytest = "^7.3.2"
pre-commit = "^3.7.0"
black = "^24.3.0"
commitizen = "^3.29.1"

[build-system]
requires = ["poetry-core>=1.0.0"]
Expand Down

0 comments on commit d7d706a

Please sign in to comment.