Elliott Sales de Andrade
Elliott Sales de Andrade
It looks like `PlateCarree` has no docstring, so it's inherited by `CRS`, which has different parameters.
This has been warning since #7728, which is from 2017. At this point, I wouldn't be against making it a hard error even. However, now `ContourSet` is derived from `Collection`,...
Also failing with 2024.9.0.
I don't quite understand what the test is doing, especially given the comment in `check_tokenize` about artifacting. Also, if I create a `venv`, install `.[complete,test]` and run tests, then `dask/tests/test_tokenize.py::test_tokenize_random_functions[np.random]`...
> Also, if I create a `venv`, install `.[complete,test]` and run tests, then `dask/tests/test_tokenize.py::test_tokenize_random_functions[np.random]` fails, so I don't know why CI is not catching it. But it's also a _different_...
Further testing shows this may be a Python 3.13 thing; possibly related to https://github.com/cloudpipe/cloudpickle/pull/534
This was fixed by cloudpickle.
The vulnerability in 2.10.4 is in PNG support, which is not enabled in our FreeType build. All other published CVEs have been reviewed and are not applicable to FreeType as...
It is the default; manylinux does not guarantee freetype is available on Linux and it isn't on macOS or Windows either.
`ttconv` was replaced in #20866, but without a specific (non-proprietary) font to test, I cannot confirm whether this is working or not, but I suspect it was fixed.