-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
88 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
--- | ||
title: v0.0.24 | ||
layout: default | ||
parent: Releases | ||
--- | ||
|
||
# __[Release v0.0.24](https://github.com/paucablop/chemotools/releases/tag/v0.0.24)__ | ||
|
||
## __What's new? 🎉🎉__ | ||
|
||
- Add fermentation dataset | ||
|
||
## __Improvements ✨✨__ | ||
|
||
## __Bug fixes 🐛🐛__ | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
--- | ||
title: v0.0.25 | ||
layout: default | ||
parent: Releases | ||
--- | ||
|
||
# __[Release v0.0.25](https://github.com/paucablop/chemotools/releases/tag/v0.0.25)__ | ||
|
||
## __What's new? 🎉🎉__ | ||
|
||
## __Improvements ✨✨__ | ||
|
||
## __Bug fixes 🐛🐛__ | ||
- RangeCut now has a different input order: start, end and wavenumber (optional). Optional inputs are defined at the end. start and end index are found after fitting the method and not upon instantiation. This is because in scikitlearn, instanciation attributes cannot be modified. | ||
|
||
- ConstantCorrection: Same changes as RangeCut | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
--- | ||
title: v0.0.26 | ||
layout: default | ||
parent: Releases | ||
--- | ||
|
||
# __[Release v0.0.26](https://github.com/paucablop/chemotools/releases/tag/v0.0.26)__ | ||
|
||
## __What's new? 🎉🎉__ | ||
- MinMaxScaler: change functionality, not it will subtract the min and divide by the difference between the min and the max. If the parameter use_min is False, then it will just divide by the max. | ||
|
||
## __Improvements ✨✨__ | ||
|
||
## __Bug fixes 🐛🐛__ | ||
|
||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
title: v0.0.27 | ||
layout: default | ||
parent: Releases | ||
--- | ||
|
||
# __[Release v0.0.27](https://github.com/paucablop/chemotools/releases/tag/v0.0.27)__ | ||
|
||
## __What's new? 🎉🎉__ | ||
- PointScaler: Scale your spectra by the intensity value given at a certain index or wavenumber! This substitutes the old IndexScaler, as it extends its functionality | ||
- SelectFeautes: An advanced feature selector compare to Range Cut. It allows you to choose any range of indices or wavenumbers (continuous or discontinuous) and select the features | ||
|
||
## __Improvements ✨✨__ | ||
|
||
## __Bug fixes 🐛🐛__ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
--- | ||
title: v0.0.28 | ||
layout: default | ||
parent: Releases | ||
--- | ||
|
||
# __[Release v0.0.28](https://github.com/paucablop/chemotools/releases/tag/v0.0.28)__ | ||
|
||
## __What's new? 🎉🎉__ | ||
- add coffee dataset | ||
|
||
## __Improvements ✨✨__ | ||
|
||
## __Bug fixes 🐛🐛__ | ||
|
||
|