| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-03-07 | python3Packages.matplotlib: 3.0.2 -> 3.0.3 | Matthieu Coudron | |
| 2019-02-17 | matplotlib: fix pkgconfig situation | Frederik Rietdijk | |
| We need pkgs.pkgconfig, and not pythonPackages.pkgconfig. | |||
| 2019-02-17 | Revert "python.pkgs.matplotlib: use pkgs.pkgconfig" | Frederik Rietdijk | |
| This reverts commit c78f98db56b580bada5c56ef38793f4fa5c140b6. | |||
| 2019-02-11 | python.pkgs.matplotlib: add numpy 1.6 compat patch | Timo Kaufmann | |
| 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: https://github.com/matplotlib/matplotlib/pull/12478 | |||
| 2019-01-18 | python.pkgs.matplotlib: use pkgs.pkgconfig | Robert Schütz | |
| 2019-01-04 | python: add isPy2 attribute to passthru | Frederik Rietdijk | |
| Some packages relied on it. For consistency, also introduce isPy3 (which is the same as isPy3k). | |||
| 2018-12-02 | gobject-introspection: rename package | Jan Tojnar | |
| camelCase package name was a huge inconsistency in GNOME package set. | |||
| 2018-11-11 | matplotlib: 2.2.3 -> 3.0.2 | Sebastien Maret | |
| Python 3 will use the new matplotlib 3.x while Python 2 will use 2.x. matplotlib: keep 2.2.3 for Python2k | |||
| 2018-08-25 | python: matplotlib: 2.2.2 -> 2.2.3 | Frederik Rietdijk | |
| 2018-06-23 | pythonPackages: remove `name` attribute` | Frederik Rietdijk | |
| The `buildPython*` function computes name from `pname` and `version`. This change removes `name` attribute from all expressions in `pkgs/development/python-modules`. While at it, some other minor changes were made as well, such as replacing `fetchurl` calls with `fetchPypi`. | |||
| 2018-04-08 | python: matplotlib: 2.1.2 -> 2.2.2 | Frederik Rietdijk | |
| 2018-02-03 | python: matplotlib: 2.1.1 -> 2.1.2 | Frederik Rietdijk | |
| 2018-01-24 | python.pkgs.matplotlib: fix optional dependency | Frederik Rietdijk | |
| 2017-12-31 | python: matplotlib: 2.1.0 -> 2.1.1 | Frederik Rietdijk | |
| 2017-10-27 | python.pkgs: updates | Frederik Rietdijk | |
| 2017-05-27 | Python: many package updates | Frederik Rietdijk | |
| Did not test all packages. Likely we'll have some breakage. | |||
| 2017-05-27 | Python: add pname attributes to libraries | Frederik Rietdijk | |
| so that we can use the update script. | |||
| 2017-02-13 | pythonPackages.matplotlib: re-add Cocoa as buildInput on darwin (#22741) | georgewhewell | |
| 2017-01-23 | pythonPackages.matplotlib: 1.5.3 -> 2.0.0 | Lancelot SIX | |
| 2016-11-28 | matplotlib: Fix "attribute ‘tkinter’ missing" | Andreas Herrmann | |
| `tkinter` is not part of `python`, but of `pythonPackages`. | |||
| 2016-10-10 | Python: remove modules and pythonFull | Frederik Rietdijk | |
| 2016-10-08 | pythonPackages.matplotlib: 1.5.1 -> 1.5.3 | Lancelot SIX | |
| 2016-06-24 | Merge pull request #16476 from aherrmann/matplotlib-tkagg | Frederik Rietdijk | |
| Matplotlib tkagg | |||
| 2016-06-24 | matplotlib: Add support for the TkAgg backend | Andreas Herrmann | |
| Fixes #15993 | |||
| 2016-06-24 | matplotlib: Don't search in global paths | Andreas Herrmann | |
| Sets the `basedirlist` option in setup.cfg such that distutils does not search for headers and libraries in `/usr`, and `/usr/local`. Otherwise the build can fail on non-NixOS machines, see #15993. | |||
| 2016-06-20 | Captialize meta.description of all packages | Bjørn Forsman | |
| In line with the Nixpkgs manual. A mechanical change, done with this command: find pkgs -name "*.nix" | \ while read f; do \ sed -e 's/description\s*=\s*"\([a-z]\)/description = "\u\1/' -i "$f"; \ done I manually skipped some: * Descriptions starting with an abbreviation, a user name or package name * Frequently generated expressions (haskell-packages.nix) | |||
| 2016-04-26 | Python: use PyPI mirror (#15001) | Frederik Rietdijk | |
| * mirrors: add pypi * Python: Use pypi mirror for all PyPI packages | |||
| 2016-02-17 | pythonPackages.matplotlib: 1.5.0 -> 1.5.1 | Frederik Rietdijk | |
| 2015-11-27 | Merge pull request #10542 from datakurre/datakurre-matplotlib | Domen Kožar | |
| darwin: matplotlib: add needed inputs and set framework flag for darwin | |||
| 2015-11-21 | matplotlib: disable a flaky test | Domen Kožar | |
| 2015-11-01 | darwin: matplotlib: update darwin patch for 1.5.0 | Asko Soukka | |
| 2015-10-31 | darwin: matplotlib: add needed inputs and set framework flag for darwin | Asko Soukka | |
| 2015-10-30 | python matplotlib: 1.4.3 -> 1.5.0 | Frederik Rietdijk | |
| 2015-05-18 | matplotlib: 1.4.2 -> 1.4.3 | Joel Moberg | |
| 2015-01-17 | matplotlib: be consistent | Domen Kožar | |
| 2015-01-17 | matplotlib: add optional gtk3 backend, fixes #4500 | Domen Kožar | |
| 2015-01-17 | Remove some matplotlib optional backends. | Robert Helgesson | |
| The removed ones are not certain to work at the moment. | |||
| 2015-01-17 | Add optional backends to matplotlib. | Robert Helgesson | |
