Skip to main content Link Menu Expand (external link) Document Search Copy Copied

Release 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