Skip to content

Commit

Permalink
Merge pull request #8 from MatthewSZhang/v024
Browse files Browse the repository at this point in the history
MNT release 0.2.4
  • Loading branch information
MatthewSZhang authored Sep 13, 2024
2 parents ddfea7c + ef8544d commit 735dc0c
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 39 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,9 @@ jobs:
CIBW_BEFORE_ALL_LINUX: yum install -y ninja-build python3-devel
CIBW_BEFORE_ALL_WINDOWS: choco install ninja
CIBW_BEFORE_ALL_MACOS: brew install ninja
# Needed on Windows CI to compile with Visual Studio compiler
# otherwise Meson detects a MINGW64 platform and use MINGW64
# toolchain
CIBW_CONFIG_SETTINGS_WINDOWS: "setup-args=--vsenv"
- name: Upload package
uses: actions/upload-artifact@v4
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.3',
version: '0.2.4',
license: 'MIT',
meson_version: '>= 1.1.0',
default_options: [
Expand Down
78 changes: 41 additions & 37 deletions pixi.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "fastcan"
version = "0.2.3"
version = "0.2.4"
description = "A fast canonical-correlation-based feature selection method"
authors = [
{ name = "Matthew Sikai Zhang", email = "[email protected]" },
Expand Down

0 comments on commit 735dc0c

Please sign in to comment.