0.12.6
Fixed a problem with copying states using copy.copy
, which would not actually copy the data (because of the shallow-copy mechanism).
What's Changed
- Run serial tests using multiple cores by @david-zwicker in #45
copy.copy
of states now also copies state data by @david-zwicker in #47
Full Changelog: 0.12.5...0.12.6