From 65313264966a61fc9aaed3c99a0b31dfb3b5a9ea Mon Sep 17 00:00:00 2001 From: Aaron McDaid Date: Fri, 29 Jun 2018 11:32:05 +0200 Subject: [PATCH 1/7] =?UTF-8?q?Bump=20version:=201.2.5=20=E2=86=92=201.3.0?= =?UTF-8?q?.=20Changelog=20updated?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 9 +++++++++ CHANGELOG.rst | 15 +++++++++++++++ README.rst | 2 +- expan/core/version.py | 2 +- setup.cfg | 2 +- 5 files changed, 27 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d9a4ee3..57ab831 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## [Unreleased](https://github.com/zalando/expan/tree/HEAD) + +[Full Changelog](https://github.com/zalando/expan/compare/v1.2.5...HEAD) + +**Merged pull requests:** + +- Ensure that outlier detection works if there is NaN in the data [\#225](https://github.com/zalando/expan/pull/225) ([aaron-mcdaid-zalando](https://github.com/aaron-mcdaid-zalando)) +- More powerful derived kpis [\#222](https://github.com/zalando/expan/pull/222) ([aaron-mcdaid-zalando](https://github.com/aaron-mcdaid-zalando)) + ## [v1.2.5](https://github.com/zalando/expan/tree/v1.2.5) (2018-06-22) [Full Changelog](https://github.com/zalando/expan/compare/v1.2.4...v1.2.5) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 1b85e92..0482369 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,21 @@ Change Log ========== +`Unreleased `__ +----------------------------------------------------------- + +`Full +Changelog `__ + +**Merged pull requests:** + +- Ensure that outlier detection works if there is NaN in the data + `#225 `__ + (`aaron-mcdaid-zalando `__) +- More powerful derived kpis + `#222 `__ + (`aaron-mcdaid-zalando `__) + `v1.2.5 `__ (2018-06-22) ---------------------------------------------------------------------- diff --git a/README.rst b/README.rst index 0957fb6..5cf5800 100644 --- a/README.rst +++ b/README.rst @@ -45,7 +45,7 @@ imported and used from within other projects and from the command line. Documentation ============= -The latest stable version is 1.2.5. Please check out our `tutorial and documentation `__. +The latest stable version is 1.3.0. Please check out our `tutorial and documentation `__. Installation ============ diff --git a/expan/core/version.py b/expan/core/version.py index ee5af4b..5b65b97 100644 --- a/expan/core/version.py +++ b/expan/core/version.py @@ -1,6 +1,6 @@ import subprocess -__version__ = "1.2.5" +__version__ = "1.3.0" def version_numbers(): diff --git a/setup.cfg b/setup.cfg index 772f1ea..9bb983a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.2.5 +current_version = 1.3.0 commit = True tag = True From 9a1507600afb46c653bde1fca57be5080500eacc Mon Sep 17 00:00:00 2001 From: Aaron McDaid Date: Fri, 29 Jun 2018 14:50:58 +0200 Subject: [PATCH 2/7] =?UTF-8?q?Bump=20version:=201.2.5=20=E2=86=92=201.3.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.rst | 2 +- expan/core/version.py | 2 +- setup.cfg | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 0957fb6..5cf5800 100644 --- a/README.rst +++ b/README.rst @@ -45,7 +45,7 @@ imported and used from within other projects and from the command line. Documentation ============= -The latest stable version is 1.2.5. Please check out our `tutorial and documentation `__. +The latest stable version is 1.3.0. Please check out our `tutorial and documentation `__. Installation ============ diff --git a/expan/core/version.py b/expan/core/version.py index ee5af4b..5b65b97 100644 --- a/expan/core/version.py +++ b/expan/core/version.py @@ -1,6 +1,6 @@ import subprocess -__version__ = "1.2.5" +__version__ = "1.3.0" def version_numbers(): diff --git a/setup.cfg b/setup.cfg index 772f1ea..9bb983a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.2.5 +current_version = 1.3.0 commit = True tag = True From 51388198529a66f80d33348222ea64c8885aa255 Mon Sep 17 00:00:00 2001 From: Aaron McDaid Date: Fri, 29 Jun 2018 14:51:08 +0200 Subject: [PATCH 3/7] =?UTF-8?q?Bump=20version:=201.3.0=20=E2=86=92=201.4.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.rst | 2 +- expan/core/version.py | 2 +- setup.cfg | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 5cf5800..3e0c5b7 100644 --- a/README.rst +++ b/README.rst @@ -45,7 +45,7 @@ imported and used from within other projects and from the command line. Documentation ============= -The latest stable version is 1.3.0. Please check out our `tutorial and documentation `__. +The latest stable version is 1.4.0. Please check out our `tutorial and documentation `__. Installation ============ diff --git a/expan/core/version.py b/expan/core/version.py index 5b65b97..4d905b5 100644 --- a/expan/core/version.py +++ b/expan/core/version.py @@ -1,6 +1,6 @@ import subprocess -__version__ = "1.3.0" +__version__ = "1.4.0" def version_numbers(): diff --git a/setup.cfg b/setup.cfg index 9bb983a..9f616f0 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.3.0 +current_version = 1.4.0 commit = True tag = True From 6a3c4b5dde01431e137e01dba9403882fd5e6f51 Mon Sep 17 00:00:00 2001 From: Aaron McDaid Date: Fri, 29 Jun 2018 14:52:39 +0200 Subject: [PATCH 4/7] update changelog --- CHANGELOG.md | 8 ++++++++ CHANGELOG.rst | 15 +++++++++++++++ 2 files changed, 23 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d9a4ee3..ea81357 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## [v1.3.0](https://github.com/zalando/expan/tree/v1.3.0) (2018-06-29) +[Full Changelog](https://github.com/zalando/expan/compare/v1.2.5...v1.3.0) + +**Merged pull requests:** + +- Ensure that outlier detection works if there is NaN in the data [\#225](https://github.com/zalando/expan/pull/225) ([aaron-mcdaid-zalando](https://github.com/aaron-mcdaid-zalando)) +- More powerful derived kpis [\#222](https://github.com/zalando/expan/pull/222) ([aaron-mcdaid-zalando](https://github.com/aaron-mcdaid-zalando)) + ## [v1.2.5](https://github.com/zalando/expan/tree/v1.2.5) (2018-06-22) [Full Changelog](https://github.com/zalando/expan/compare/v1.2.4...v1.2.5) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 1b85e92..bad819d 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,21 @@ Change Log ========== +`v1.3.0 `__ (2018-06-29) +---------------------------------------------------------------------- + +`Full +Changelog `__ + +**Merged pull requests:** + +- Ensure that outlier detection works if there is NaN in the data + `#225 `__ + (`aaron-mcdaid-zalando `__) +- More powerful derived kpis + `#222 `__ + (`aaron-mcdaid-zalando `__) + `v1.2.5 `__ (2018-06-22) ---------------------------------------------------------------------- From bfd0c55fa97a2e1e70e1ef9ce12d376b7467ffcd Mon Sep 17 00:00:00 2001 From: Aaron McDaid Date: Fri, 29 Jun 2018 14:55:50 +0200 Subject: [PATCH 5/7] =?UTF-8?q?Bump=20version:=201.2.5=20=E2=86=92=201.3.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.rst | 2 +- expan/core/version.py | 2 +- setup.cfg | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 0957fb6..5cf5800 100644 --- a/README.rst +++ b/README.rst @@ -45,7 +45,7 @@ imported and used from within other projects and from the command line. Documentation ============= -The latest stable version is 1.2.5. Please check out our `tutorial and documentation `__. +The latest stable version is 1.3.0. Please check out our `tutorial and documentation `__. Installation ============ diff --git a/expan/core/version.py b/expan/core/version.py index ee5af4b..5b65b97 100644 --- a/expan/core/version.py +++ b/expan/core/version.py @@ -1,6 +1,6 @@ import subprocess -__version__ = "1.2.5" +__version__ = "1.3.0" def version_numbers(): diff --git a/setup.cfg b/setup.cfg index 772f1ea..9bb983a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.2.5 +current_version = 1.3.0 commit = True tag = True From aa52eefe94ddfe0efbda364d5797a3be056dc02b Mon Sep 17 00:00:00 2001 From: Aaron McDaid Date: Fri, 29 Jun 2018 15:01:43 +0200 Subject: [PATCH 6/7] =?UTF-8?q?Bump=20version:=201.2.5=20=E2=86=92=201.3.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.rst | 2 +- expan/core/version.py | 2 +- setup.cfg | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 0957fb6..5cf5800 100644 --- a/README.rst +++ b/README.rst @@ -45,7 +45,7 @@ imported and used from within other projects and from the command line. Documentation ============= -The latest stable version is 1.2.5. Please check out our `tutorial and documentation `__. +The latest stable version is 1.3.0. Please check out our `tutorial and documentation `__. Installation ============ diff --git a/expan/core/version.py b/expan/core/version.py index ee5af4b..5b65b97 100644 --- a/expan/core/version.py +++ b/expan/core/version.py @@ -1,6 +1,6 @@ import subprocess -__version__ = "1.2.5" +__version__ = "1.3.0" def version_numbers(): diff --git a/setup.cfg b/setup.cfg index 772f1ea..9bb983a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.2.5 +current_version = 1.3.0 commit = True tag = True From a29cd14956d8fbd0f5982f3b27c143d78f069a48 Mon Sep 17 00:00:00 2001 From: Aaron McDaid Date: Fri, 29 Jun 2018 15:03:42 +0200 Subject: [PATCH 7/7] update changelog --- CHANGELOG.md | 8 ++++++++ CHANGELOG.rst | 15 +++++++++++++++ 2 files changed, 23 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d9a4ee3..ea81357 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## [v1.3.0](https://github.com/zalando/expan/tree/v1.3.0) (2018-06-29) +[Full Changelog](https://github.com/zalando/expan/compare/v1.2.5...v1.3.0) + +**Merged pull requests:** + +- Ensure that outlier detection works if there is NaN in the data [\#225](https://github.com/zalando/expan/pull/225) ([aaron-mcdaid-zalando](https://github.com/aaron-mcdaid-zalando)) +- More powerful derived kpis [\#222](https://github.com/zalando/expan/pull/222) ([aaron-mcdaid-zalando](https://github.com/aaron-mcdaid-zalando)) + ## [v1.2.5](https://github.com/zalando/expan/tree/v1.2.5) (2018-06-22) [Full Changelog](https://github.com/zalando/expan/compare/v1.2.4...v1.2.5) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 1b85e92..bad819d 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,21 @@ Change Log ========== +`v1.3.0 `__ (2018-06-29) +---------------------------------------------------------------------- + +`Full +Changelog `__ + +**Merged pull requests:** + +- Ensure that outlier detection works if there is NaN in the data + `#225 `__ + (`aaron-mcdaid-zalando `__) +- More powerful derived kpis + `#222 `__ + (`aaron-mcdaid-zalando `__) + `v1.2.5 `__ (2018-06-22) ----------------------------------------------------------------------