google / ml_collections

ML Collections is a library of Python Collections designed for ML use cases.
https://ml-collections.readthedocs.io/
Apache License 2.0
898 stars 42 forks source link

Plan for next version? #17

Open twni2016 opened 2 years ago

twni2016 commented 2 years ago

Hi,

There have some important updates (such as supporting enum) since the current version. Do you have any plan to upgrade the version for the release? It will be more convenient to users, otherwise we have to pip install from the latest commit.

This is not a bug, but I cannot remove the bug label.

danielkelshaw commented 1 year ago

Just wanted to make a note that I've also come across this issue.

The README.md states support for enum.Enum -- but this is not the case from the latest release. Installing from source fixes the issue for me, but would be nice if this was made available in the public release.

stefanbucur commented 8 months ago

It's been more than two years since the last release. Is this project still planned to be maintained?

stefanbucur commented 8 months ago

I arrived here from looking at the Flax examples, and saw a dependency on ml-collections, e.g., https://github.com/google/flax/blob/main/examples/mnist/requirements.txt

Conchylicultor commented 2 weeks ago

We're gonna make a release this week! Thank you for the patience. https://github.com/google/ml_collections/pull/38

I've also updated the GitHub actions to add more automations, so the next release will be easier to deploy.

https://github.com/google/ml_collections/blob/06499acda741094f193c7a972f7affd2ac7ed197/.github/workflows/pytest_and_autopublish.yml#L41