-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release to pipy #244
Comments
Hi John, thank you for using Forest and raising this issue. The library is under active development and you can get the latest code by using the |
I understand, but it's really hard from a reproducibility perspective, especially as things are dropping/moving around and it makes it hard to publish with this method reliably |
Yes, the In the meantime, you can reference a particular commit during installation for better reproducibility, for example: pip install git+https://github.com/onnela-lab/forest@e0bfab42f763e3c76676c5c5085c2b92a7e6e7db |
Agreed, but the issue with this is that we had people working on different commit IDs and it's non-trivial for some users to know their commit ID (e.g. |
Notes from our call on Fri 8/30/24 are here -https://cheddar-fur-3bc.notion.site/Forest-on-PyPi-b411191b931c41bf89dc5396584477aa?pvs=4 One item JP asked me to add is that we should include the screen-time repo in the official release of Forest 1.0. I'll keep you updated on the changelog progress. Thank you! |
Published the first draft to TestPyPI: https://test.pypi.org/project/forest-analysis/0.1.1/ |
Is there some guidance on when versions will be updated? Currently, the recommendation is to use:
Which will install from GitHub, but the version hasn't changed in 3+ years (Nov 2020 commit): 063558c
where it set the (current) forest version) to 0.1.1:
forest/setup.py
Line 21 in 063558c
which it is still currently at:
forest/setup.py
Line 30 in e0bfab4
Also, is there an intention to version this release to PiPy?
The text was updated successfully, but these errors were encountered: