You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Version 0.7.0
- Refactor `SeriesCollection`'s internal structure to represent a sequence.
- Updated `__init__` to handle adding the initial set of series.
- `SeriesCollection` is now iterable, indexable, and sized.
- Renamed `add_series()` to `add()`.
- Renamed `drop_series()` to `remove()`.
- Added `sleep` parameter to `SeriesCollection.add_series`
- Added upper bound to dependency versions
- Removed unnecessary type ignore comments.
- Removed .flake8 config file
- Made plotly an optional dependency.
- Added category tutorial
- Remove not implemented methods