| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-06-01 | Merge pull request #233448 from SuperSandro2000/233447b | Sandro | |
| 2023-05-23 | python3Packages.matplotlib: 3.7.0 -> 3.7.1 | Kirill Radzikhovskyy | |
| 2023-05-22 | python310Packages.matplotlib: remove unused inputs | Sandro Jäckel | |
| 2023-05-21 | python3Packages.matplotlib: fix the minimum Python version | Ivan Kozik | |
| https://matplotlib.org/stable/devel/min_dep_policy.html says that Matplotlib 3.7 does support Python 3.8. | |||
| 2023-04-08 | python3Packages.matplotlib: fix Tk | Norbert Melzer | |
| The refactor that happened in the same commit as the version bump somehow broke Tk support. This commit fixes the issue by moving tkinter to propagatedBuildInputs. | |||
| 2023-03-03 | python3Packages.matplotlib: 3.6.2 -> 3.7.0 | Martin Weinelt | |
| https://github.com/matplotlib/matplotlib/releases/tag/v3.7.0 | |||
| 2023-01-13 | python3Packages.matplotlib: Disable strictoverflow hardening on darwin | Martin Weinelt | |
| 2023-01-05 | python3Packages.matplotlib: 3.5.3 -> 3.6.2 | Martin Weinelt | |
| 2022-10-10 | treewide: optional -> optionals where the argument is a list | Artturin | |
| the argument to optional should not be list | |||
| 2022-09-19 | python3Packages.matplotlib: 3.5.2 -> 3.5.3 | Martin Weinelt | |
| 2022-05-03 | python3Packages.matplotlib: 3.5.1 -> 3.5.2 | nixpkgs-upkeep-bot | |
| 2022-01-01 | python2Packages: remove superfluous overrides | Robert Schütz | |
| Since Python 2 is not supported anymore we only keep those overrides which are used by leaf packages. | |||
| 2021-12-20 | python3Packages.matplotlib: 3.5.0 -> 3.5.1 (#151423) | Mauricio Collares | |
| 2021-12-15 | python3Packages.matplotlib: switch to use an absolute path in MPLSETUPCFG | Dmitry Kalinkin | |
| The upstream made a transition setup.cfg -> mplsetup.cfg https://github.com/matplotlib/matplotlib/commit/93b5c0fb08b5426623fa3927a515eaec0aac0c36 This should allow us to be compatible with some reasonable version overrides https://github.com/NixOS/nixpkgs/pull/147742#issuecomment-995178116 | |||
| 2021-12-15 | python3Packages.matplotlib: setup.cfg -> mplsetup.cfg | Dmitry Kalinkin | |
| This addresses a regression on darwin. An alternative to this would be to set MPLSETUPCFG as was suggested in | |||
| 2021-12-02 | python3Packages.matplotlib: update requirements | Fabian Affolter | |
| 2021-11-30 | python3Packages.matplotlib: remove debug lines | Jonathan Ringer | |
| 2021-11-30 | python3Packages.matplotlib: fix build, disable network fetch of deps | Jonathan Ringer | |
| 2021-11-30 | python3Packages.matplotlib: 3.4.3 -> 3.5.0 | Jonathan Ringer | |
| 2021-08-21 | python3Packages.matplotlib: 3.4.2 -> 3.4.3 (#134906) | Samuel Ainsworth | |
| 2021-07-03 | treewide: use pythonPackages.python-dateutil instead of pythonPackages.dateutil | Robert Schütz | |
| 2021-06-22 | python3Packages.matplotlib: 3.4.1 -> 3.4.2 | Martin Weinelt | |
| 2021-05-26 | pythonPackages.matplotlib: add licenses | rnhmjoj | |
| 2021-05-26 | pythonPackages.matplotlib: remove unsused arguments | rnhmjoj | |
| 2021-05-26 | pythonPackages.matplotlib: fix headless detection | rnhmjoj | |
| The default backend is chosen based on the content of the $DISPLAY variable *and* a successfull call to libX11, loaded via dlopen(). The test fails because dlopen looks in /usr/lib and /lib, so matplotlib falls back to a headless backend. To reproduce try running: $ nix-shell -I nixpkgs=$PWD -p \ 'python3.withPackages (p: [ p.matplotlib ])' --run python >>> import matplotlib.pyplot as plt >>> assert plt.get_backend() == "TkAgg" | |||
| 2021-04-20 | python{2,3}Packages.matplotlib: remove pointless asserts | Dmitry Kalinkin | |
| 2021-04-20 | python2Packages.matplotlib: remove invalid libs.system_freetype setup option | Dmitry Kalinkin | |
| 2021-04-20 | python3Packages.matplotlib: 3.3.4 -> 3.4.1 | Dmitry Kalinkin | |
| 2021-04-20 | python{2,3}Packages.matplotlib: use lib.generators.toINI to generate setup.cfg | Dmitry Kalinkin | |
| 2021-02-26 | python3Packages.matplotlib: 3.3.3 -> 3.3.4 | Frederik Rietdijk | |
| 2021-01-24 | pkgs/development/python-modules: stdenv.lib -> lib | Pavol Rusnak | |
| 2021-01-19 | treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix | Jonathan Ringer | |
| continuation of #109595 pkgconfig was aliased in 2018, however, it remained in all-packages.nix due to its wide usage. This cleans up the remaining references to pkgs.pkgsconfig and moves the entry to aliases.nix. python3Packages.pkgconfig remained unchanged because it's the canonical name of the upstream package on pypi. | |||
| 2021-01-11 | treewide: with stdenv.lib; in meta -> with lib; | Profpatsch | |
| Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix | |||
| 2020-12-01 | python3Packages.matplotlib: 3.3.2 -> 3.3.3 | Frederik Rietdijk | |
| 2020-11-05 | python3Packages.matplotlib: 3.3.1 -> 3.3.2 | Frederik Rietdijk | |
| 2020-09-09 | matplotlib: Disable LTO on darwin. | Shea Levy | |
| Needs #19312 or equivalent to work. | |||
| 2020-08-16 | python3Packages.matplotlib: fix deps | Jonathan Ringer | |
| 2020-08-16 | python: matplotlib: 3.3.0 -> 3.3.1 | Frederik Rietdijk | |
| 2020-08-04 | python3.pkgs.matplotlib: 3.2.1 -> 3.3.0 | K900 | |
| 2020-04-21 | python3Packages.matplotlib: 3.1.3 -> 3.2.1, and various cleanups (#84362) | Dmitry Kalinkin | |
| * pythonPackages.matplotlib: add veprbl to maintainers * pythonPackages.matplotlib: remove an old darwin hack * pythonPackages.matplotlib: remove python and stdenv from buildInputs * python3Packages.matplotlib: remove a hack for python33 * pythonPackages.matplotlib: remove outdated checkPhase Downloading the baseline_images is not a real issue, building against older freetype (local_freetype = True) is, perhaps, not what we want. The good news is that the tests would pass (tested on 3.2.1) if we were to enable them: ========== 6684 passed, 1332 skipped, 10 xfailed in 228.64s (0:03:48) ========== * pythonPackages.matplotlib: provide setup.cfg from a file instead of a patch * python3Packages.matplotlib: 3.1.3 -> 3.2.1 | |||
| 2020-03-27 | python3Packages.matplotlib: remove nose from propagatedBuildInputs | Ben Darwin | |
| 2020-02-09 | python: matplotlib: 3.1.2 -> 3.1.3 | Frederik Rietdijk | |
| 2019-12-15 | python: matplotlib: 3.1.1 -> 3.1.2 | Frederik Rietdijk | |
| 2019-12-10 | matplotlib: remove optional gtk2 | worldofpeace | |
| 2019-10-20 | pythonPackages.matplotlib: fix dependencies to use pyqt5 instead | ft | |
| 2019-07-04 | python3Packages.matplotlib: 3.0.3 -> 3.1.1 | Dmitry Kalinkin | |
| 2019-06-16 | treewide: remove unused variables (#63177) | volth | |
| * treewide: remove unused variables * making ofborg happy | |||
| 2019-04-26 | treewide: remove old patches for macOS | Matthew Bauer | |
| These shouldn’t be needed now that we are on macOS 10.12. | |||
| 2019-03-29 | Merge pull request #51344 from timokau/sagenb-matplotlib-fix | Silvan Mosberger | |
| pythonPackages.matplotlib: enable tk backend by default | |||
| 2019-03-07 | python3Packages.matplotlib: 3.0.2 -> 3.0.3 | Matthieu Coudron | |
