Published September 2, 2020
| Version v0.11.0.rc0
Software
Open
mwaskom/seaborn v0.11.0.rc0
Creators
- Michael Waskom1
- Olga Botvinnik2
- Maoz Gelbart
- Joel Ostblom
- Paul Hobson3
- Saulius Lukauskas
- David C Gemperline
- Tom Augspurger4
- Yaroslav Halchenko5
- Jordi Warmenhoven
- John B. Cole
- Julian de Ruiter6
- Jake Vanderplas7
- Stephan Hoyer8
- Cameron Pye9
- Alistair Miles10
- Corban Swain
- Kyle Meyer
- Marcel Martin
- Pete Bachant11
- Eric Quintero
- Gero Kunter12
- Santi Villalba
- Brian
- Clark Fitzgerald13
- C.G. Evans
- Mike Lee Williams
- Drew O'Kane14
- Tal Yarkoni15
- Thomas Brunner16
- 1. Center for Neural Science, NYU
- 2. @czbiohub
- 3. @Geosyntec
- 4. @ContinuumIO
- 5. Dartmouth College, @Debian, @DataLad, @PyMVPA, @fail2ban
- 6. Netherlands Cancer Institute (NKI-AVL)
- 7. Google
- 8. @google
- 9. Unnatural Products Inc.
- 10. University of Oxford and Wellcome Sanger Institute
- 11. @WindESCo
- 12. Universität Siegen
- 13. Math and Stats Department
- 14. The Climate Corporation
- 15. University of Texas
- 16. Technical University of Munich
Description
This is the first release candidate for v0.11.0, a major release with several important new features and changes to the library.
Highlights of the new version include:
- A modernization of the distributions module, with the introduction of
displot
,histplot
, andecdfplot
, a complete rewrite ofkdeplot
, and substantial enhancements tojointplot
andpairplot
- Centralized input data processing allowing for both standardization and increased flexibility of long- and wide-form variable specification
- Substantial internal refactoring to support the new distributions functions and planned improvements in other modules
- Warning-based enforcement of keyword-only parameters in most functions
- New perceptually uniform colormaps and better tools for creating custom numeric color palettes
- Improvements to the narrative documentation, including user guide chapters on function types and data structures, along with better cross-linking within the seaborn docs and between the seaborn and matplotlib docs
- Numerous other targeted enhancements and bug fixes
Please test the release by installing from here or with python -m pip install --upgrade --pre seaborn
Files
mwaskom/seaborn-v0.11.0.rc0.zip
Files
(454.0 kB)
Name | Size | Download all |
---|---|---|
md5:8cb5f92bd2dc8b003d7d5106b3393406
|
454.0 kB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/mwaskom/seaborn/tree/v0.11.0.rc0 (URL)