Skip to content

Commit

Permalink
Merge pull request #17 from MatthewSZhang/main
Browse files Browse the repository at this point in the history
Release 0.2.7
  • Loading branch information
MatthewSZhang authored Oct 23, 2024
2 parents 583324b + d4306c4 commit 67fa8a0
Show file tree
Hide file tree
Showing 5 changed files with 296 additions and 317 deletions.
8 changes: 4 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ FastCan: A Fast Canonical-Correlation-Based Feature Selection Algorithm
.. |conda| image:: https://img.shields.io/conda/vn/conda-forge/fastcan.svg
:target: https://anaconda.org/conda-forge/fastcan

.. |Codecov| image:: https://codecov.io/gh/MatthewSZhang/fastcan/branch/main/graph/badge.svg
:target: https://codecov.io/gh/MatthewSZhang/fastcan
.. |Codecov| image:: https://codecov.io/gh/scikit-learn-contrib/fastcan/branch/main/graph/badge.svg
:target: https://codecov.io/gh/scikit-learn-contrib/fastcan

.. |CI| image:: https://github.com/MatthewSZhang/fastcan/actions/workflows/ci.yml/badge.svg
:target: https://github.com/MatthewSZhang/fastcan/actions
.. |CI| image:: https://github.com/scikit-learn-contrib/fastcan/actions/workflows/ci.yml/badge.svg
:target: https://github.com/scikit-learn-contrib/fastcan/actions

.. |Doc| image:: https://readthedocs.org/projects/fastcan/badge/?version=latest
:target: https://fastcan.readthedocs.io/en/latest/?badge=latest
Expand Down
1 change: 1 addition & 0 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
# Link to other project's documentation (see mapping below)
"sphinx.ext.intersphinx",
"sphinx_gallery.gen_gallery",
# for dropdown directive
"sphinx_design",
]

Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
project(
'fastcan',
'c', 'cython',
version: '0.2.6',
version: '0.2.7',
license: 'MIT',
meson_version: '>= 1.1.0',
default_options: [
Expand Down
Loading

0 comments on commit 67fa8a0

Please sign in to comment.