Skip to content

Commit a2218b1

Browse files
authored
Merge pull request #43 from charlesll/0.6.4
Update docs
2 parents 12f4f6d + ce0d323 commit a2218b1

3 files changed

Lines changed: 12 additions & 5 deletions

File tree

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
Welcome to RamPy's documentation!
77
=================================
88

9-
Copyright (2015-2025) C. Le Losq and co.
9+
Copyright (2015-2026) C. Le Losq and co.
1010

1111
Charles Le Losq, Institut de physique du globe de Paris, Université Paris Cité
1212
lelosq@ipgp.fr

docs/news.rst

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,14 @@ Wanted features (planned)
1616

1717
- peak fitting (in particular for maps): working on a Scikit-Learn API
1818

19-
0.6.3 (stable)
19+
0.6.4 (stable)
20+
----------------
21+
22+
- fix usage of tlcorrection with the area normalisation (issue #40)
23+
- fix docstrings (issue #39)
24+
- fix QDA classification example and test (use solver='eigen' and shrinkage='auto').
25+
26+
0.6.3
2027
----------------
2128

2229
- fix 'roi' and 'method' arguments in baseline() function (issue #38)

docs/preprocessing.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@ we have a spectrum that has a X axis from 400 to 1300 cm-1, with points each 0.9
4646
Normalisation
4747
-------------
4848

49-
Rampy provides the ``rampy.normalisation()`` function to normalise the Y values of a spectrum to
49+
Rampy provides the ``rampy.normalisation()`` function to normalise the Y values of a spectrum using
5050

5151
- the maximum intensity
52-
- the trapezoidal area under the curve
53-
- to min-max values of intensities
52+
- the area under the curve
53+
- the min-max values of intensities
5454

5555
.. autofunction:: rampy.normalise
5656

0 commit comments

Comments
 (0)