File tree Expand file tree Collapse file tree 5 files changed +296
-317
lines changed Expand file tree Collapse file tree 5 files changed +296
-317
lines changed Original file line number Diff line number Diff line change @@ -5,11 +5,11 @@ FastCan: A Fast Canonical-Correlation-Based Feature Selection Algorithm
55.. |conda | image :: https://img.shields.io/conda/vn/conda-forge/fastcan.svg
66 :target: https://anaconda.org/conda-forge/fastcan
77
8- .. |Codecov | image :: https://codecov.io/gh/MatthewSZhang /fastcan/branch/main/graph/badge.svg
9- :target: https://codecov.io/gh/MatthewSZhang /fastcan
8+ .. |Codecov | image :: https://codecov.io/gh/scikit-learn-contrib /fastcan/branch/main/graph/badge.svg
9+ :target: https://codecov.io/gh/scikit-learn-contrib /fastcan
1010
11- .. |CI | image :: https://github.com/MatthewSZhang /fastcan/actions/workflows/ci.yml/badge.svg
12- :target: https://github.com/MatthewSZhang /fastcan/actions
11+ .. |CI | image :: https://github.com/scikit-learn-contrib /fastcan/actions/workflows/ci.yml/badge.svg
12+ :target: https://github.com/scikit-learn-contrib /fastcan/actions
1313
1414.. |Doc | image :: https://readthedocs.org/projects/fastcan/badge/?version=latest
1515 :target: https://fastcan.readthedocs.io/en/latest/?badge=latest
Original file line number Diff line number Diff line change 4141 # Link to other project's documentation (see mapping below)
4242 "sphinx.ext.intersphinx" ,
4343 "sphinx_gallery.gen_gallery" ,
44+ # for dropdown directive
4445 "sphinx_design" ,
4546]
4647
Original file line number Diff line number Diff line change 11project (
22 ' fastcan' ,
33 ' c' , ' cython' ,
4- version : ' 0.2.6 ' ,
4+ version : ' 0.2.7 ' ,
55 license : ' MIT' ,
66 meson_version : ' >= 1.1.0' ,
77 default_options : [
You can’t perform that action at this time.
0 commit comments