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

Repo sink #52

Merged
merged 39 commits into from
Aug 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
ef8c48d
renamed a few test files.
brettwebst Apr 6, 2024
e4b1bfb
Merge pull request #2 from brettwebst/issue-32-add-dropna-test
brettwebst Apr 6, 2024
507e601
Merge branch 'SciSharp:master' into master
brettwebst Apr 6, 2024
c99194b
Merge branch 'SciSharp:master' into master
brettwebst Apr 6, 2024
8f7fd19
indexer tests
brettwebst Apr 14, 2024
f156da8
Merge pull request #3 from brettwebst/issue-32-add-index-test
brettwebst Apr 14, 2024
8f7890e
Merge branch 'SciSharp:master' into master
brettwebst Apr 27, 2024
4180a8c
subtraction
brettwebst Apr 27, 2024
671dc47
Subtract, divide, and equals
brettwebst Jul 14, 2024
47539a6
DataFrame operators - equality
brettwebst Jul 21, 2024
2b7a6cc
Merge pull request #4 from brettwebst/issue-32-operator-test-2
brettwebst Jul 21, 2024
a81e505
added pop test
brettwebst Jul 27, 2024
345a42c
Merge pull request #5 from brettwebst/issue-32-pop-test
brettwebst Jul 27, 2024
3550ff8
Sample test added.
brettwebst Jul 27, 2024
e5fd6fc
Merge pull request #6 from brettwebst/issue-32-sample
brettwebst Jul 27, 2024
2aca3ab
Create ubuntu-dotnet.yml
brettwebst Jul 27, 2024
fd2e0df
Merge pull request #7 from brettwebst/brettwebst-patch-1
brettwebst Jul 27, 2024
0b014a5
Update ubuntu-dotnet.yml
brettwebst Jul 27, 2024
5bc0a74
Remove reference to TensorFlow.NET
brettwebst Jul 27, 2024
5a4ab95
Update PandasConsole.indexers.cs
brettwebst Jul 27, 2024
239d97b
Merge pull request #9 from brettwebst/brettwebst-patch-1
brettwebst Jul 27, 2024
ee4d979
Update and rename ubuntu-dotnet.yml to build-and-test.yml
brettwebst Jul 27, 2024
fb73bee
Merge pull request #10 from brettwebst/brettwebst-patch-2
brettwebst Jul 27, 2024
1068652
ubuntu, windows, and macos ci
brettwebst Jul 27, 2024
1bb1df4
fixing macos file 1
brettwebst Jul 27, 2024
d007f7b
mac os dependencies
brettwebst Jul 27, 2024
9550ed1
macox test
brettwebst Jul 27, 2024
b8e16a7
another test
brettwebst Jul 27, 2024
5a2531e
more tweaks
brettwebst Jul 27, 2024
1bf3d80
fixing up the macos build
brettwebst Jul 27, 2024
339682f
more ci work
brettwebst Jul 27, 2024
014a1e5
removed tensorflow from test package
brettwebst Jul 27, 2024
e09cc34
disable the macos test for now
brettwebst Aug 4, 2024
7f01153
Merge pull request #16 from brettwebst/test-ci
brettwebst Aug 4, 2024
8c9f9d2
Merge branch 'SciSharp:master' into master
brettwebst Aug 4, 2024
86798e7
Deleting some extra files that got added via some merge confusion
brettwebst Aug 4, 2024
1bac533
fixing yml indentation
brettwebst Aug 4, 2024
e32b3f0
Merge pull request #17 from brettwebst/ci-delete-extra-files
brettwebst Aug 4, 2024
bceb3dc
Merge branch 'master' into indentation-fix-on-yml
brettwebst Aug 4, 2024
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
28 changes: 0 additions & 28 deletions .github/workflows/mac-ci-pipeline.yml

This file was deleted.

28 changes: 0 additions & 28 deletions .github/workflows/ubuntu-ci-pipeline.yml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/ubuntu-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ on:
jobs:
build:
runs-on: ubuntu-latest

steps:
steps:
- uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v4
Expand Down
28 changes: 0 additions & 28 deletions .github/workflows/win-ci-pipeline.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/windows-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
build:
runs-on: windows-latest

steps:
steps:
- uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v4
Expand Down
Loading