From a6a8d138392885d919e374987b38778ce0661f15 Mon Sep 17 00:00:00 2001 From: saattrupdan Date: Sat, 19 Feb 2022 20:01:33 +0000 Subject: [PATCH] feat: v1.5.0 --- CHANGELOG.md | 2 +- mumin/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a8534a..ef3d175 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [v1.5.0] - 2022-02-19 ### Changed - Now using dicts rather than Series in `to_dgl`. This improved the wall time from 1.5 hours to 2 seconds! diff --git a/mumin/__init__.py b/mumin/__init__.py index c91dc0f..62b07d7 100644 --- a/mumin/__init__.py +++ b/mumin/__init__.py @@ -1,4 +1,4 @@ -__version__ = '1.4.1' +__version__ = '1.5.0' # Set up logging import logging