From 7feb206557905282aba4b7bcbf5ab939794b7972 Mon Sep 17 00:00:00 2001 From: Philip Darke <43066442+philipdarke@users.noreply.github.com> Date: Wed, 3 Aug 2022 09:19:37 +0100 Subject: [PATCH] v0.5.1 --- CHANGELOG.md | 10 +++++++++- pyproject.toml | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ce4ec6c..242355d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.5.1] - 2022-08-03 + +### Changed + +* Adopt updated `sktime` version + ## [0.5.0] - 2022-08-01 ### Added @@ -127,7 +133,9 @@ Release pulled First release to PyPi -[Unreleased]: https://github.com/philipdarke/torchtime/compare/v0.4.2.HEAD +[Unreleased]: https://github.com/philipdarke/torchtime/compare/v0.5.1.HEAD +[0.5.1]: https://github.com/philipdarke/torchtime/compare/v0.5.0..v0.5.1 +[0.5.0]: https://github.com/philipdarke/torchtime/compare/v0.4.2..v0.5.0 [0.4.2]: https://github.com/philipdarke/torchtime/compare/v0.3.0..v0.4.2 [0.3.0]: https://github.com/philipdarke/torchtime/compare/v0.2.0..v0.3.0 [0.2.0]: https://github.com/philipdarke/torchtime/compare/v0.1.1..v0.2.0 diff --git a/pyproject.toml b/pyproject.toml index c52bb3b..7851cc0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "torchtime" -version = "0.5.0" +version = "0.5.1" description = "Benchmark time series data sets for PyTorch" authors = ["Philip Darke "] license = "MIT"