Conversation
838620c to
9df98f1
Compare
|
The version is now specified 2x, in |
Signed-off-by: nstarman <nstarman@users.noreply.github.com>
Signed-off-by: nstarman <nstarman@users.noreply.github.com>
Signed-off-by: nstarman <nstarman@users.noreply.github.com>
|
Needed to incorporate changes from the recent Jax NS fixes PR. |
fehiepsi
left a comment
There was a problem hiding this comment.
Maybe it's good to use setup.py for version handling?
| readme = "README.md" | ||
| requires-python = ">=3.9" | ||
| authors = [ | ||
| { name = "Uber AI Labs", email = "npradhan@uber.com" }, |
There was a problem hiding this comment.
you can use my email fehiepsi at gmail com for this.
| "Operating System :: MacOS :: MacOS X", | ||
| "Programming Language :: Python :: 3.9", | ||
| "Programming Language :: Python :: 3.10", | ||
| "Programming Language :: Python :: 3.11", |
|
There are many pyproject.toml based solutions, it's just about choosing one. Do you want to manually bump the version or automatically using version control? Or use tooling like commitizen or GH actions? |
|
I would prefer having a minimal setup.py file for it and manually bump the version. Not sure if versioning is the reason jax team still keeps it. |
|
Go for it |
|
Closing this PR in favour of #2141. |
Requires #1892