Skip to content

Commit 67fa8a0

Browse files
Merge pull request #17 from MatthewSZhang/main
Release 0.2.7
2 parents 583324b + d4306c4 commit 67fa8a0

File tree

5 files changed

+296
-317
lines changed

5 files changed

+296
-317
lines changed

README.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

doc/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
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

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
project(
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: [

0 commit comments

Comments
 (0)