-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* pandas have removed teardown method, use plt.close instead * something funky going on with loc and masks, first pass * version bump * restrict pandas version to <2.2.0 * add extra space * stick to ~=2.1 for now * update workflows to use 3.9 as minimum requirement, and 3.11 for building docs etc * autoupdate docs * correct python version in minimum dependencies name * cast filled in labels to same type as given labels * test removing autoclass from PlotAccessor * Revert "test removing autoclass from PlotAccessor" This reverts commit 9468521. * try removing examples from PlotAccessor docstring * remove the accidentally added doc `show-inheritance` stuff for select modules * revert the cutting out of the examples section from the PlotAccessor docs * preload pandas for autodoc for examples in docstrings * move PlotAccessor stuff from samples into weighted_pandas, where it should have arguably been in the first place * also used anesthetic plotting for labelled_pandas * change mask instead * use .to_numpy() on other mask * some ilocs in test_plot.py due to label deprecation * return restriction to >=pandas2.0 * ['A'] instead of .iloc[0] so no line break needed * erroneous version to re trigger * Restored correct version number * erroneous version to re trigger * Restored correct version number * remove anesthetic PlotAccessor from labelled_pandas, so now just a patch update --------- Co-authored-by: lukashergt <[email protected]> Co-authored-by: Will Handley <[email protected]>
- Loading branch information
1 parent
96fad22
commit 79e4164
Showing
15 changed files
with
44 additions
and
41 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.3.4' | ||
__version__ = '2.3.5' |
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
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