What’s new in PyEsoRex 1.0.3¶
PyEsoRex 1.0.3 is a bug fix release.
Added¶
Added method pyesorex.parameter.Parameter.to_cplui() for future use.
Changed¶
Allow for explicit initialization of the parameter presence flag on parameter instantiation. Added keyword argument presence parameter constructors. (pyesorex!34)
Added keyword argument modified_only with default value True to pyesorex.parameter.ParameterList.as_dict(). (pyesorex!34)
Pass only parameters which were explicitly set to a recipe implementation in method pyesorex.pyesorex.Pyesorex.run(). Parameters are considered as explicitly set if their parameter presence flag is True. See PIPE-12262. (pyesorex!34)