Skip to content

Commit 1642abe

Browse files
author
arnaudon
committed
0.2.7
1 parent 297cd7e commit 1642abe

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,10 @@ All notable changes to this project will be documented in this file. Dates are d
44

55
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
66

7-
#### [v0.2.6](https://github.com/barahona-research-group/PyGenStability/compare/v1.9...v0.2.6)
7+
#### [v0.2.7](https://github.com/barahona-research-group/PyGenStability/compare/v1.9...v0.2.7)
88

9+
- Use scipy entropy [`#107`](https://github.com/barahona-research-group/PyGenStability/pull/107)
10+
- 0.2.6 [`#105`](https://github.com/barahona-research-group/PyGenStability/pull/105)
911
- Update readme and scale selection [`#104`](https://github.com/barahona-research-group/PyGenStability/pull/104)
1012
- Fix matrix exponential for continuous_normalized and improve NVI(t) computation [`#102`](https://github.com/barahona-research-group/PyGenStability/pull/102)
1113
- Update readme [`#100`](https://github.com/barahona-research-group/PyGenStability/pull/100)

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
"""Setup."""
2+
23
from pybind11.setup_helpers import Pybind11Extension
34
from setuptools import find_namespace_packages, setup
45

5-
__version__ = "0.2.6"
6+
__version__ = "0.2.7"
67

78
ext_modules = [
89
Pybind11Extension(

0 commit comments

Comments
 (0)