-
-
Notifications
You must be signed in to change notification settings - Fork 331
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* BrainFlow 5.0.0, add support for onnx, better denoising and a few more breaking changes Signed-off-by: Andrey Parfenov <[email protected]>
- Loading branch information
1 parent
f9c08dd
commit c24a8c4
Showing
439 changed files
with
28,674 additions
and
58,311 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,13 +40,13 @@ jobs: | |
echo ${{ github.event.inputs.publish }} | ||
- name: Change Julia Files | ||
run: | | ||
cd $env:GITHUB_WORKSPACE\julia-package\brainflow\src | ||
cd $env:GITHUB_WORKSPACE\julia_package\brainflow\src | ||
(gc .\brainflow_url.jl) -replace '[0-9]+.[0-9]+.[0-9]+', $env:VERSION | Out-File -encoding ASCII brainflow_url.jl | ||
cd $env:GITHUB_WORKSPACE\julia-package\brainflow | ||
cd $env:GITHUB_WORKSPACE\julia_package\brainflow | ||
(gc .\Artifacts.toml) -replace '[0-9]+.[0-9]+.[0-9]+', $env:VERSION | Out-File -encoding ASCII Artifacts.toml | ||
(gc .\Project.toml) -replace 'version = "[0-9]+.[0-9]+.[0-9]+"', "version = `"$env:VERSION`"" | Out-File -encoding ASCII Project.toml | ||
julia generate_brainflow_artifact.jl | ||
git diff $env:GITHUB_WORKSPACE\julia-package > $env:GITHUB_WORKSPACE\julia.patch | ||
git diff $env:GITHUB_WORKSPACE\julia_package > $env:GITHUB_WORKSPACE\julia.patch | ||
env: | ||
VERSION: ${{ github.event.inputs.version }} | ||
- name: Upload Julia Diff | ||
|
@@ -58,7 +58,7 @@ jobs: | |
if: github.event.inputs.publish == 'true' | ||
uses: EndBug/add-and-commit@v6 | ||
with: | ||
add: '-u julia-package' | ||
add: '-u julia_package' | ||
author_name: Andrey1994 | ||
author_email: [email protected] | ||
message: 'Bump Julia Version' | ||
|
Oops, something went wrong.