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
This release polishes the API, documentation and testing, setting up the codebase for more rigorous versioning.
The main new feature is the ability to tie components in sub-models together using the Tied model or the my_model.tied(...) method.
Minor changes were made to some experimental, less commonly-used interfaces (such as some adapter models) and some smaller features were added (as well as some unused features removed), but the main interface remains unchanged.
This release improves the consistency and naming convention in the API and also re-exposed some lower-level features. For example, the call method of Model was renamed to "build", and Parax's Tied was exposed at root.