File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ {
2+ "projectName" : " OpenG-Array-Library" ,
3+ "projectOwner" : " vipm-io" ,
4+ "files" : [
5+ " README.md"
6+ ],
7+ "commitType" : " docs" ,
8+ "commitConvention" : " angular" ,
9+ "contributorsPerLine" : 7 ,
10+ "contributors" : [
11+ {
12+ "login" : " Bas-vE" ,
13+ "name" : " Basve" ,
14+ "avatar_url" : " https://avatars.githubusercontent.com/u/16207111?v=4" ,
15+ "profile" : " https://github.com/Bas-vE" ,
16+ "contributions" : [
17+ " code" ,
18+ " maintenance"
19+ ]
20+ },
21+ {
22+ "login" : " jimkring" ,
23+ "name" : " Jim Kring" ,
24+ "avatar_url" : " https://avatars.githubusercontent.com/u/381432?v=4" ,
25+ "profile" : " https://github.com/jimkring" ,
26+ "contributions" : [
27+ " code" ,
28+ " maintenance"
29+ ]
30+ },
31+ {
32+ "login" : " tcplomp" ,
33+ "name" : " tcplomp" ,
34+ "avatar_url" : " https://avatars.githubusercontent.com/u/2871661?v=4" ,
35+ "profile" : " https://github.com/tcplomp" ,
36+ "contributions" : [
37+ " code" ,
38+ " maintenance"
39+ ]
40+ }
41+ ]
42+ }
Original file line number Diff line number Diff line change 1010
1111jobs :
1212
13- Checks :
14-
15- runs-on : ubuntu-latest
16-
17- steps :
18-
19- - uses : actions/setup-python@v5
20- with :
21- python-version : ' 3.11'
22- # cache: 'pip'
23-
24-
25- - name : Checkout Repo
26- uses : actions/checkout@v4
27-
28- - name : Install pylavi
29- run : |
30- curl -LsSf https://astral.sh/uv/install.sh | sh
31- uv venv
32- uv pip install pylavi
33-
34- - name : Run pylavi Tests
35- shell : bash
36- run : |
37-
38- # read the LabVIEW version from the first line of .lvversion file
39- LV_VERSION="$(head -n 1 .lvversion)"
40- # convert to integer
41- LV_VERSION=` echo $LV_VERSION | sed 's/\..*//' `
42- source .venv/bin/activate
43-
44- # print helpful info
45- echo "Verifying:"
46- echo " - Save Version is $LV_VERSION"
47- echo " - Separate Compiled Code"
48- echo " - No Breakpoints"
49-
50- # call pylavi
51- vi_validate \
52- --path source \
53- --path tests \
54- --gt $LV_VERSION --lt $((LV_VERSION+1)) \
55- --skip *.vit \
56- --no-code \
57- --breakpoints
13+ ci-checks :
14+ uses : vipm-io/OpenG-Tookit/.github/workflows/ci-checks.yml@main
15+ with :
16+ labview-version : 20.0
Original file line number Diff line number Diff line change 1- Jim Kring @jimkring
2- Doug Femec
3- Ton Plomp @tcplomp
4- Bas-vE @Bas-vE
5- Cal-Bay Systems, Inc.
6- MKS Instruments, Inc.
1+ * Jim Kring (@jimkring )
2+ * Doug Femec
3+ * Ton Plomp (@tcplomp )
4+ * Bas-vE (@Bas-vE )
5+ * JKI (https://jki.net )
6+ * Cal-Bay Systems, Inc.
7+ * MKS Instruments, Inc.
Original file line number Diff line number Diff line change 11# OpenG Array Library
2+ [ ![ Image] ( https://www.vipm.io/package/oglib_array/badge.svg?metric=installs )] ( https://www.vipm.io/package/oglib_array/ )
3+ [ ![ Image] ( https://www.vipm.io/package/oglib_array/badge.svg?metric=stars )] ( https://www.vipm.io/package/oglib_array/ )
4+ [ ![ All Contributors] ( https://img.shields.io/github/all-contributors/vipm-io/OpenG-Array-Library?color=ee8449&style=flat-square )] ( #contributors )
25
36The OpenG Array Library package contains several routines for operating on array data.
47
@@ -10,4 +13,25 @@ The OpenG Array Library package contains several routines for operating on array
1013
1114### Functions Palette
1215
13- ![ Functions Palette] ( docs/functions_palette.png )
16+ ![ Functions Palette] ( docs/functions_palette.png )
17+
18+ ## Contributors
19+
20+ <!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
21+ <!-- prettier-ignore-start -->
22+ <!-- markdownlint-disable -->
23+ <table >
24+ <tbody >
25+ <tr>
26+ <td align="center" valign="top" width="14.28%"><a href="https://github.com/Bas-vE"><img src="https://avatars.githubusercontent.com/u/16207111?v=4?s=100" width="100px;" alt="Basve"/><br /><sub><b>Basve</b></sub></a><br /><a href="#code-Bas-vE" title="Code">💻</a> <a href="#maintenance-Bas-vE" title="Maintenance">🚧</a></td>
27+ <td align="center" valign="top" width="14.28%"><a href="https://github.com/jimkring"><img src="https://avatars.githubusercontent.com/u/381432?v=4?s=100" width="100px;" alt="Jim Kring"/><br /><sub><b>Jim Kring</b></sub></a><br /><a href="#code-jimkring" title="Code">💻</a> <a href="#maintenance-jimkring" title="Maintenance">🚧</a></td>
28+ <td align="center" valign="top" width="14.28%"><a href="https://github.com/tcplomp"><img src="https://avatars.githubusercontent.com/u/2871661?v=4?s=100" width="100px;" alt="tcplomp"/><br /><sub><b>tcplomp</b></sub></a><br /><a href="#code-tcplomp" title="Code">💻</a> <a href="#maintenance-tcplomp" title="Maintenance">🚧</a></td>
29+ </tr>
30+ </tbody >
31+ </table >
32+
33+ <!-- markdownlint-restore -->
34+ <!-- prettier-ignore-end -->
35+
36+ <!-- ALL-CONTRIBUTORS-LIST:END -->
37+
You can’t perform that action at this time.
0 commit comments