Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump seaborn from 0.11.2 to 0.12.1 #181

Merged
merged 1 commit into from
Nov 12, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 12, 2022

Bumps seaborn from 0.11.2 to 0.12.1.

Release notes

Sourced from seaborn's releases.

v0.12.1

This is an incremental release that is a recommended upgrade for all users. It addresses a handful of bugs / regressions in v0.12.0 and adds several features and enhancements to the new objects interface.

  • Added the objects.Text mark (#3051).
  • Added the objects.Dash mark (#3074).
  • Added the objects.Perc stat (#3063).
  • Added the objects.Count stat (#3086).
  • The objects.Band and objects.Range marks will now cover the full extent of the data if min / max variables are not explicitly assigned or added in a transform (#3056).
  • The objects.Jitter move now applies a small amount of jitter by default (#3066).
  • Axes with a objects.Nominal scale now appear like categorical axes in classic seaborn, with fixed margins, no grid, and an inverted y axis (#3069).
  • The objects.Continuous.label method now accepts base=None to override the default formatter with a log transform (#3087).
  • Marks that sort along the orient axis (e.g. objects.Line) now use a stable algorithm (#3064).
  • Added a label parameter to pointplot, which addresses a regression in 0.12.0 when pointplot is passed to FacetGrid (#3016).
  • Fixed a bug that caused an exception when more than two layers with the same mappings were added to objects.Plot (#3055).
  • Made objects.PolyFit robust to missing data (#3010).
  • Fixed a bug in objects.Plot that occurred when data assigned to the orient coordinate had zero variance (#3084).
  • Fixed a regression in kdeplot where passing cmap for an unfilled bivariate plot would raise an exception (#3065).
  • Addressed a performance regression in lineplot with a large number of unique x values (#3081).
  • Seaborn no longer contains doctest-style examples, simplifying the testing infrastructure (#3034).

v0.12.0

Introduction of the objects interface

This release debuts the seaborn.objects interface, an entirely new approach to making plots with seaborn. It is the product of several years of design and 16 months of implementation work. The interface aims to provide a more declarative, composable, and extensible API for making statistical graphics. It is inspired by Wilkinson's grammar of graphics, offering a Pythonic API that is informed by the design of libraries such as ggplot2 and vega-lite along with lessons from the past 10 years of seaborn's development.

For more information and numerous examples, see the tutorial chapter and API reference.

This initial release should be considered "experimental". While it is stable enough for serious use, there are definitely some rough edges, and some key features remain to be implemented. It is possible that breaking changes may occur over the next few minor releases. Please be patient with any limitations that you encounter and help the development by reporting issues when you find behavior surprising.

Keyword-only arguments

Seaborn's plotting functions now require explicit keywords for most arguments, following the deprecation of positional arguments in v0.11.0. With this enforcement, most functions have also had their parameter lists rearranged so that data is the first and only positional argument. This adds consistency across the various functions in the library. It also means that calling func(data) will do something for nearly all functions (those that support wide-form data) and that pandas.DataFrame can be piped directly into a plot. It is possible that the signatures will be loosened a bit in future releases so that x and y can be positional, but minimal support for positional arguments after this change will reduce the chance of inadvertent mis-specification (2804).

Modernization of categorical scatterplots

... (truncated)

Commits
  • df31a75 Merge branch 'master' into v0.12
  • df37723 Fix objects references
  • f0b21f3 Merge branch 'master' into v0.12
  • 0cda814 Fix hidden cell in Est docstring
  • 8aa6cfc Merge branch 'master' into v0.12
  • 7feb61d Make Text examples look better with new Nominal behavior
  • c56c20d Merge branch 'master' into v0.12
  • 0d676fb Fix typos in release notes
  • 3b59b72 Merge branch 'master' into v0.12
  • d5ffb64 Update release notes for v0.12.1 release
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 12, 2022
@coveralls
Copy link

coveralls commented Nov 12, 2022

Coverage Status

Coverage remained the same at 82.458% when pulling 88d5ef2 on dependabot/pip/seaborn-0.12.1 into 739edd3 on main.

@robertdstein
Copy link
Member

@dependabot rebase

Bumps [seaborn](https://github.com/mwaskom/seaborn) from 0.11.2 to 0.12.1.
- [Release notes](https://github.com/mwaskom/seaborn/releases)
- [Commits](mwaskom/seaborn@v0.11.2...v0.12.1)

---
updated-dependencies:
- dependency-name: seaborn
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/seaborn-0.12.1 branch from 2e9e5dd to 88d5ef2 Compare November 12, 2022 01:02
@github-actions github-actions bot merged commit 2041025 into main Nov 12, 2022
@dependabot dependabot bot deleted the dependabot/pip/seaborn-0.12.1 branch November 12, 2022 01:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants