Release Notes¶
Future Release¶
Enhancements
Fixes
Documentation Changes
Testing Changes
Thanks to the following people for contributing to this release: @gsheni:
v0.10.1 Jan 6, 2023¶
v0.10.0 Jan 6, 2023¶
- Fixes
Update to avoid error with a categorical target with unused categories (#349)
- Documentation Changes
Temporarily restrict scikit-learn version to
<1.2.0
in dev requirements to allow docs to build (#361)
- Testing Changes
Add create feedstock PR workflow (#346)
Thanks to the following people for contributing to this release: @gsheni, @thehomebrewnerd
Breaking Changes¶
The parameter
target_dataframe_name
has been changed totarget_dataframe_index
inLabelMaker
.
v0.9.1 Nov 2, 2022¶
- Changes
Explicitly set series dtype for
LabelTimes.target_types
(#337)
- 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 May 12, 2022¶
Warning
Compose will no longer support Python 3.7.
Thanks to the following people for contributing to this release: @gsheni, @mingdavidqi, @thehomebrewnerd
v0.8.0 Jan 20, 2022¶
- Enhancements
Add issue templates for bugs, feature requests and documentation improvements (#271)
Thanks to the following people for contributing to this release: @gsheni, @jeff-hernandez, @thehomebrewnerd
Warning
- Breaking Changes
The
target_entity
attribute ofLabelMaker
has been renamed totarget_dataframe_name
.
v0.7.0 Nov 2, 2021¶
- 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 worksflows 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.6.0 Feb 11, 2021¶
- Enhancements
Added description for continuous target distributions (#187)
- Fixes
Sorted label distribution in description (#188)
- Documentation Changes
Thanks to the following people for contributing to this release: @flowersw, @jeff-hernandez, @rwedge
v0.5.1 Sep 22, 2020¶
v0.5.0 Aug 28, 2020¶
Warning
- 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 Data Slice Context.
v0.4.0 Jul 2, 2020¶
- Changes
The label times object was refactored to improve design and structure (#135).
Warning
- Breaking Changes
Loading label times from previous versions will result in an error.
v0.3.0 Jun 1, 2020¶
v0.2.0 Apr 23, 2020¶
v0.1.8 Mar 11, 2020¶
- Fixes
Support for Pandas 1.0
v0.1.7 Jan 31, 2020¶
- Enhancements
Added higher-level mappings to offsets.
Track settings for sample transforms.
- Fixes
Pinned Pandas version.
- Testing Changes
Moved Featuretools to test requirements.
v0.1.6 Oct 22, 2019¶
- Enhancements
Serialization for Label Times
- Fixes
Matplotlib Backend Fix
Sampling Label Times
- Documentation Changes
Added Data Slice Generator Guide
- Testing Changes
Integration Tests for Python Versions 3.6 and 3.7
v0.1.5 Sep 16, 2019¶
- Enhancements
Added Slice Generator
Added Seaborn Plots
Added Data Slice Context
Added Count per Group
- Documentation Changes
Updated README
Added Example: Predict Next Purchase
Added Example: Predict RUL
v0.1.4 Aug 7, 2019¶
- Enhancements
Added Sample Transform
Improved Progress Bar
Improved Label Times description
v0.1.3 Jul 9, 2019¶
- Enhancements
Improved documentation
Added testing for Featuretools compatibility
Improved description of Label Times
Refactored search in Label Maker
Improved testing for Label Transforms
v0.1.2 Jun 19, 2019¶
- Enhancements
Add dynamic progress bar
Add label transform for binning labels
Improve code coverage
Update documentation
v0.1.1 May 31, 2019¶
Initial Release