Skip to content

Commit

Permalink
🖍️ updating changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasvdd committed Feb 14, 2024
1 parent a747bb5 commit 634bbfc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# .

Removed the `check_nans` argument of the FigureResampler construct 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.

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).



Expand Down

0 comments on commit 634bbfc

Please sign in to comment.