-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix backwards compatibility issues on older matplotlibs
Squashed commit of the following: commit d03e6a5d8bf078df32d52035b504d6ff44f0036f Author: Michael Waskom <[email protected]> Date: Sun Aug 22 18:08:36 2021 -0400 Matplotlib/pandas norm backcompat in test commit d115f7c1e780bec8b2ddc0a5834f47567bdfaa43 Author: Michael Waskom <[email protected]> Date: Sun Aug 22 18:08:25 2021 -0400 Simpler workaround for matplotlib scale backcompat commit dab8b3abb5cb9a8390695560cbdfe8fa6dc0a1e3 Author: Michael Waskom <[email protected]> Date: Sun Aug 22 16:45:33 2021 -0400 Add workaround for uncopiable transforms on matplotlib<3.4 commit d25100241c24640d659a5ec6d2be84445240b461 Author: Michael Waskom <[email protected]> Date: Sun Aug 22 16:14:48 2021 -0400 Add backcompat for matplotlib scale factory commit 6c166644e6cba14b3a0bf696c8bee52b596470d1 Author: Michael Waskom <[email protected]> Date: Sun Aug 22 15:49:19 2021 -0400 Update minimally supported dependency versions commit 657739b2137fbc4353374db1bb5ac5bc9ee8da40 Author: Michael Waskom <[email protected]> Date: Sun Aug 22 15:46:56 2021 -0400 Add backcompat layer for ax.set_{xy}scale(scale_obj) commit 8863dd0f2d454a215d17b0daa9e6c287a3a5d792 Author: Michael Waskom <[email protected]> Date: Sun Aug 22 15:45:52 2021 -0400 Add backcompat layer for GridSpec.n{col,row}s
- Loading branch information
Michael Waskom
committed
Aug 29, 2021
1 parent
3a10862
commit 1b1929b
Showing
6 changed files
with
86 additions
and
52 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
numpy~=1.16.0 | ||
pandas~=0.24.0 | ||
matplotlib~=3.0.0 | ||
scipy~=1.2.0 | ||
statsmodels~=0.9.0 | ||
numpy~=1.17.0 | ||
pandas~=0.25.0 | ||
matplotlib~=3.1.0 | ||
scipy~=1.3.0 | ||
statsmodels~=0.10.0 |
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