Software Open Access
Michael Waskom; Olga Botvinnik; Maoz Gelbart; Joel Ostblom; Paul Hobson; Saulius Lukauskas; David C Gemperline; Tom Augspurger; Yaroslav Halchenko; Jordi Warmenhoven; John B. Cole; Julian de Ruiter; Jake Vanderplas; Stephan Hoyer; Cameron Pye; Alistair Miles; Corban Swain; Kyle Meyer; Marcel Martin; Pete Bachant; Eric Quintero; Gero Kunter; Santi Villalba; Brian; Clark Fitzgerald; C.G. Evans; Mike Lee Williams; Drew O'Kane; Tal Yarkoni; Thomas Brunner
<?xml version='1.0' encoding='utf-8'?> <resource xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://datacite.org/schema/kernel-4" xsi:schemaLocation="http://datacite.org/schema/kernel-4 http://schema.datacite.org/meta/kernel-4.1/metadata.xsd"> <identifier identifierType="DOI">10.5281/zenodo.4012680</identifier> <creators> <creator> <creatorName>Michael Waskom</creatorName> <affiliation>Center for Neural Science, NYU</affiliation> </creator> <creator> <creatorName>Olga Botvinnik</creatorName> <affiliation>@czbiohub</affiliation> </creator> <creator> <creatorName>Maoz Gelbart</creatorName> </creator> <creator> <creatorName>Joel Ostblom</creatorName> </creator> <creator> <creatorName>Paul Hobson</creatorName> <affiliation>@Geosyntec</affiliation> </creator> <creator> <creatorName>Saulius Lukauskas</creatorName> </creator> <creator> <creatorName>David C Gemperline</creatorName> </creator> <creator> <creatorName>Tom Augspurger</creatorName> <affiliation>@ContinuumIO</affiliation> </creator> <creator> <creatorName>Yaroslav Halchenko</creatorName> <affiliation>Dartmouth College, @Debian, @DataLad, @PyMVPA, @fail2ban</affiliation> </creator> <creator> <creatorName>Jordi Warmenhoven</creatorName> </creator> <creator> <creatorName>John B. Cole</creatorName> </creator> <creator> <creatorName>Julian de Ruiter</creatorName> <affiliation>Netherlands Cancer Institute (NKI-AVL)</affiliation> </creator> <creator> <creatorName>Jake Vanderplas</creatorName> <affiliation>Google</affiliation> </creator> <creator> <creatorName>Stephan Hoyer</creatorName> <affiliation>@google</affiliation> </creator> <creator> <creatorName>Cameron Pye</creatorName> <affiliation>Unnatural Products Inc.</affiliation> </creator> <creator> <creatorName>Alistair Miles</creatorName> <affiliation>University of Oxford and Wellcome Sanger Institute</affiliation> </creator> <creator> <creatorName>Corban Swain</creatorName> </creator> <creator> <creatorName>Kyle Meyer</creatorName> </creator> <creator> <creatorName>Marcel Martin</creatorName> </creator> <creator> <creatorName>Pete Bachant</creatorName> <affiliation>@WindESCo</affiliation> </creator> <creator> <creatorName>Eric Quintero</creatorName> </creator> <creator> <creatorName>Gero Kunter</creatorName> <affiliation>Universität Siegen</affiliation> </creator> <creator> <creatorName>Santi Villalba</creatorName> </creator> <creator> <creatorName>Brian</creatorName> </creator> <creator> <creatorName>Clark Fitzgerald</creatorName> <affiliation>Math and Stats Department</affiliation> </creator> <creator> <creatorName>C.G. Evans</creatorName> </creator> <creator> <creatorName>Mike Lee Williams</creatorName> </creator> <creator> <creatorName>Drew O'Kane</creatorName> <affiliation>The Climate Corporation</affiliation> </creator> <creator> <creatorName>Tal Yarkoni</creatorName> <affiliation>University of Texas</affiliation> </creator> <creator> <creatorName>Thomas Brunner</creatorName> <affiliation>Technical University of Munich</affiliation> </creator> </creators> <titles> <title>mwaskom/seaborn v0.11.0.rc0</title> </titles> <publisher>Zenodo</publisher> <publicationYear>2020</publicationYear> <dates> <date dateType="Issued">2020-09-02</date> </dates> <resourceType resourceTypeGeneral="Software"/> <alternateIdentifiers> <alternateIdentifier alternateIdentifierType="url">https://zenodo.org/record/4012680</alternateIdentifier> </alternateIdentifiers> <relatedIdentifiers> <relatedIdentifier relatedIdentifierType="URL" relationType="IsSupplementTo">https://github.com/mwaskom/seaborn/tree/v0.11.0.rc0</relatedIdentifier> <relatedIdentifier relatedIdentifierType="DOI" relationType="IsVersionOf">10.5281/zenodo.592845</relatedIdentifier> <relatedIdentifier relatedIdentifierType="URL" relationType="IsPartOf">https://zenodo.org/communities/zenodo</relatedIdentifier> </relatedIdentifiers> <version>v0.11.0.rc0</version> <rightsList> <rights rightsURI="info:eu-repo/semantics/openAccess">Open Access</rights> </rightsList> <descriptions> <description descriptionType="Abstract"><p>This is the first release candidate for v0.11.0, a major release with several important new features and changes to the library.</p> <p>Highlights of the new version include:</p> <ul> <li>A modernization of the distributions module, with the introduction of <a href="https://github.com/mwaskom/seaborn/pull/2157"><code>displot</code></a>, <a href="https://github.com/mwaskom/seaborn/pull/2125"><code>histplot</code></a>, and <a href="https://github.com/mwaskom/seaborn/pull/2141"><code>ecdfplot</code></a>, a complete rewrite of <a href="https://github.com/mwaskom/seaborn/pull/2104"><code>kdeplot</code></a>, and substantial enhancements to <a href="https://github.com/mwaskom/seaborn/pull/2210"><code>jointplot</code></a> and <a href="https://github.com/mwaskom/seaborn/pull/2234"><code>pairplot</code></a></li> <li>Centralized <a href="https://github.com/mwaskom/seaborn/pull/2071">input data processing</a> allowing for both standardization and increased flexibility of long- and wide-form variable specification</li> <li>Substantial <a href="https://github.com/mwaskom/seaborn/pull/2090">internal refactoring</a> to support the new distributions functions and planned improvements in other modules</li> <li>Warning-based enforcement of <a href="https://github.com/mwaskom/seaborn/pull/2081">keyword-only parameters</a> in most functions</li> <li>New <a href="https://github.com/mwaskom/seaborn/pull/2237">perceptually uniform colormaps</a> and better tools for creating custom numeric color palettes</li> <li>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</li> <li>Numerous other <a href="https://github.com/mwaskom/seaborn/blob/v0.11.0.rc0/doc/releases/v0.11.0.txt">targeted enhancements and bug fixes</a></li> </ul> <p>Please test the release by installing from here or with <code>python -m pip install --upgrade --pre seaborn</code></p></description> </descriptions> </resource>
All versions | This version | |
---|---|---|
Views | 32,240 | 354 |
Downloads | 1,538 | 17 |
Data volume | 1.0 GB | 7.7 MB |
Unique views | 23,323 | 257 |
Unique downloads | 1,232 | 17 |