-
Notifications
You must be signed in to change notification settings - Fork 63
Add advice regarding moving from v1 to v2 to README. #427
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Conversation
Raise awareness regarding missing features and incompatibility between the versions. Similar changes can be made for the docs.
I have added a short phrase regarding the v1 docs, and a link to the migration advice so people can find it. |
* fix optimal transport config (bayesflow-org#429) * run linter * [skip-ci] bump version to 2.0.1
@paul-buerkner What do you think? I believe we can shorten some of the description, as most of the old functionality is probably not relevant. The two level model is probably the most important gap which I intend to close soon. |
Optimal transport hot fixes, consistency models test, and fast imports
I like it. About shortening, do you mean the new edits of this PR or older stuff in the vignette? Having some more details cannot hurt I would say. Why would you want to shorten it? |
Edit: I now realize this is supposed to be part of the readme not the vignette. Yes, I agree we should shorten it a lot. |
I have moved the details to the FAQ. Any thoughts on how to best highlight the section in the top part? I'm not sure whether it needs a separate heading, or some highlighting is enough. |
Again, feel free to edit as you see fit. If you are happy with the text, I will copy the FAQ section to the FAQ on the website as well... |
Codecov ReportAll modified and coverable lines are covered by tests ✅ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me. Thank you! From my side, we can merge as is.
As we do not have full feature parity yet, I think it is important to be up-front with the functionality that is still missing, to avoid confusion and disappointment. As we now have the 2.0.0 version on PyPI, some advice on whether to upgrade or not might be helpful.
This PR adds the list of missing functionality from #388, as well as some additional considerations. Feel free to edit, but I think getting something like this out soon would be good.
Closes #388.