Closed esc closed 4 years ago
Title was updated to reflect that more changes to the datashader config have to be made.
@philippjfr I'm not sure about this one, the code to determine the correct version seems unnecessarily complex.
I'm not sure about this one, the code to determine the correct version seems unnecessarily complex.
Agreed let's just delete the non-conforming tags, i.e. website and website-dev, that should solve it automatically right?
I've deleted them now.
I think that will not suffice, unfortunately. We still need to deal with parsing and comparing the major, minor, patch and alpha version numbers and sorting accordingly. Maybe https://pypi.org/project/packaging/ can do this for us? I'd have to check it out.
So I tried using packaging
it seems to work quite well for this case.
Some of the Datashader failures are related to this issue in Numba:
oh wow, datashader passed! Let's get this in!
Datashader needs some logic on the repo to determine what tag is the latest release.