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
5
5
.. |conda | image :: https://img.shields.io/conda/vn/conda-forge/fastcan.svg
6
6
:target: https://anaconda.org/conda-forge/fastcan
7
7
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
10
10
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
13
13
14
14
.. |Doc | image :: https://readthedocs.org/projects/fastcan/badge/?version=latest
15
15
:target: https://fastcan.readthedocs.io/en/latest/?badge=latest
Original file line number Diff line number Diff line change 41
41
# Link to other project's documentation (see mapping below)
42
42
"sphinx.ext.intersphinx" ,
43
43
"sphinx_gallery.gen_gallery" ,
44
+ # for dropdown directive
44
45
"sphinx_design" ,
45
46
]
46
47
Original file line number Diff line number Diff line change 1
1
project (
2
2
' fastcan' ,
3
3
' c' , ' cython' ,
4
- version : ' 0.2.6 ' ,
4
+ version : ' 0.2.7 ' ,
5
5
license : ' MIT' ,
6
6
meson_version : ' >= 1.1.0' ,
7
7
default_options : [
You can’t perform that action at this time.
0 commit comments