Skip to content

Commit 1636a94

Browse files
authored
0.6.0 Release Notes (#102)
1 parent 674c532 commit 1636a94

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

HISTORY.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# History
22

3+
## 0.6.0 - 2024-04-10
4+
5+
This release adds support for Python 3.12!
6+
7+
### Maintenance
8+
9+
* Support Python 3.12 - Issue [#85](https://github.com/sdv-dev/DeepEcho/issues/85) by @fealho
10+
* 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
11+
* Remove bumpversion and use bump-my-version - Issue [#87](https://github.com/sdv-dev/DeepEcho/issues/87) by @R-Palazzo
12+
* Add dependency checker - Issue [#96](https://github.com/sdv-dev/DeepEcho/issues/96) by @lajohn4747
13+
* Add bandit workflow - Issue [#98](https://github.com/sdv-dev/DeepEcho/issues/98) by @R-Palazzo
14+
15+
### Bugs Fixed
16+
17+
* Fix make check candidate - Issue [#91](https://github.com/sdv-dev/DeepEcho/issues/91) by @R-Palazzo
18+
* Fix minimum version workflow when pointing to github branch - Issue [#99](https://github.com/sdv-dev/DeepEcho/issues/99) by @R-Palazzo
19+
320
## 0.5.0 - 2023-11-13
421

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

0 commit comments

Comments
 (0)