Releases: sandialabs/pecos
Releases · sandialabs/pecos
Version 1.0.0 Release
What's Changed
- Added pyyaml to requirements by @BernatNicolau in #81
- Updated code to support changes in Pandas, Numpy, and github actions by @kaklise in #84
- Updated examples to support changes in Pandas and Numpy by @kaklise in #85
- Updated documentation and simple example config by @kaklise in #86
New Contributors
- @BernatNicolau made their first contribution in #81
Full Changelog: 0.3.1...1.0.0
Version 1.0.0rc1 Release
What's Changed
- Added pyyaml to requirements by @BernatNicolau in #81
- Updated code to support changes in Pandas, Numpy, and github actions by @kaklise in #84
- Updated examples to support changes in Pandas and Numpy by @kaklise in #85
- Updated documentation and simple example config by @kaklise in #86
New Contributors
- @BernatNicolau made their first contribution in #81
Full Changelog: 0.3.1...1.0.0
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.