Uh oh!
There was an error while loading. Please reload this page.
fix matplotlib errors for single level discrete colormaps - #4256
Conversation
keewis
commented
Jul 23, 2020
hmm... it seems that's because the repository is down, so now we're falling back to the PyPI version. @tacaswell, can you confirm? |
tacaswell
commented
Jul 23, 2020
It does look like the rackspace server we were pushing to seems to be down. This is more of a @matthew-brett question. |
matthew-brett
commented
Jul 23, 2020
Thanks @tacaswell :) Er - sorry - I'm lost - is the problem that xarray can't see the Matplotlib --pre binaries? |
yes, we can't seem to use also, when pointing my browser to that url, I get a |
matthew-brett
commented
Jul 23, 2020
Yup - sorry - those URLs went down a while ago, as Tom said. Tom - are you uploading --pre binaries to Anaconda or similar? |
if not, it might be worth copying |
tacaswell
commented
Jul 23, 2020
Can you point me at the configs that upload to the correct place? |
I don't know how those projects upload to that repository. @TomAugspurger, can you help with that? Edit: https://github.com/MacPython/pandas-wheels/blob/master/azure/posix.yml, maybe? |
TomAugspurger
commented
Jul 24, 2020
Yep. I believe that @ogrisel can add you to the organization on anaconda.org so that you can create a key to upload to packages. |
Is this & #4226 fixed now? |
keewis
commented
Oct 25, 2020
no, unfortunately not: right now, we're not installing |
max-sixty
commented
Oct 25, 2020
Ah, thanks @keewis ! |
andersy005
commented
Dec 28, 2020
@keewis, is it safe to close this PR? As I understand it, this has been addressed in other PRs. |
Not sure. Removing the They made some progress with uploading to Once that works and the wheels are available on |
andersy005
commented
Dec 28, 2020
Ah, I hadn't noticed that the |
it seems these will never be passed at that level
keewis
commented
Mar 6, 2021
if CI agrees this should finally be ready for merging. We still don't run our tests against nightly versions of |
* upstream/master: (46 commits) pin netCDF4=1.5.3 in min-all-deps (pydata#4982) fix matplotlib errors for single level discrete colormaps (pydata#4256) Adapt exception handling in CFTimeIndex.__sub__ and __rsub__ (pydata#5006) Update options.py (pydata#5000) Adjust tests to use updated pandas syntax for offsets (pydata#4537) add a combine_attrs parameter to Dataset.merge (pydata#4895) Support for dask.graph_manipulation (pydata#4965) raise on passing axis to Dataset.reduce methods (pydata#4940) Whatsnew for 0.17.1 (pydata#4963) Refinements to how-to-release (pydata#4964) DOC: add example for reindex (pydata#4956) DOC: rm np import (pydata#4949) Add 0.17.0 release notes (pydata#4953) document update as inplace (pydata#4932) bump the dependencies (pydata#4942) Upstream CI: limit runtime (pydata#4946) typing for numpy 1.20 (pydata#4878) Use definition of DTypeLike from Numpy if found (pydata#4941) autoupdate mypy (pydata#4943) Add DataArrayCoarsen.reduce and DatasetCoarsen.reduce methods (pydata#4939) ...
…indow * upstream/master: add polyval to polyfit see also (pydata#5020) mention map_blocks in the docstring of apply_ufunc (pydata#5011) Switch backend API to v2 (pydata#4989) WIP: add new backend api documentation (pydata#4810) pin netCDF4=1.5.3 in min-all-deps (pydata#4982) fix matplotlib errors for single level discrete colormaps (pydata#4256) Adapt exception handling in CFTimeIndex.__sub__ and __rsub__ (pydata#5006) Update options.py (pydata#5000) Adjust tests to use updated pandas syntax for offsets (pydata#4537) add a combine_attrs parameter to Dataset.merge (pydata#4895) Support for dask.graph_manipulation (pydata#4965) raise on passing axis to Dataset.reduce methods (pydata#4940)
I'm not quite sure what happened, but our upstream-dev CI doesn't fail anymore. Looking at the build log, the install of the dev version ofmatplotlibseems to fail, so this tries to additionally remove thematplotlib-basepackage to see if the error comes up again if we make sure we get the dev version ofmatplotlib.matplotlibreleased a preview version to PyPI so we can run our tests again. This follows the suggestion from #4226 (comment): convert single levels to degenerate levels.pre-commit run --all-files