Skip to content

Commit

Permalink
Pre 0.5 (#31)
Browse files Browse the repository at this point in the history
* changed version number

* updated release history for v0.5
  • Loading branch information
tailaiw committed Dec 18, 2019
1 parent cb3af57 commit b5db259
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Expand Up @@ -64,9 +64,9 @@
# built documents.
#
# The short X.Y version.
version = "0.4"
version = "0.5"
# The full version, including alpha/beta/rc tags.
release = "0.4.1"
release = "0.5.0"

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
16 changes: 16 additions & 0 deletions docs/releasehistory.rst
Expand Up @@ -2,6 +2,22 @@
Release History
***************

Version 0.5.0 (Dec 18, 2019)
===================================
- Changed the parameter `steps` of pipenet from list to dict
- Added method `summary` to pipenet
- Corrected some major algorithmic issues on seasonal decomposition

- Removed STL decomposition transformer, and hence the corresponding option in SeasonalAD detector
- Recreated classic seasonal decomposition transformer

- Updated the demo notebook in the documentation
- Added an option to hide legend in the plotting function
- Added some package setup options for developers
- Fixed an issue of tracking Travis and Coveralls status
- Some minor internal optimization in the code
- Fixed some format issues and typos in the documentation

Version 0.4.1 (Nov 21, 2019)
===================================
- Fixed an issue of tox environments
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = adtk
version = 0.4.1
version = 0.5.0
author = Arundo Analytics, Inc.
maintainer = Tailai Wen
maintainer_email = tailai.wen@arundo.com
Expand Down
2 changes: 1 addition & 1 deletion src/adtk/__init__.py
Expand Up @@ -36,4 +36,4 @@
# Dev branch marker is: 'X.Y.dev' or 'X.Y.devN' where N is an integer.
# 'X.Y.dev0' is the canonical version of 'X.Y.dev'
#
__version__ = "0.4.1"
__version__ = "0.5"

0 comments on commit b5db259

Please sign in to comment.