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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+43
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,46 @@
1
+
# `TODO`
2
+
## New Features
3
+
4
+
## What's Changed
5
+
- Removed the `check_nans` argument of the FigureResampler constructor and its `add_traces` method. This argument was used to check for NaNs in the input data, but this is now handled by the `nan_policy` argument of specific aggregators (see for instance the constructor of the `MinMax` and `MinMaxLTTB` aggregator).
* make sure to take a look at the doc strings of the `create_overview`, `overview_row_idxs`, and `overview_kwargs` arguments of the `FigureResampler` its constructor.
### 💨 remove [traceUpdater](https://github.com/predict-idlab/trace-updater) dash component as a dependency.
20
+
> **context**: see #281#271
21
+
> `traceUpdater` was developed during a period when Dash did not yet contain the [Patch ](https://dash.plotly.com/partial-properties)feature for partial property updates. As such, `traceUpdater` has become somewhat redundant is now effectively replaced with Patch.
22
+
23
+
🚨 This is a breaking change with previous `Dash` apps!!!
24
+
25
+
## What's Changed
26
+
* Support nested admonitions by @jonasvdd in https://github.com/predict-idlab/plotly-resampler/pull/245
27
+
* 👷 build: create codeql.yml by @NielsPraet in https://github.com/predict-idlab/plotly-resampler/pull/248
28
+
*:sparkles: first draft of improved xaxis filtering by @jonasvdd in https://github.com/predict-idlab/plotly-resampler/pull/250
29
+
*:arrow_up: update dependencies by @jvdd in https://github.com/predict-idlab/plotly-resampler/pull/260
30
+
*:muscle: update dash-extensions by @jonasvdd in https://github.com/predict-idlab/plotly-resampler/pull/261
31
+
* fix for #263 by @jonasvdd in https://github.com/predict-idlab/plotly-resampler/pull/264
32
+
* Rangeslider support by @jonasvdd in https://github.com/predict-idlab/plotly-resampler/pull/254
33
+
*:pray: fix mkdocs by @jvdd in https://github.com/predict-idlab/plotly-resampler/pull/268
34
+
* ✈️ fix for #270 by @jonasvdd in https://github.com/predict-idlab/plotly-resampler/pull/272
35
+
*:mag: adding init kwargs to show dash - fix for #265 by @jonasvdd in https://github.com/predict-idlab/plotly-resampler/pull/269
36
+
* Refactor/remove trace updater by @jonasvdd in https://github.com/predict-idlab/plotly-resampler/pull/281
37
+
* Bug/pop rangeselector by @jonasvdd in https://github.com/predict-idlab/plotly-resampler/pull/279
38
+
*:sparkles: fix for #275 by @jonasvdd in https://github.com/predict-idlab/plotly-resampler/pull/286
39
+
* Bug/rangeselector by @jonasvdd in https://github.com/predict-idlab/plotly-resampler/pull/287
0 commit comments