Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: b6baac324b73
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: a27de564b93f
Choose a head ref
  • 3 commits
  • 2 files changed
  • 1 contributor

Commits on Feb 11, 2019

  1. python.pkgs.matplotlib: add numpy 1.6 compat patch

    Numpy deprecated asscalar in 1.16. This will be fixed in the next
    matplotlib version, but to avoid deprecation warnings (and because they
    are breaking the sage testsuite), it can't hurt to backport the fix
    already.
    
    Upstream: matplotlib/matplotlib#12478
    timokau committed Feb 11, 2019
    Copy the full SHA
    56d92ba View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    5728028 View commit details
    Browse the repository at this point in the history
  3. python.pkgs.matplotlib: add numpy 1.6 compat patch (#55577)

    * python.pkgs.matplotlib: add numpy 1.6 compat patch
    
    Numpy deprecated asscalar in 1.16. This will be fixed in the next
    matplotlib version, but to avoid deprecation warnings (and because they
    are breaking the sage testsuite), it can't hurt to backport the fix
    already.
    
    Upstream: matplotlib/matplotlib#12478
    
    * sage: add numpy 1.16 compatibility patch
    
    https://trac.sagemath.org/ticket/27000
    timokau committed Feb 11, 2019
    Copy the full SHA
    a27de56 View commit details
    Browse the repository at this point in the history