CHANGES

0.4.0

  • [FIX] iterintervals on new python3.7+ (PEP 479)

0.3.5

  • Add .keys method to TimeSeries (#21)

0.3.4

  • Add update method to TimeSeries (#20)

0.3.3

  • Add iplot method (#18)
  • Some renames and ValueError instead of Exception
  • Make doc build works again
  • solve it adding _kwargs_special_keys property
  • Add check to try inferring the frequency
  • Try to infer the frequencies when to_dataframe

0.3.1

  • Be permissive on division with zero as default

0.3.0

  • Update Readme
  • Create TictsMagicMixin for builtin nethods of TimeSeries
  • add it
  • Linting
  • Rework it, no longer inherit from SortedDict
  • add test on values
  • First implementation

0.2.4

  • Small fix on div

0.2.3

  • Precise which super for equals

0.2.2

  • Render testing available at ticts package place

0.2.1

  • Re-organize code
  • Add extensions to pandas objects ‘to_ticts’
  • Fix sphinx doc building
  • Add io to_json / from_json

0.2.0

  • Linting
  • fix pytest version
  • update to_dataframe method to use self.name
  • Add operations
  • Remove arrow dep
  • Rework init and copy methods to accept pd.DataFrame or pd.Series
  • Renames and pandas as mandatory dep
  • Clean up small garbage
  • Go for a no default object with repr
  • Add __eq__ as operation per key

0.1.7

  • Add iterintervals method
  • Remove useless timestamp_converter
  • use bisect

0.1.6

  • Fix bug of set_interval on emptyts
  • Add some more tests
  • only go for python 3.6 at the moment
  • Add other python version

0.1.5

  • Add deploy as stage
  • Add ignore on /prof

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
  • Add logging
  • Add tests for set_interval on empty
  • Add set_interval method
  • Linting
  • Comment cov when locally run
  • Linting
  • Make compact work again
  • Update precommit
  • Improve init and add slicing capabilities
  • Change of design
  • Linter
  • Go for yapf instead of black
  • Linting
  • Update pre-commit
  • Configuring travis
  • Linter
  • put first stones
  • First commit thx to cookiecutter