Oscar Gustafsson
Oscar Gustafsson
There is partial support for this in the code base. The backends support a separate hatch color and collections store the hatch color as `self._hatch_color`. There is also an rcParam...
Giving up for now. For FreeBSD, I get the following error when running pip or python ``` ld-elf.so.1: /lib/libc.so.7: version FBSD_1.7 required by /usr/local/lib/libpython3.7m.so.1.0 not found ``` so something is...
Some progress. On MacM1 there seems to be a problem with tkagg now: ``` =========================== short test summary info ============================ FAILED lib/matplotlib/tests/test_backends_interactive.py::test_interactive_backend[toolbar2-{'MPLBACKEND': 'tkagg'}] - subprocess.CalledProcessError: Command '['/Users/admin/mpl-dev/bin/python', '-c', 'from matplotlib.tests.test_backends_interactive...
Both Mac and Linux on ARM64 works now. FreeBSD seems to fail on not having support for `csinl`. I have tried a few different way: reinstalling a pre-built numpy, installing...
One can of course clean things up and add more test dependencies to these. Also, I do not really get it to work when having separate install and test steps.
FreeBSD is working with NumPy < 1.24. Some test failures left, but at least compiling etc. For aarch64 linux, new test failures when installing tex etc.
This is, sort of, working now. One failed test (and I dropped FreeBSD) that I do not really understand. Maybe the best thing is to disable it for aarch64?
Also, the versioning is not working. This is probably OK for the tests, but if we plan to create wheels it should be fixed.
gtk3 doesn't work on the MacOS CI with the following error: ``` stderr = "\n(-c:27821): Gdk-CRITICAL **: 06:15:13.953: gdk_monitor_get_scale_factor: assertion 'GDK_IS_MONITOR (monitor)' faile...e/var/folders/_f/lyvxf0v13gs7984d7sf7j83c0000gn/T/cirrus-ci-build/lib/matplotlib/mpl-data/images/matplotlib.svg” (3)\n" ```
As the latest released version in on 0.45, releasing a new version with 0.48 (or, even better 0.52) would be a step in the right direction. (My project requires four...