Skip to content

Commit

Permalink
Re-organise directories for the package to work with pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Charles Le Losq committed Jan 18, 2024
1 parent fd88eb0 commit 03c9269
Show file tree
Hide file tree
Showing 34 changed files with 439 additions and 6 deletions.
7 changes: 5 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,13 @@ Licence: see LICENCE.md

- peak fitting for maps

# 0.5.1 (stable)
# 0.5.2 (stable)

- fix installation : something went bad as we switched to pyproject.toml in 0.5.1

# 0.5.1

- fix installation dependencies
- fix an error in the despiking function: only vectors are treated

# 0.5.0

Expand Down
5 changes: 1 addition & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "rampy"
version = "0.5.1"
version = "0.5.2"
dependencies = [
"numpy>=1.12",
"scipy",
Expand All @@ -26,9 +26,6 @@ classifiers = [
"Programming Language :: Python"
]

[tool.setuptools.packages.find]
where = ["rampy"]

[project.optional-dependencies]
gcvspline = ["gcvspline"]
mixing = ["cvxpy>=1.1"]
Expand Down
387 changes: 387 additions & 0 deletions src/rampy.egg-info/PKG-INFO

Large diffs are not rendered by default.

32 changes: 32 additions & 0 deletions src/rampy.egg-info/SOURCES.txt
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
1 change: 1 addition & 0 deletions src/rampy.egg-info/dependency_links.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

12 changes: 12 additions & 0 deletions src/rampy.egg-info/requires.txt
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
1 change: 1 addition & 0 deletions src/rampy.egg-info/top_level.txt
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.

0 comments on commit 03c9269

Please sign in to comment.