Skip to content

Commit cc138be

Browse files
author
Vahid Tavanashad
committed
simplify numpy interface
1 parent e1325c5 commit cc138be

File tree

8 files changed

+272
-290
lines changed

8 files changed

+272
-290
lines changed

.github/workflows/build_pip.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
name: Editable build using pip and pre-release NumPy
22

3-
on: push
3+
on:
4+
push:
5+
branches:
6+
- master
7+
pull_request:
48

59
permissions: read-all
610

.github/workflows/conda-package-cf.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
name: Conda package with conda-forge channel only
22

3-
on: push
3+
on:
4+
push:
5+
branches:
6+
- master
7+
pull_request:
48

59
permissions: read-all
610

.github/workflows/conda-package.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
name: Conda package
22

3-
on: push
3+
on:
4+
push:
5+
branches:
6+
- master
7+
pull_request:
48

59
permissions: read-all
610

.gitignore

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
_vendored/__pycache__/
2+
build/
3+
mkl_fft.egg-info/
4+
mkl_fft/__pycache__/
5+
mkl_fft/_pydfti.c
6+
mkl_fft/_pydfti.cpython-310-x86_64-linux-gnu.so
7+
mkl_fft/interfaces/__pycache__/
8+
mkl_fft/src/mklfft.c
9+
mkl_fft/tests/__pycache__/

0 commit comments

Comments
 (0)