I'm not sure why it took me so long to notice this in our warnings but I've been going through them now and noticed that __version__ was being deprecated.
#2598
I would like to make the case that while "this was an old pattern" it is very "simple", and it is a really good way to build in compatibility between between different versions of a package.
Personally, I still get bugs where:
- I am in the wrong directory, and thus i'm importing from a local folder with the same name as my module.
- "fighting" between different environment management tools leads to the "metadata" being out of sync.
Please consider undeprecating it.
Thank you!
I'm not sure why it took me so long to notice this in our warnings but I've been going through them now and noticed that
__version__was being deprecated.#2598
I would like to make the case that while "this was an old pattern" it is very "simple", and it is a really good way to build in compatibility between between different versions of a package.
Personally, I still get bugs where:
Please consider undeprecating it.
Thank you!