Skip to content

Commit

Permalink
Make polars an optional dependency (#1545)
Browse files Browse the repository at this point in the history
- Fix #1504 that, by mistake, added polars as a required
dependency when adding stream.iter_polars.
- Run `poetry lock`.
  • Loading branch information
gbolmier authored and Saulo Martiello Mastelini committed May 31, 2024
1 parent c6ace37 commit 5a72e23
Show file tree
Hide file tree
Showing 3 changed files with 550 additions and 536 deletions.
2 changes: 2 additions & 0 deletions docs/releases/unreleased.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Unreleased

This release makes Polars an optional dependency instead of a required one.

## cluster

- Added `ODAC` (Online Divisive-Agglomerative Clustering) for clustering time series.
Loading

0 comments on commit 5a72e23

Please sign in to comment.