forked from handley-lab/anesthetic
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix boxplot closures (maybe_color_bp changed scope) * _args_adjust no longer a thing (still need to deal with hists * remove convert_period from _get_xticks * add fig to PlanePlot2D._make_plot() * range is now self._bin_range, and convert data to numeric first (not quite happy with the latter). * update pandas requirement * bump version * fix MultiIndex.format deprecation * address warnings in plot.py (no idea why these specific ones are the problem???) * Revert "address warnings in plot.py (no idea why these specific ones are the problem???)" This reverts commit 1f9857b. * fix chained assignment warnings * don't include groups in chains.apply in remove_burn_in * replace grouper with _grouper * more chained assignment warning fixes * fix Index.format deprecation * bump version to 2.7.1 * remove unused exception handling from HistPlot._calculate_bins * remember loc to fix covariance coverage (cov cov lol) * remove pandas 1.5-specific documentation fix * use sphinx-autodoc-typehints to fix PlotAccessor documentation * bump version to 2.7.4 * add test for `range=None` in `hist_plot_1d` as this is no longer covered after changes to defaults in pandas * consistent diagonal * try whether `auto-update-conda` makes conda CI work better * make conda install `pandas~=2.2.0` * Lukas' tidy suggestion for Hist1dPlot._calculate_bins() * remove unused import * I can only apologise, I'd forgotten to reinstall the pre-commit hooks after cloning a fresh repo --------- Co-authored-by: lukashergt <[email protected]>
- Loading branch information
1 parent
54170d8
commit cb60b9a
Showing
14 changed files
with
63 additions
and
70 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = '2.8.1' | ||
__version__ = '2.8.2' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters