You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 21, 2022. It is now read-only.
uproot3 raises a Warning when you import it, please remove this warning.
Currently there is no way to drop uproot3, because uproot4 cannot write files. Since it is impossible to port all code to uproot4, it is safe to assume that a user who does import uproot3 does so intentionally. It then does not make sense to warn that user that this package is deprecated.
I suggest to hold back on the warning until uproot4 can really replace uproot3 completely. Then reinstate it.
The text was updated successfully, but these errors were encountered:
Okay, you've convinced me. I think those warnings were put there before the name change, encouraging people to opt into the new versions when it still had to be done intentionally (and then the names were changed in the warning message without removing the warning message). But it does make sense that if someone has gone out of their way to pip install uproot3 and then import uproot3, they know about the existence of Uproot 4.
There are new versions of uproot3 and awkward0 in PyPI without warnings (uproot3-methods didn't have a warning).
uproot3 raises a Warning when you import it, please remove this warning.
Currently there is no way to drop uproot3, because uproot4 cannot write files. Since it is impossible to port all code to uproot4, it is safe to assume that a user who does
import uproot3
does so intentionally. It then does not make sense to warn that user that this package is deprecated.I suggest to hold back on the warning until uproot4 can really replace uproot3 completely. Then reinstate it.
The text was updated successfully, but these errors were encountered: