Releases: sandialabs/pecos
Releases · sandialabs/pecos
Version 0.3.1
Version 0.3.0
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
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
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.