fsspec / universal_pathlib

pathlib api extended to use fsspec backends
MIT License
251 stars 44 forks source link

Rename implementation not yet released? #116

Closed NotSpecial closed 1 year ago

NotSpecial commented 1 year ago

Hi; and first of all: amazing project!

I'm trying to use UPath.rename, but in the publicly available version (0.0.23), this raises a NotImplementedError.

I can see that the latest code here on github contains an implementation of rename.

Are there any plans to create a new release in the near future to make this functionality available?

ap-- commented 1 year ago

Hi @NotSpecial

I foolishly assumed that the larger refactor I'm working on would take less time, and I could hold off a release until then. But as always I guess, it turned out to take a bit longer.

I'll create a new release before the end of the week. Keeping this issue open until it's out.

Cheers, Andreas 😃

NotSpecial commented 1 year ago

Thank you for the prompt response and for preparing a release soon!

I guess we all know those problems :laughing: Refactors are as time-consuming as they are satisfying.

ap-- commented 1 year ago

Closed via: https://github.com/fsspec/universal_pathlib/releases/tag/v0.0.24