From a643708f7c8a8170da7b066c737bb99737601080 Mon Sep 17 00:00:00 2001 From: Sean Freeman Date: Tue, 21 Jun 2022 20:09:00 -0600 Subject: [PATCH 1/2] Updated version, added changelog --- CHANGELOG.md | 11 +++++++++++ setup.py | 4 ++-- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 459d56fd..9bb2c4b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ ### Tobac Changelog +_**Version 1.3.1:**_ + +**Enhancements** + +- Added auto-downloading of files in the example notebooks if data isn't already present [#113](https://github.com/tobac-project/tobac/pull/113) + +**Bug fixes** + +- Fixed a bug with `map_tracks` that had it plot untracked cells caused by the switch to `-1` for untracked cells [#130](https://github.com/tobac-project/tobac/pull/130) + + _**Version 1.3:**_ **Enhancements** diff --git a/setup.py b/setup.py index 9e360751..458cae70 100644 --- a/setup.py +++ b/setup.py @@ -2,9 +2,9 @@ setup( name="tobac", - version="1.3", + version="1.3.1", description="Tracking and object-based analysis of clouds", - url="http://github.com/climate-processes/tobac", + url="http://github.com/tobac-project/tobac", author=[ "Max Heikenfeld", "William Jones", From c94585112e8d53df4d354c65e5ee950f4f2a25e3 Mon Sep 17 00:00:00 2001 From: Sean Freeman Date: Tue, 21 Jun 2022 21:23:00 -0600 Subject: [PATCH 2/2] Added #120 to the changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9bb2c4b3..9c8ea43f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,9 @@ _**Version 1.3.1:**_ - Fixed a bug with `map_tracks` that had it plot untracked cells caused by the switch to `-1` for untracked cells [#130](https://github.com/tobac-project/tobac/pull/130) +**Repository enhancements** + +- New pull request template for the repository, including a checklist to be completed for each pull request [#120](https://github.com/tobac-project/tobac/pull/120) _**Version 1.3:**_