Skip to content

REL: v1.3.2 release

Colm Talbot requested to merge v1.3.2-release into master

I noticed an issue that will impact online PE is the current release 1.3.1 is released.

There are three bugfixes in this release, the first two don't impact the online configuration so I figured they are safe to include.

v1.3.2 2024-05-31

See full MR log here

This is a bugfix release primarily to address an issue with resolving calibration envelopes for online PE.

Changes

  • Make sure the sampling seed is set to a different value for each parallel analysis (this doesn't directly impact default running conditions) (!587 (merged))
  • Address a pandas deprecation warning (!601 (merged))
  • Fix the logic for finding calibration files (!602 (merged))

Merge request reports