From fc3758bf48ccd9b6b1901694a9f2520066a476ce Mon Sep 17 00:00:00 2001 From: Benjamin Bossan Date: Thu, 17 Nov 2022 16:11:13 +0100 Subject: [PATCH] Preparation for release of skorch v0.12.1 Not much changed, so I don't think we need a nice release message here. --- CHANGES.md | 7 +++++++ VERSION | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 2a483b0c2..070a3bf3e 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -11,6 +11,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed +### Fixed + +## [0.12.1] - 2022-11-18 + +### Changed + - `NeptuneLogger` was updated to work with recent versions of Neptune client (v0.14.3 or higher); it now logs some additional data, including the model summary, configuration, and learning rate (when available) (#906) ### Fixed @@ -288,3 +294,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [0.10.0]: https://github.com/skorch-dev/skorch/compare/v0.9.0...v0.10.0 [0.11.0]: https://github.com/skorch-dev/skorch/compare/v0.10.0...v0.11.0 [0.12.0]: https://github.com/skorch-dev/skorch/compare/v0.11.0...v0.12.0 +[0.12.1]: https://github.com/skorch-dev/skorch/compare/v0.12.0...v0.12.1 diff --git a/VERSION b/VERSION index c67ec64e7..34a83616b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.12.1dev +0.12.1