Skip to content

Releases: sandialabs/pecos

Version 0.3.1

27 Oct 23:23
f176b1d
Compare
Choose a tag to compare

What's Changed

  • Relaxed dtype check in tests by @kaklise in #80
  • Fix: import fails due to pytest ModuleNotFoundError by @simmsa in #78

New Contributors

Full Changelog: 0.3.0...0.3.1

Version 0.3.0

17 Oct 17:56
e0aea99
Compare
Choose a tag to compare

What's Changed

  • Added GitHub actions by @kaklise in #71
  • Update to custom static and streaming methods to use a specific column by @kaklise in #73
  • Minor updates to address pandas and yaml depreciation warnings by @kaklise in #74
  • Updates to address changes in pandas plus testing updates by @kaklise in #77

Full Changelog: 0.2.0...0.3.0

Version 0.2.0

05 Mar 21:23
39543fa
Compare
Choose a tag to compare

This release includes the following updates:

  • Replaced the use of Excel files in examples/tests with CSV files
  • Added min_failures to the streaming outlier test
  • Replaced mutable default arguments with None
  • Removed pecos logo from monitoring reports
  • Added timestamp to logger
  • Updated documentation and tests

Version 0.1.9

02 Nov 17:54
cb46d30
Compare
Choose a tag to compare

This release includes the ability to use custom quality control test functions in static or streaming analysis. See Release Notes for a complete list of updates. Updated documentation includes additional information on new features.