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 is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit
* **New Features**
* Optional default frame parameter (default_fparam) across fitting nets
and model wrappers; new has_default_fparam() query exposed to users.
* **Behavior Changes**
* fparam is no longer always required when a default exists — data
loading, training, inference, and stats adapt to omit/use fparam;
requirements are conditional on has_default_fparam().
* TensorFlow paths accept/serialize default_fparam but disallow its
runtime use.
* **Documentation**
* Docstrings and serializers updated; serialization versions bumped.
* **Tests**
* Tests extended to cover explicit vs default fparam flows.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
---------
Signed-off-by: Duo <50307526+iProzd@users.noreply.github.com>
0 commit comments