New release: Version 2.1.1

0 views
Skip to first unread message

pyxel-detector-framework

unread,
Mar 20, 2024, 3:56:11 AM3/20/24
to pyxel-detector-framework
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'


Reply all
Reply to author
Forward
0 new messages