Skip to content
This repository was archived by the owner on Jun 18, 2023. It is now read-only.

Commit 195fe42

Browse files
committed
Update changelog & bump version 🎉
1 parent 681318e commit 195fe42

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ All notable changes will appear in this log that begins with the release of ``v0
55

66
For information on the style of this change log, see `keepachangelog.com <http://keepachangelog.com/>`__.
77

8-
`UNRELEASED (v0.6.0) <https://github.com/ceholden/yatsm/compare/v0.5.5...HEAD>`__
9-
---------------------------------------------------------------------------------
8+
`v0.6.0 <https://github.com/ceholden/yatsm/compare/v0.5.5...v0.6.0>`__ - 2016-04-22
9+
-----------------------------------------------------------------------------------
1010

1111
`Milestone
1212
v0.6.0 <https://github.com/ceholden/yatsm/milestones/v0.6.0>`__
@@ -43,6 +43,8 @@ Fixed
4343
- ``CCDCesque``: Fix bug in parsing of ``test_indices`` if user doesn't supply any `#73 <https://github.com/ceholden/yatsm/issues/73>`__
4444
- "Packaged" estimator pickles are built on installation of YATSM so they will work with user versions of libraries (`commit <https://github.com/ceholden/yatsm/commit/d9b4b80c1c70137525abfde7fc7933e34bcf6820>`__)
4545
- Fix ``DeprecationWarnings`` with ``scikit-learn>=0.17.0`` (`commit <https://github.com/ceholden/yatsm/commit/29ddd4c0da29904b49fca7e452ee23ca1f938261>`__)
46+
- ``yatsm.regression.robust_fit.RLM``: Fix a bug caused by dividing by zero. This bug only occurs when the number of observations in a time series segment is approximately equal to the number of parameters (``n ~= k``) `#86 <https://github.com/ceholden/yatsm/issues/86>`_
47+
- Fix NumPy deprecation warnings and improve ``yatsm changemap num`` performance `#83 <https://github.com/ceholden/yatsm/issues/83>`__
4648

4749
`v0.5.5 <https://github.com/ceholden/yatsm/compare/v0.5.4...v0.5.5>`__ - 2015-11-24
4850
-----------------------------------------------------------------------------------

yatsm/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.6.0dev'
1+
__version__ = '0.6.0'

0 commit comments

Comments
 (0)