Skip to content

2026.1.0 - Bug Fixes and Dependency Updates

Latest

Choose a tag to compare

@DCHartlen DCHartlen released this 13 Mar 16:01
8f1cb4d

Version 2026.1.0 of ARCGen-Python introduces bug fixes and dependency updates to address updates to Numpy and Scipy. Please use pip or your package manager of choice to update to the latest version of ARCGen.

Bug Fixes

  • A bug was fixed where a population standard deviation was used when no warping points were addressed, instead of sample standard deviation. Sample standard deviation is now used everywhere. Users may notice slightly enlarged corridors when rerunning data without warping points and using the corrected version of ARCGen. It is not recommended to run ARCGen without warping points. A minimum of 1 warping point is always recommended.
  • Empty array checking was made more robust to address deprecations introduced in new versions of Numpy. This fix, in addition to increasing the minimum supported versions of Numpy, Scipy, and Python should address errors experienced by some users.

Full Changelog: 2024.1.0...2026.1.0