Skip to content

Commit 735dc0c

Browse files
Merge pull request #8 from MatthewSZhang/v024
MNT release 0.2.4
2 parents ddfea7c + ef8544d commit 735dc0c

File tree

4 files changed

+46
-39
lines changed

4 files changed

+46
-39
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,9 @@ jobs:
8080
CIBW_BEFORE_ALL_LINUX: yum install -y ninja-build python3-devel
8181
CIBW_BEFORE_ALL_WINDOWS: choco install ninja
8282
CIBW_BEFORE_ALL_MACOS: brew install ninja
83+
# Needed on Windows CI to compile with Visual Studio compiler
84+
# otherwise Meson detects a MINGW64 platform and use MINGW64
85+
# toolchain
8386
CIBW_CONFIG_SETTINGS_WINDOWS: "setup-args=--vsenv"
8487
- name: Upload package
8588
uses: actions/upload-artifact@v4

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

pixi.lock

Lines changed: 41 additions & 37 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.3"
3+
version = "0.2.4"
44
description = "A fast canonical-correlation-based feature selection method"
55
authors = [
66
{ name = "Matthew Sikai Zhang", email = "matthew.szhang91@gmail.com" },

0 commit comments

Comments
 (0)