You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The list of breaking changes in the RELEASE-NOTES.md is quite long, but most of these are only relevant for a tiny fraction of users/models.
To make the release notes less deterrent, we should split the API changes into two sections.
Something like:
Important API changes
Internal/Advanced API changes
An example: With #5320 the old Model.logpt property became a method and many other model properties were removed. Of these breaks Model.logpt → Model.logpt() is probably the only one worth mentioning for the "important" section.
The text was updated successfully, but these errors were encountered:
@michaelosthege I want to work on this issue but how can I know that among so many APIs ,which one I included in the advanced ones and which one as important.
@michaelosthege I want to work on this issue but how can I know that among so many APIs ,which one I included in the advanced ones and which one as important.
This is not really a beginner friendly issue. Please do one issue at a time. There are several others you wanted to work on.
The list of breaking changes in the RELEASE-NOTES.md is quite long, but most of these are only relevant for a tiny fraction of users/models.
To make the release notes less deterrent, we should split the API changes into two sections.
Something like:
An example: With #5320 the old
Model.logpt
property became a method and many other model properties were removed. Of these breaksModel.logpt → Model.logpt()
is probably the only one worth mentioning for the "important" section.The text was updated successfully, but these errors were encountered: