diff --git a/CHANGELOG.md b/CHANGELOG.md index 1fbebb36..bfbbc157 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,17 @@ This changelog mostly collects important changes to the models that are not backward compatible but result in different results. +## 23.10.0 + +Important fixes: + +* #437 (changing metric definition!) +* #432 (fixes geometric graph building!) +* #431 (fixes fast potential loss) +* #439, #444 + +and more + ## 23.09.0 * Important fixes to residual networks (applying ReLUs correctly) diff --git a/src/gnn_tracking/version.txt b/src/gnn_tracking/version.txt index 9abd900b..7d7a0702 100644 --- a/src/gnn_tracking/version.txt +++ b/src/gnn_tracking/version.txt @@ -1 +1 @@ -23.09.0 +23.10.0