Dear Pyxel users,
The Pyxel version 2.1.1 is released.
This release brings a number of bugfixes and improvements.
The Pyxel Wheel package size has been reduced from 22 MB to less than 1 MB.
Several serious bugs where solved in models:
Parameter outputs in the YAML configuration is now optional.
See the following examples:
Before:
exposure:
readout:
times: [1., 5., 7.]
non_destructive: false
outputs:
output_folder: my_folder # An output folder is generated but nothing is stored there.
# It is still compulsory to add 'outputs'After:
exposure:
readout:
times: [1., 5., 7.]
non_destructive: false
# No need to add 'outputs'