Skip to content

Commit

Permalink
v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jmschrei committed Aug 26, 2023
1 parent 1faa346 commit f8ed453
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions docs/whats_new.rst
Expand Up @@ -5,6 +5,19 @@
Release History
===============

Version 1.0.3
==============

Highlights
----------

- A fix to the 1.0.2 fix (thanks @savyajha)
- Docs API fix (thanks @FBruzzesi)
- GMM initialization sets prior based on weights (thanks @gerwang)
- Fixes normal distributions when covariance_type == 'sphere' (thanks @gerwang)
- Fixes an issue with MaskedTensor's being passed into categorical distributions


Version 1.0.2
==============

Expand Down
2 changes: 1 addition & 1 deletion pomegranate/__init__.py
@@ -1 +1 @@
__version__ = "1.0.2"
__version__ = "1.0.3"
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -2,7 +2,7 @@

setup(
name='pomegranate',
version='1.0.2',
version='1.0.3',
author='Jacob Schreiber',
author_email='jmschreiber91@gmail.com',
packages=['pomegranate', 'pomegranate.distributions', 'pomegranate.hmm'],
Expand Down

0 comments on commit f8ed453

Please sign in to comment.