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

python3Packages.matplotlib: 3.0.3 -> 3.1.1 #64251

Merged
merged 1 commit into from Jul 4, 2019

Conversation

veprbl
Copy link
Member

@veprbl veprbl commented Jul 3, 2019

Motivation for this change

Update matplotlib to the current stable branch.

Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option sandbox in nix.conf on non-NixOS)
  • Built on platform(s)
    • NixOS
    • macOS
    • other Linux distributions
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nix-review --run "nix-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Determined the impact on package closure size (by running nix path-info -S before and after)
  • Ensured that relevant documentation is up to date
  • Fits CONTRIBUTING.md.

@veprbl
Copy link
Member Author

veprbl commented Jul 3, 2019

Release notes for v3.1.0

The first release of the v3.1 series

This version of Matplotlib support Python 3.6+

Highlights of this release include:

 - A helper method for scatter legends
 - Secondary axis support (ex, degrees and radians)
 - A concise date formatter
 - No longer requires a framework build of Python to use OSX backend
 - Major and minor ticks will no longer collide by default
 - A progress callback for animations
 - mplot3D is always registered
 - deprecated mlab functions have been removed
 - Many function calls have become stricter about invalid or ignored input

Release notes for v3.1.1

The first bug-fix release of the 3.1 series

Locator.nonsingular return order API change
Lots of backports of various bug fixes.

@veprbl
Copy link
Member Author

veprbl commented Jul 3, 2019

@GrahamcOfBorg build python3Packages.matplotlib

@smaret
Copy link
Member

smaret commented Jul 4, 2019

  • No longer requires a framework build of Python to use OSX backend

Great! OSX backend is the default on Darwin, and since we don't have a framework build of Python in nixpkgs, older versions of matplotlib didn't work properly on that platform.

@smaret
Copy link
Member

smaret commented Jul 4, 2019

Built on Darwin with:

nix-review pr 64251 -p python37Packages.matplotlib

I've made a simple plot and the OSX backend works fine 🎉

@FRidh FRidh merged commit af9c22a into NixOS:master Jul 4, 2019
@veprbl veprbl deleted the pr/matplotlib_3_1_1 branch December 1, 2020 16:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants