CHANGES
=======

0.1.4
-----

* Make use of SortedDict methods for performances

0.1.3
-----

* restructured text of PyPI does not allow image in title
* Skip cleanup in deploy
* Improve notebook
* change strategy to be able to build doc
* Update changelog

0.1.2
-----

* Fix on rule of slice out of right bound
* Improving index
* Add more quickstart
* Fix issue on set\_interval
* Add scale
* Work on Docs

0.1.1
-----

* Better handle of default value
* Adding picture to README
* Small fix on bounds of tutorial
* Small fix README
* Adapt plot ranges in Tutorial notebook
* Add reference to traces

0.1.0
-----

* Enhance Readme and Add jupter notebook
* cleaning
* Allow operations on mixed ts with default or not
* Add custom repr

0.0.7
-----

* Add permissive mode

0.0.6
-----

* Authorize getitem on str
* Improving \_\_init\_\_
* move the test to a more appropriate class
* make 0 a possible value for default

0.0.5
-----

* Improve conditional\_update and rename it

0.0.4
-----

* Fix bug on slice with bounds
* Add operators le lt ge gt and conditional\_update
* Fix several bugs:
* Add recursive operations
* Fix bug on set\_interval

0.0.2
-----

* Add pandas potential dep

0.0.1
-----

* Seed isort to get consistent behaviour in CI
* Linter
* Update travis cfg to deploy on tag
* Authorize setitem on slice calling set\_interval
* re-organize tests
* Implement \_get\_linear\_interpolate
* Linting
* fix tests
* add show diff on failure
* Add sample method
* cleaning up
* Add floor and ceil operators
* Update license in setup.cfg
* Add test
* fix pre-commit version
* Fix bug on set\_interval
* Comment it
* Change the init to get copy and deepcopy works
