File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,8 +4,10 @@ All notable changes to this project will be documented in this file. Dates are d
44
55Generated 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 )
Original file line number Diff line number Diff line change 11"""Setup."""
2+
23from pybind11 .setup_helpers import Pybind11Extension
34from setuptools import find_namespace_packages , setup
45
5- __version__ = "0.2.6 "
6+ __version__ = "0.2.7 "
67
78ext_modules = [
89 Pybind11Extension (
You can’t perform that action at this time.
0 commit comments