Skip to content

Commit

Permalink
0.6.0 Release Notes (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
amontanez24 authored Apr 10, 2024
1 parent 674c532 commit 1636a94
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# History

## 0.6.0 - 2024-04-10

This release adds support for Python 3.12!

### Maintenance

* Support Python 3.12 - Issue [#85](https://github.com/sdv-dev/DeepEcho/issues/85) by @fealho
* Transition from using setup.py to pyproject.toml to specify project metadata - Issue [#86](https://github.com/sdv-dev/DeepEcho/issues/86) by @R-Palazzo
* Remove bumpversion and use bump-my-version - Issue [#87](https://github.com/sdv-dev/DeepEcho/issues/87) by @R-Palazzo
* Add dependency checker - Issue [#96](https://github.com/sdv-dev/DeepEcho/issues/96) by @lajohn4747
* Add bandit workflow - Issue [#98](https://github.com/sdv-dev/DeepEcho/issues/98) by @R-Palazzo

### Bugs Fixed

* Fix make check candidate - Issue [#91](https://github.com/sdv-dev/DeepEcho/issues/91) by @R-Palazzo
* Fix minimum version workflow when pointing to github branch - Issue [#99](https://github.com/sdv-dev/DeepEcho/issues/99) by @R-Palazzo

## 0.5.0 - 2023-11-13

This release updates the PAR's model progress bar to show loss values and time elapsed (verbose option).
Expand Down

0 comments on commit 1636a94

Please sign in to comment.