Compare commits
6 Commits
Author | SHA1 | Date | |
---|---|---|---|
df445bfd7f | |||
af6622492a | |||
ef67e14ee7 | |||
![]() |
1500943cc4 | ||
![]() |
be282a8aae | ||
![]() |
9ea7186090 |
22
.github/workflows/pypi-deploy.yml
vendored
22
.github/workflows/pypi-deploy.yml
vendored
@@ -10,13 +10,13 @@ jobs:
|
||||
|
||||
build_setup:
|
||||
name: Prepare environment for wheel builds
|
||||
runs-on: ubuntu-20.04
|
||||
runs-on: ubuntu-24.04
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Prepare wheel build
|
||||
run: make -C python/ setup
|
||||
- name: Store wheel configuration files
|
||||
uses: actions/upload-artifact@v2
|
||||
uses: actions/upload-artifact@v4.6.0
|
||||
with:
|
||||
name: wheel-config
|
||||
path: python/
|
||||
@@ -27,7 +27,7 @@ jobs:
|
||||
needs: [build_setup]
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-20.04, windows-2019]
|
||||
os: [ubuntu-24.04, windows-2022]
|
||||
arch: [auto32, auto64, aarch64]
|
||||
|
||||
steps:
|
||||
@@ -36,7 +36,7 @@ jobs:
|
||||
- name: Install cibuildwheel
|
||||
run: python -m pip install cibuildwheel==2.1.2
|
||||
- name: Get wheel configuration files
|
||||
uses: actions/download-artifact@v2
|
||||
uses: actions/download-artifact@v4.1.7
|
||||
with:
|
||||
name: wheel-config
|
||||
path: python/
|
||||
@@ -46,21 +46,21 @@ jobs:
|
||||
# env:
|
||||
# CIBW_BUILD: cp36-* cp37-* cp38-* cp39-* cp310-*
|
||||
- name: Store binary wheels
|
||||
uses: actions/upload-artifact@v2
|
||||
uses: actions/upload-artifact@v4.6.0
|
||||
with:
|
||||
name: binary-wheels
|
||||
path: python/wheelhouse/*.whl
|
||||
|
||||
build_sdist:
|
||||
name: Build source distribution
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-24.04
|
||||
needs: [build_setup]
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Install cython
|
||||
run: python -m pip install cython==0.29.24
|
||||
- name: Get wheel configuration files
|
||||
uses: actions/download-artifact@v2
|
||||
uses: actions/download-artifact@v4.1.7
|
||||
with:
|
||||
name: wheel-config
|
||||
path: python/
|
||||
@@ -68,7 +68,7 @@ jobs:
|
||||
run: python setup.py sdist
|
||||
working-directory: python/
|
||||
- name: Store source wheels
|
||||
uses: actions/upload-artifact@v2
|
||||
uses: actions/upload-artifact@v4.6.0
|
||||
with:
|
||||
name: source-wheels
|
||||
path: python/dist/*.tar.gz
|
||||
@@ -76,17 +76,17 @@ jobs:
|
||||
|
||||
upload_pypi:
|
||||
name: Upload binary wheels to PyPI
|
||||
runs-on: ubuntu-20.04
|
||||
runs-on: ubuntu-24.04
|
||||
needs: [build_wheels, build_sdist]
|
||||
|
||||
steps:
|
||||
- name: Get source wheels
|
||||
uses: actions/download-artifact@v2
|
||||
uses: actions/download-artifact@v4.1.7
|
||||
with:
|
||||
name: source-wheels
|
||||
path: dist/
|
||||
- name: Get binary wheels
|
||||
uses: actions/download-artifact@v2
|
||||
uses: actions/download-artifact@v4.1.7
|
||||
with:
|
||||
name: binary-wheels
|
||||
path: dist/
|
||||
|
BIN
samples/XY_dataset_example.dat
Normal file
BIN
samples/XY_dataset_example.dat
Normal file
Binary file not shown.
14
samples/exampleA-20230124.raw
Normal file
14
samples/exampleA-20230124.raw
Normal file
@@ -0,0 +1,14 @@
|
||||
|CF,2,1,1;|CK,1,3,1,1;
|
||||
|Nv,1,12,7,3,4,64,1,0;
|
||||
|NO,1,12,1,5,FAMOS,0,;
|
||||
|NL,1,10,1252,0x407;
|
||||
|CG,1,5,1,1,1;
|
||||
|CD,1,13,1,1,1,s,0,0,0;
|
||||
|NT,1,19, 6, 4,2018,11,33,54;
|
||||
|CC,1,3,1,1;
|
||||
|CP,1,16,1,8,8,64,0,0,1,0;
|
||||
|Cb,1,22,1,0,1,1,0,8,0,8,1,0,0,;
|
||||
|CR,1,11,0,0,0,1,1,V;
|
||||
|CN,1,35,0,0,0,7,Average,16,Measurement 0815;
|
||||
|CT,1,43,0,8,TxTester,8,E. Smith,16,Measurement 0815;
|
||||
|CS,1,10,1,ÍÌÌÌÌÌ(@;
|
24
samples/exampleB-20230124.raw
Normal file
24
samples/exampleB-20230124.raw
Normal file
@@ -0,0 +1,24 @@
|
||||
|CF,2,1,1;|CK,1,3,1,1;
|
||||
|Nv,1,12,7,3,4,64,1,0;
|
||||
|NO,1,12,1,5,FAMOS,0,;
|
||||
|NL,1,10,1252,0x407;
|
||||
|CB,1,12,1,5,Meas1,0,;
|
||||
|CG,1,5,1,1,1;
|
||||
|CD,1,16,5E-1,1,1,2,0,0,0;
|
||||
|NT,1,19, 6, 4,2018,11,24,18;
|
||||
|CC,1,3,1,1;
|
||||
|CP,1,15,1,1,2,8,0,0,1,0;
|
||||
|Cb,1,22,1,0,1,1,0,3,0,3,1,3,0,;
|
||||
|CR,1,30,1,3.937007874015748E-2,5,1,1,V;
|
||||
|ND,1,15,-1,-1,-1,0,1E+1;
|
||||
|CN,1,16,1,0,0,5,Chan1,0,;
|
||||
|CG,1,5,1,1,1;
|
||||
|CD,1,16,5E-1,1,1,2,0,0,0;
|
||||
|NT,1,19, 6, 4,2018,11,24,18;
|
||||
|CC,1,3,1,1;
|
||||
|CP,1,15,2,1,2,8,0,0,1,0;
|
||||
|Cb,1,22,1,0,2,1,3,3,0,3,1,3,0,;
|
||||
|CR,1,30,1,3.937007874015748E-2,5,1,1,V;
|
||||
|ND,1,15,-1,-1,-1,0,1E+1;
|
||||
|CN,1,16,1,0,0,5,Chan2,0,;
|
||||
|CS,1,8,1, šš šš;
|
17
samples/exampleC-20230124.raw
Normal file
17
samples/exampleC-20230124.raw
Normal file
@@ -0,0 +1,17 @@
|
||||
|CF,2,1,1;|CK,1,3,1,1;
|
||||
|Nv,1,12,7,3,4,64,1,0;
|
||||
|NO,1,12,1,5,FAMOS,0,;
|
||||
|NL,1,10,1252,0x407;
|
||||
|CG,1,5,2,2,2;
|
||||
|CD,1,12,1,1,0,,2,0,0;
|
||||
|NT,1,18, 6, 4,2018,11,37,1;
|
||||
|CC,1,3,1,1;
|
||||
|CP,1,16,1,4,7,32,0,0,1,0;
|
||||
|Cb,1,24,1,0,1,1,0,16,0,16,1,0,0,;
|
||||
|CR,1,11,0,0,0,1,1,V;
|
||||
|CN,1,20,0,0,0,9,MyXY_plot,0,;
|
||||
|CC,1,3,2,1;
|
||||
|CP,1,16,2,2,3,16,0,0,1,0;
|
||||
|Cb,1,23,1,0,2,1,16,8,0,8,1,0,0,;
|
||||
|CR,1,30,1,4.577706569008927E-5,0,1,1,s;
|
||||
|CS,1,26,1, @ €? @ffF@ UUªªÿÿ;
|
Reference in New Issue
Block a user