v.0.3.0
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.