Skip to content

Commit

Permalink
add release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
paucablop committed Sep 21, 2023
1 parent 8312ce8 commit 90e0880
Show file tree
Hide file tree
Showing 5 changed files with 88 additions and 0 deletions.
18 changes: 18 additions & 0 deletions releases/0.0.24.md
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 🐛🐛__



19 changes: 19 additions & 0 deletions releases/0.0.25.md
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



18 changes: 18 additions & 0 deletions releases/0.0.26.md
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 🐛🐛__




17 changes: 17 additions & 0 deletions releases/0.0.27.md
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 🐛🐛__


16 changes: 16 additions & 0 deletions releases/0.0.28.md
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 🐛🐛__


0 comments on commit 90e0880

Please sign in to comment.