Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v3.0 #715

Merged
merged 52 commits into from
Oct 26, 2023
Merged

v3.0 #715

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
52 commits
Select commit Hold shift + click to select a range
9572592
v3.0 C libs (#661)
laves Oct 6, 2023
f2ea886
Fix bb libs
mrrostam Oct 6, 2023
7281719
MCU - v3.0 (#664)
mrrostam Oct 11, 2023
88006f3
thread patch
laves Oct 13, 2023
e8ad263
bb
laves Oct 13, 2023
8c0935f
update submodules
laves Oct 16, 2023
5857fa0
update submodules
laves Oct 16, 2023
4cd8699
update submodules
ksyeo1010 Oct 17, 2023
0bf5b30
update submodules
ksyeo1010 Oct 18, 2023
e6b5d79
new api changes
ksyeo1010 Oct 6, 2023
57bc60e
update rust
ksyeo1010 Oct 18, 2023
8ffc2e8
update test
ksyeo1010 Oct 19, 2023
e4575a5
fix test
ksyeo1010 Oct 19, 2023
1be99c4
fix actions
ksyeo1010 Oct 19, 2023
f3263e6
fix build
ksyeo1010 Oct 19, 2023
cfa6592
update version
ksyeo1010 Oct 19, 2023
7a002f4
update submodule
ksyeo1010 Oct 19, 2023
30c0843
update ppn
laves Oct 19, 2023
aa295e0
update rhino
laves Oct 19, 2023
1b00d7f
v3.0 python (#672)
laves Oct 20, 2023
a5b425a
v3.0 android (#673)
laves Oct 20, 2023
c682055
v3.0 dotnet (#674)
laves Oct 20, 2023
706cbcb
submodule
laves Oct 20, 2023
2a05c15
v3.0 ios (#676)
laves Oct 23, 2023
bed23ed
v3.0 unity (#693)
ksyeo1010 Oct 23, 2023
f9caf3e
v3.0 web (#680)
ksyeo1010 Oct 23, 2023
0399f22
update submodule
ksyeo1010 Oct 24, 2023
22021c0
v3.0 flutter (#694)
laves Oct 24, 2023
8ffcc4e
v3.0 go (#675)
ksyeo1010 Oct 24, 2023
c837399
v3.0 java (#679)
ksyeo1010 Oct 24, 2023
7feed27
v3.0 rn (#696)
laves Oct 24, 2023
f4f1c41
v3.0 web UI (#695)
ksyeo1010 Oct 24, 2023
dc56a67
v3.0 c (#689)
ksyeo1010 Oct 24, 2023
afbaad1
Merge pull request #691 from Picovoice/v3.0-rust
ErisMik Oct 24, 2023
26314a9
minor demo changes
laves Oct 24, 2023
0683add
v3.0 node (#690)
ksyeo1010 Oct 25, 2023
de69ec1
python release (#701)
laves Oct 25, 2023
4115cb2
podfile fix
laves Oct 25, 2023
c5ce62f
update package (#704)
ksyeo1010 Oct 25, 2023
08a3642
v3.0 web release (#705)
ksyeo1010 Oct 25, 2023
bd3c60a
v3.0 java release (#706)
ksyeo1010 Oct 25, 2023
f8799a2
v3.0 go release (#707)
ksyeo1010 Oct 25, 2023
465f630
v3.0 rust release (#709)
ksyeo1010 Oct 25, 2023
5ba627e
v3.0 web ui release (#712)
ksyeo1010 Oct 25, 2023
4b13c6d
just android (#703)
laves Oct 25, 2023
0eb0b69
dotnet release (#708)
laves Oct 25, 2023
209d3a6
v3.0 node release (#711)
ksyeo1010 Oct 25, 2023
85d38c2
ios release (#710)
laves Oct 25, 2023
8ffa416
flutter release (#713)
laves Oct 25, 2023
3a226e8
rn release (#714)
laves Oct 26, 2023
b063475
submodule update
laves Oct 26, 2023
1faba8d
update submodules to master
laves Oct 26, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/angular-demos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

strategy:
matrix:
node-version: [14.x, 16.x, 18.x, 20.x]
node-version: [16.x, 18.x, 20.x]

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/angular.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

strategy:
matrix:
node-version: [14.x, 16.x, 18.x, 20.x]
node-version: [16.x, 18.x, 20.x]

steps:
- uses: actions/checkout@v3
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/dotnet-demos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,13 @@ jobs:
include:
- os: ubuntu-latest
platform: linux
nuget-path: ~/.nuget/NuGet/local-nuget
- os: windows-latest
platform: windows
nuget-path: ~/AppData/Roaming/NuGet/local-nuget
- os: macos-latest
platform: mac
nuget-path: ~/.nuget/NuGet/local-nuget

steps:
- uses: actions/checkout@v3
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,12 @@ jobs:
- dotnet-version: 6.0.x
binding-framework: net6.0
test-framework: net6.0
- os: ubuntu-latest
nuget-path: ~/.nuget/NuGet/local-nuget
- os: macos-latest
nuget-path: ~/.nuget/NuGet/local-nuget
- os: windows-latest
nuget-path: ~/AppData/Roaming/NuGet/local-nuget

steps:
- name: Checkout repository and submodules
Expand Down
16 changes: 14 additions & 2 deletions .github/workflows/go-demos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,19 @@ jobs:

strategy:
matrix:
go: [ '1.16', '1.17', '1.18' ]
go: [ '1.16', '1.17', '1.18', '1.19', '1.20', 'stable' ]

steps:
- uses: actions/checkout@v3
with:
submodules: recursive

- name: Set up Mingw
uses: egor-tensin/setup-mingw@v2
if: ${{ (matrix.os == 'windows-latest') && (matrix.go != 'stable') && (matrix.go < 1.20) }}
with:
version: 11.2.0

- name: Setup go
uses: actions/setup-go@v4
with:
Expand All @@ -46,13 +52,19 @@ jobs:

strategy:
matrix:
go: [ '1.16', '1.17', '1.18' ]
go: [ '1.16', '1.17', '1.18', '1.19', '1.20', 'stable' ]

steps:
- uses: actions/checkout@v3
with:
submodules: recursive

- name: Set up Mingw
uses: egor-tensin/setup-mingw@v2
if: ${{ (matrix.os == 'windows-latest') && (matrix.go != 'stable') && (matrix.go < 1.20) }}
with:
version: 11.2.0

- name: Setup go
uses: actions/setup-go@v4
with:
Expand Down
8 changes: 7 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,19 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
go: [ '1.16', '1.17', '1.18' ]
go: [ '1.16', '1.17', '1.18', '1.19', '1.20', 'stable' ]

steps:
- uses: actions/checkout@v3
with:
submodules: recursive

- name: Set up Mingw
uses: egor-tensin/setup-mingw@v2
if: ${{ (matrix.os == 'windows-latest') && (matrix.go != 'stable') && (matrix.go < 1.20) }}
with:
version: 11.2.0

- name: Setup go
uses: actions/setup-go@v4
with:
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/nodejs-codestyle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@ jobs:
with:
node-version: lts/*

- name: Pre-build dependencies
run: npm install yarn

- name: Run Binding Linter
run: yarn && yarn lint
working-directory: sdk/nodejs
6 changes: 2 additions & 4 deletions .github/workflows/nodejs-demos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
node-version: [14.x, 16.x, 18.x, 20.x]
node-version: [16.x, 18.x, 20.x]
include:
- os: ubuntu-latest
platform: linux
Expand All @@ -46,9 +46,6 @@ jobs:
with:
node-version: ${{ matrix.node-version }}

- name: Pre-build dependencies
run: npm install yarn

- name: Install dependencies
run: yarn install

Expand All @@ -63,6 +60,7 @@ jobs:
runs-on: ${{ matrix.machine }}

strategy:
fail-fast: false
matrix:
machine: [rpi2, rpi3-32, rpi3-64, rpi4-32, rpi4-64, jetson, beaglebone]
include:
Expand Down
27 changes: 3 additions & 24 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
node-version: [14.x, 16.x, 18.x, 20.x]
node-version: [16.x, 18.x, 20.x]

steps:
- uses: actions/checkout@v3
Expand All @@ -46,27 +46,17 @@ jobs:
with:
node-version: ${{ matrix.node-version }}

- name: Local Porcupine dependency
run: yarn && yarn build
working-directory: resources/porcupine/binding/nodejs

- name: Local Rhino dependency
run: yarn && yarn build
working-directory: resources/rhino/binding/nodejs

- name: Pre-build dependencies
run: npm install yarn

- name: Install dependencies
run: yarn install

- name: Test
run: yarn test --access_key=${{secrets.PV_VALID_ACCESS_KEY}}
run: yarn test --access_key=${{secrets.PV_VALID_ACCESS_KEY}}

build-self-hosted:
runs-on: ${{ matrix.machine }}

strategy:
fail-fast: false
matrix:
machine: [rpi2, rpi3-32, rpi3-64, rpi4-32, rpi4-64, jetson, beaglebone]

Expand All @@ -75,17 +65,6 @@ jobs:
with:
submodules: recursive

- name: Local Porcupine dependency
run: yarn && yarn build
working-directory: resources/porcupine/binding/nodejs

- name: Local Rhino dependency
run: yarn && yarn build
working-directory: resources/rhino/binding/nodejs

- name: Pre-build dependencies
run: npm install --global yarn

- name: Install dependencies
run: yarn install

Expand Down
11 changes: 9 additions & 2 deletions .github/workflows/python-demos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
python-version: ['3.7', '3.8', '3.9', '3.10']
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
include:
- os: ubuntu-latest
platform: linux
Expand All @@ -46,7 +46,9 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Pre-build dependencies
run: python -m pip install --upgrade pip
run: |
python -m pip install --upgrade pip
pip install wheel

- name: Install dependencies
run: pip install -r requirements.txt
Expand Down Expand Up @@ -85,6 +87,11 @@ jobs:
with:
submodules: recursive

- name: Pre-build dependencies
run: |
python3 -m pip install --upgrade pip
pip3 install wheel

- name: Install dependencies
run: pip3 install -r requirements.txt

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
python-version: ['3.7', '3.8', '3.9', '3.10']
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/react-demos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

strategy:
matrix:
node-version: [14.x, 16.x, 18.x, 20.x]
node-version: [16.x, 18.x, 20.x]

steps:
- uses: actions/checkout@v3
Expand Down
96 changes: 88 additions & 8 deletions .github/workflows/react-native-demos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,28 @@ jobs:
with:
node-version: ${{ matrix.node-version }}

- name: Pre-build dependencies
run: npm install yarn
# ************ REMOVE AFTER RELEASE *****************
- name: Build and package ppn
working-directory: resources/porcupine/binding/react-native
run: yarn && yarn pkg

- name: Add to demo
run: yarn add ../../resources/porcupine/binding/react-native/pkg/picovoice-porcupine-react-native-3.0.0.tgz

- name: Build and package rhn
working-directory: resources/rhino/binding/react-native
run: yarn && yarn pkg

- name: Add to demo
run: yarn add ../../resources/rhino/binding/react-native/pkg/picovoice-rhino-react-native-3.0.0.tgz

- name: Build and package pv
working-directory: sdk/react-native
run: yarn && yarn pkg

- name: Add to demo
run: yarn add ../../sdk/react-native/pkg/picovoice-picovoice-react-native-3.0.0.tgz
# ***************************************************

- name: Install dependencies
run: yarn android-install
Expand Down Expand Up @@ -71,8 +91,28 @@ jobs:
with:
node-version: ${{ matrix.node-version }}

- name: Pre-build dependencies
run: npm install yarn
# ************ REMOVE AFTER RELEASE *****************
- name: Build and package ppn
working-directory: resources/porcupine/binding/react-native
run: yarn && yarn pkg

- name: Add to demo
run: yarn add ../../resources/porcupine/binding/react-native/pkg/picovoice-porcupine-react-native-3.0.0.tgz

- name: Build and package rhn
working-directory: resources/rhino/binding/react-native
run: yarn && yarn pkg

- name: Add to demo
run: yarn add ../../resources/rhino/binding/react-native/pkg/picovoice-rhino-react-native-3.0.0.tgz

- name: Build and package pv
working-directory: sdk/react-native
run: yarn && yarn pkg

- name: Add to demo
run: yarn add ../../sdk/react-native/pkg/picovoice-picovoice-react-native-3.0.0.tgz
# ***************************************************

- name: Install dependencies
run: yarn ios-install
Expand Down Expand Up @@ -110,8 +150,28 @@ jobs:
with:
node-version: ${{ matrix.node-version }}

- name: Pre-build dependencies
run: npm install yarn --legacy-peer-deps
# ************ REMOVE AFTER RELEASE *****************
- name: Build and package ppn
working-directory: resources/porcupine/binding/react-native
run: yarn && yarn pkg

- name: Add to demo
run: yarn add ../../resources/porcupine/binding/react-native/pkg/picovoice-porcupine-react-native-3.0.0.tgz

- name: Build and package rhn
working-directory: resources/rhino/binding/react-native
run: yarn && yarn pkg

- name: Add to demo
run: yarn add ../../resources/rhino/binding/react-native/pkg/picovoice-rhino-react-native-3.0.0.tgz

- name: Build and package pv
working-directory: sdk/react-native
run: yarn && yarn pkg

- name: Add to demo
run: yarn add ../../sdk/react-native/pkg/picovoice-picovoice-react-native-3.0.0.tgz
# ***************************************************

- name: Install dependencies
run: yarn android-install
Expand Down Expand Up @@ -143,8 +203,28 @@ jobs:
with:
node-version: ${{ matrix.node-version }}

- name: Pre-build dependencies
run: npm install yarn --legacy-peer-deps
# ************ REMOVE AFTER RELEASE *****************
- name: Build and package ppn
working-directory: resources/porcupine/binding/react-native
run: yarn && yarn pkg

- name: Add to demo
run: yarn add ../../resources/porcupine/binding/react-native/pkg/picovoice-porcupine-react-native-3.0.0.tgz

- name: Build and package rhn
working-directory: resources/rhino/binding/react-native
run: yarn && yarn pkg

- name: Add to demo
run: yarn add ../../resources/rhino/binding/react-native/pkg/picovoice-rhino-react-native-3.0.0.tgz

- name: Build and package pv
working-directory: sdk/react-native
run: yarn && yarn pkg

- name: Add to demo
run: yarn add ../../sdk/react-native/pkg/picovoice-picovoice-react-native-3.0.0.tgz
# ***************************************************

- name: Install dependencies
run: yarn ios-install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/react.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

strategy:
matrix:
node-version: [14.x, 16.x, 18.x, 20.x]
node-version: [16.x, 18.x, 20.x]

steps:
- uses: actions/checkout@v3
Expand Down
Loading
Loading