Change Log
v0.1.0
Released on 2021-04-22.
General
drop support for Python 2.7.x
API changes
evaluator
now supports any array-like object, e.g.numpy.array
,list
rename
evaluator
’s parameter from simulation_s to simulations [break backwards compatibility]
Tests
add
unittest
test suite to check that new commits do not change resultsadd
doctest
tests to check that the API as presented in the docs is workingadd GitHub workflow to run tests
Documentation
add a documentation website generated with
sphinx
v0.0.3
Released on 2019-09-08.
Bug fixes
add relative imports for non-parametric KGE
Documentation
update the tutorial notebook to correct typos