-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Re-organise directories for the package to work with pyproject.toml
- Loading branch information
Charles Le Losq
committed
Jan 18, 2024
1 parent
fd88eb0
commit 03c9269
Showing
34 changed files
with
439 additions
and
6 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
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
Large diffs are not rendered by default.
Oops, something went wrong.
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,32 @@ | ||
LICENSE | ||
README.md | ||
pyproject.toml | ||
src/rampy/__init__.py | ||
src/rampy/baseline.py | ||
src/rampy/filters.py | ||
src/rampy/functions.py | ||
src/rampy/maps.py | ||
src/rampy/mixing.py | ||
src/rampy/ml_classification.py | ||
src/rampy/ml_exploration.py | ||
src/rampy/ml_regressor.py | ||
src/rampy/peak_area.py | ||
src/rampy/peak_shapes.py | ||
src/rampy/rameau.py | ||
src/rampy/spectranization.py | ||
src/rampy/tlcorrection.py | ||
src/rampy.egg-info/PKG-INFO | ||
src/rampy.egg-info/SOURCES.txt | ||
src/rampy.egg-info/dependency_links.txt | ||
src/rampy.egg-info/requires.txt | ||
src/rampy.egg-info/top_level.txt | ||
src/rampy/notused/IRTABS.py | ||
tests/test_baseline.py | ||
tests/test_mixing.py | ||
tests/test_mlclassificator.py | ||
tests/test_mlexplorer.py | ||
tests/test_mlregressor.py | ||
tests/test_rameau.py | ||
tests/test_smooth.py | ||
tests/test_spectranization.py | ||
tests/test_tlcorrection.py |
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 @@ | ||
|
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,12 @@ | ||
numpy>=1.12 | ||
scipy | ||
scikit-learn | ||
pandas | ||
xlrd | ||
matplotlib | ||
|
||
[gcvspline] | ||
gcvspline | ||
|
||
[mixing] | ||
cvxpy>=1.1 |
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 @@ | ||
rampy |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.