Skip to content

Commit 00f8619

Browse files
committed
Release v0.2.5
1 parent bf573bc commit 00f8619

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Getting Started
6161
>>> FastCan(verbose=0).fit(X, y).get_support()
6262
array([ True, False])
6363

64-
Check :ref:`User Guild <user_guide>` and :ref:`Examples <examples>` for more information.
64+
Check :ref:`User Guild <user_guide>` and :ref:`Examples <examples>` in `Home Page <https://fastcan.readthedocs.io/en/latest/?badge=latest>`_ for more information.
6565

6666
Citation
6767
--------

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.4',
4+
version: '0.2.5',
55
license: 'MIT',
66
meson_version: '>= 1.1.0',
77
default_options: [

pixi.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "fastcan"
3-
version = "0.2.4"
3+
version = "0.2.5"
44
description = "A fast canonical-correlation-based feature selection method"
55
authors = [
66
{ name = "Matthew Sikai Zhang", email = "[email protected]" },

0 commit comments

Comments
 (0)