Prepares Version 1.0.3
This commit is contained in:
parent
dc3903b2a6
commit
224b38a915
@ -98,6 +98,9 @@ There ist still quite some work to do.
|
|||||||
And for all others, don't hesitate to open issues when you have problems!
|
And for all others, don't hesitate to open issues when you have problems!
|
||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
#### 1.0.3
|
||||||
|
- Fixes init_cell_state called twice the necessary amount
|
||||||
|
|
||||||
#### 1.0.2
|
#### 1.0.2
|
||||||
- Adds set CellularAutomaton.cells capability to be able to move cell states from one Automaton to another.
|
- Adds set CellularAutomaton.cells capability to be able to move cell states from one Automaton to another.
|
||||||
|
|
||||||
|
2
setup.py
2
setup.py
@ -7,7 +7,7 @@ with open('README.md') as f:
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="cellular_automaton",
|
name="cellular_automaton",
|
||||||
version="1.0.2",
|
version="1.0.3",
|
||||||
author="Richard Feistenauer",
|
author="Richard Feistenauer",
|
||||||
author_email="r.feistenauer@web.de",
|
author_email="r.feistenauer@web.de",
|
||||||
packages=find_packages(exclude=('tests', 'docs', 'examples')),
|
packages=find_packages(exclude=('tests', 'docs', 'examples')),
|
||||||
|
Loading…
Reference in New Issue
Block a user