- Adding the names in the `rameau` object - Improvements of the `mlregressor` function, with addition of neural nets and bagging neural nets algorithms
0.3.1
- Rameau is now an object-oriented interface
- `smooth()` function updated; 10 algorithms are available.
- updated example of peak fitting
0.3.0
- Documentation improvements
- Python 3 compatible
- Addition of the Rameau function
0.2.9
- addition of gaussian baseline
- addition of `flipsp()` to flip spectra along the axis 0
- addition of `resample()` to resample spectra with scipy.interpolate
- improvement of `tlcorrection`
0.2.8
- addition of the `tlcorrection()` function to replace the Long function
0.2.7
- Minor correction of the `baseline()` documentation and removing a `print()` command.