What’s new in PyEsoRex 1.0.4¶
PyEsoRex 1.0.4 is a bug fix release.
Changed¶
Reformatted the Change Log to better follow the Keep a Changelog format description.
Show all directories set as recipe search path defaults when running pyesorex –help and not just the first one.
Fixed¶
Fixed creation of the default Pyesorex config file when passing the option –create-config without arguments to the pyesorex command. See PIPE-12755.
Fixed command line alias of the parameter link_dir. The command line option to use for setting the parameters is now link-dir.
Remove incorrect argument max from the constructor call when creating a ParameterEnum object in Parameter.to_cplui(). See PIPE-12389. (!41, !42)
Fixed error handling when duplicate parameter command line aliases are encountered. See PIPE-12849. (!45)