summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/matplotlib (follow)
Commit message (Expand)AuthorAgeFilesLines
* python: matplotlib: 3.1.2 -> 3.1.3Frederik Rietdijk2020-02-091-2/+2
* python: matplotlib: 3.1.1 -> 3.1.2Frederik Rietdijk2019-12-151-2/+2
* matplotlib: remove optional gtk2worldofpeace2019-12-102-8/+2
* pythonPackages.matplotlib: fix dependencies to use pyqt5 insteadft2019-10-201-3/+3
* python3Packages.matplotlib: 3.0.3 -> 3.1.1Dmitry Kalinkin2019-07-041-2/+2
* treewide: remove unused variables (#63177)•••* treewide: remove unused variables * making ofborg happy volth2019-06-161-1/+1
* treewide: remove old patches for macOS•••These shouldn’t be needed now that we are on macOS 10.12. Matthew Bauer2019-04-264-25/+2
* Merge pull request #51344 from timokau/sagenb-matplotlib-fix•••pythonPackages.matplotlib: enable tk backend by defaultSilvan Mosberger2019-03-292-2/+4
|\
| * pythonPackages.matplotlib: enable tk backend by default•••We currently do not build mathplotlib with any backend. This can be very confusing for users. They will try to use matplotlib and it will simply display nothing (see #51337). We should ship at least one backend. `tk` was chosen somewhat arbitrarily. The gtk backend is problematic (see https://github.com/NixOS/nixpkgs/issues/50959#issuecomment-441327767) so tkinter seems like a good choice. There is already a backend provided on darwin so there is no reason to include tk there. Timo Kaufmann2018-12-032-2/+4
* | python3Packages.matplotlib: 3.0.2 -> 3.0.3Matthieu Coudron2019-03-071-2/+2
* | matplotlib: fix pkgconfig situation•••We need pkgs.pkgconfig, and not pythonPackages.pkgconfig. Frederik Rietdijk2019-02-172-2/+6
* | Revert "python.pkgs.matplotlib: use pkgs.pkgconfig"•••This reverts commit c78f98db56b580bada5c56ef38793f4fa5c140b6. Frederik Rietdijk2019-02-171-3/+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: https://github.com/matplotlib/matplotlib/pull/12478 Timo Kaufmann2019-02-111-3/+11
* | python.pkgs.matplotlib: use pkgs.pkgconfigRobert Schütz2019-01-181-1/+3
* | python: add isPy2 attribute to passthru•••Some packages relied on it. For consistency, also introduce isPy3 (which is the same as isPy3k). Frederik Rietdijk2019-01-041-1/+1
* | gobject-introspection: rename package•••camelCase package name was a huge inconsistency in GNOME package set. Jan Tojnar2018-12-022-4/+4
|/
* matplotlib: 2.2.3 -> 3.0.2•••Python 3 will use the new matplotlib 3.x while Python 2 will use 2.x. matplotlib: keep 2.2.3 for Python2k Sebastien Maret2018-11-114-14/+117
* python: matplotlib: 2.2.2 -> 2.2.3Frederik Rietdijk2018-08-251-2/+2
* pythonPackages: remove `name` attribute`•••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`. Frederik Rietdijk2018-06-231-4/+3
* python: matplotlib: 2.1.2 -> 2.2.2Frederik Rietdijk2018-04-081-4/+4
* python: matplotlib: 2.1.1 -> 2.1.2Frederik Rietdijk2018-02-031-2/+2
* python.pkgs.matplotlib: fix optional dependencyFrederik Rietdijk2018-01-241-2/+3
* python: matplotlib: 2.1.0 -> 2.1.1Frederik Rietdijk2017-12-311-2/+2
* python.pkgs: updatesFrederik Rietdijk2017-10-271-4/+4
* Python: many package updates•••Did not test all packages. Likely we'll have some breakage. Frederik Rietdijk2017-05-271-2/+2
* Python: add pname attributes to libraries•••so that we can use the update script. Frederik Rietdijk2017-05-271-1/+2
* pythonPackages.matplotlib: re-add Cocoa as buildInput on darwin (#22741)georgewhewell2017-02-131-1/+3
* pythonPackages.matplotlib: 1.5.3 -> 2.0.0Lancelot SIX2017-01-231-12/+14
* matplotlib: Fix "attribute ‘tkinter’ missing"•••`tkinter` is not part of `python`, but of `pythonPackages`. Andreas Herrmann2016-11-281-1/+1
* Python: remove modules and pythonFullFrederik Rietdijk2016-10-101-1/+1
* pythonPackages.matplotlib: 1.5.1 -> 1.5.3Lancelot SIX2016-10-081-2/+2
* Merge pull request #16476 from aherrmann/matplotlib-tkagg•••Matplotlib tkaggFrederik Rietdijk2016-06-242-2/+33
|\
| * matplotlib: Add support for the TkAgg backend•••Fixes #15993 Andreas Herrmann2016-06-241-1/+22
| * matplotlib: Don't search in global paths•••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. Andreas Herrmann2016-06-242-1/+11
* | Captialize meta.description of all packages•••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) Bjørn Forsman2016-06-201-1/+1
|/
* Python: use PyPI mirror (#15001)•••* mirrors: add pypi * Python: Use pypi mirror for all PyPI packages Frederik Rietdijk2016-04-261-1/+1
* pythonPackages.matplotlib: 1.5.0 -> 1.5.1Frederik Rietdijk2016-02-171-2/+11
* Merge pull request #10542 from datakurre/datakurre-matplotlib•••darwin: matplotlib: add needed inputs and set framework flag for darwinDomen Kožar2015-11-272-4/+20
|\
| * darwin: matplotlib: update darwin patch for 1.5.0Asko Soukka2015-11-012-12/+10
| * darwin: matplotlib: add needed inputs and set framework flag for darwinAsko Soukka2015-10-312-2/+20
* | matplotlib: disable a flaky testDomen Kožar2015-11-211-0/+2
|/
* python matplotlib: 1.4.3 -> 1.5.0Frederik Rietdijk2015-10-301-6/+15
* matplotlib: 1.4.2 -> 1.4.3Joel Moberg2015-05-181-2/+2
* matplotlib: be consistentDomen Kožar2015-01-171-1/+1
* matplotlib: add optional gtk3 backend, fixes #4500Domen Kožar2015-01-171-7/+11
* Remove some matplotlib optional backends.•••The removed ones are not certain to work at the moment. Robert Helgesson2015-01-171-18/+3
* Add optional backends to matplotlib.Robert Helgesson2015-01-171-0/+49