Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PLS: Remove widget #709

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ requirements:
run:
- python >=3.8
- numpy >=1.20.0
- orange3 >=3.34.0
- orange3 >=3.37.0
- orange-canvas-core >=0.1.28
- orange-widget-base >=4.19.0
- scipy >=1.9.0
Expand Down
1 change: 0 additions & 1 deletion doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ Widgets
widgets/average
widgets/interferogram-to-spectrum
widgets/reshape-map
widgets/pls
widgets/peakfit
widgets/snr

Expand Down
9 changes: 0 additions & 9 deletions doc/widgets.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,15 +99,6 @@
"background": "light-blue",
"keywords": []
},
{
"text": "PLS",
"doc": null,
"icon": "../orangecontrib/spectroscopy/widgets/icons/PLS.svg",
"background": "light-blue",
"keywords": [
"partial least squares"
]
},
{
"text": "Reshape Map",
"doc": "widgets/reshape-map.md",
Expand Down
Binary file removed doc/widgets/images/PLS-Example.png
Binary file not shown.
Binary file removed doc/widgets/images/PLS-stamped.png
Binary file not shown.
33 changes: 0 additions & 33 deletions doc/widgets/pls.md

This file was deleted.

Empty file.
176 changes: 0 additions & 176 deletions orangecontrib/spectroscopy/models/pls.py

This file was deleted.

123 changes: 0 additions & 123 deletions orangecontrib/spectroscopy/tests/test_owpls.py

This file was deleted.

Loading
Loading