Releases: alteryx/compose
v0.10.1
v0.10.0
- Fixes
- Update to avoid error with a categorical target with unused categories (#349)
- Changes
- Documentation Changes
- Temporarily restrict scikit-learn version to
<1.2.0
in dev requirements to allow docs to build (#361)
- Temporarily restrict scikit-learn version to
- Testing Changes
- Add create feedstock PR workflow (#346)
Thanks to the following people for contributing to this release:
@gsheni, @thehomebrewnerd
v0.9.1
v0.9.1 Nov 2, 2022
- Changes
- Explicitly set series dtype for
LabelTimes.target_types
(#337)
- Explicitly set series dtype for
- Documentation Changes
- Fix docs build and clean up release notes (#336)
Thanks to the following people for contributing to this release:
@thehomebrewnerd
v0.9.0
v0.9.0 May 12, 2022
- Changes
- Documentation Changes
- Testing Changes
Thanks to the following people for contributing to this release:
@gsheni, @mingdavidqi, @thehomebrewnerd
v0.8.0
v0.8.0 January 20, 2022
- Enhancements
- Add issue templates for bugs, feature requests and documentation improvements (#271)
- Changes
- Documentation Changes
- Testing Changes
Thanks to the following people for contributing to this release:
@gsheni, @jeff-hernandez, @thehomebrewnerd
v0.7.0
v0.7.0 November 2, 2021
- Enhancements
- Documentation Changes
- Testing Changes
- Check if release notes were updated (#217)
- Add minimum dependency checker to generate minimum requirement files (#218)
- Add CI workflow for unit tests with minimum dependencies (#220)
- Create separate workflows for each CI job (#220)
- Pass token to authorize uploading of codecov reports (#226)
- Update minimum unit tests to run on all pull requests (#230)
- Add workflow to check latest dependencies (#233)
- Update reviewers for minimum and latest dependency checkers (#257)
Thanks to the following people for contributing to this release:
@gsheni, @jeff-hernandez
v0.7.0.dev0
Development release for testing purposes
v0.6.0
v0.6.0 February 11, 2021
- Enhancements
- Added description for continuous target distributions (#187)
- Fixes
- Sorted label distribution in description (#188)
- Documentation Changes
- Testing Changes
Thanks to the following people for contributing to this release:
@flowersw, @jeff-hernandez, @rwedge
v0.5.1
v0.5.0
v0.5.0 August 28, 2020
- Enhancements
- Added Column-Based Windows (#151).
- Changes
- Refactored Data Slice Generator (#150).
- Documentation Changes
Breaking Changes
- Attributes of the data slice context have changed. Inside a labeling function, the timestamps of a data slice can be referenced by
ds.context.slice_start
andds.context.slice_stop
. For more details, see the Data Slice Generator Guide.