Skip to content

Commit

Permalink
Release 1.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
shansfolder committed Mar 8, 2017
1 parent 54f225c commit 3363ac6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
Changelog pyGPs v1.3.4
=========================

March 2017
----------------------------
- fix a few bugs when using pyGPs from Python 3
- enhance clustering demo of time series


Changelog pyGPs v1.3.3
=========================

August 2016
----------------------------
- fix to RBFard kernel derivative
- fix RBFard kernel derivative
- general model based on likelihoods
- Python 3 compatibility
- New Demo: clustering of time series (using independent GP likelihoods)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='pyGPs',
version='1.3.3',
version='1.3.4',
author=['Marion Neumann', 'Shan Huang','Daniel Marthaler', 'Kristian Kersting'],
author_email=['marion.neumann@uni-bonn.de.com', 'shan.huang@iais.fraunhofer.de', 'dan.marthaler@gmail.com', 'kristian.kersting@cs.tu-dortmund.de'],
packages=find_packages(),
Expand Down

0 comments on commit 3363ac6

Please sign in to comment.