Skip to content

v.0.3.0

Compare
Choose a tag to compare
@eao197 eao197 released this 13 Dec 05:14
· 44 commits to master since this release
00e5313

Function templates set_attr_null_value are replaced by default_on_null.

Implementations of manopt_policy traits now have to implement method on_null that is being called when null value is found during deserialization. This change affects custom implementations of manopt_policy traits.

New binder mandatory_with_null_as_default added.

More details can be found in the corresponding section of README file.