FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
feat(v2): add 3d data handling by anna-charlotte · Pull Request #925 · docarray/docarray · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
docarray
/
docarray
Public
Notifications
You must be signed in to change notification settings
Fork
243
Star
3.1k
Code
Issues
68
Pull requests
43
Discussions
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
feat(v2): add 3d data handling
- #925
#925
Merged
samsja
merged 38 commits into
feat-rewrite-v2
docarray/docarray:feat-rewrite-v2
from
feat-add-3d-docs-v2
docarray/docarray:feat-add-3d-docs-v2
Copy head branch name to clipboard
Dec 14, 2022
Conversation
Commits
38
(38)
Checks
Files changed
Merged
feat(v2): add 3d data handling
#925
samsja
merged 38 commits into
feat-rewrite-v2
docarray/docarray:feat-rewrite-v2
from
feat-add-3d-docs-v2
docarray/docarray:feat-add-3d-docs-v2
Copy head branch name to clipboard
Commits
Commits on Dec 9, 2022
test: add test for mesh url
Show description for c20c09e
anna-charlotte
committed
c20c09e
View commit details
Copy full SHA for c20c09e
Browse repository at this point
chore: add trimesh to pyproject toml as mesh extra
Show description for a5f195e
anna-charlotte
committed
a5f195e
View commit details
Copy full SHA for a5f195e
Browse repository at this point
feat: add mesh url class
Show description for 63fac18
anna-charlotte
committed
63fac18
View commit details
Copy full SHA for 63fac18
Browse repository at this point
fix: apply mypy fix regarding trimesh
Show description for 1bde60c
anna-charlotte
committed
1bde60c
View commit details
Copy full SHA for 1bde60c
Browse repository at this point
fix: apply mypy fix regarding trimesh
Show description for c84a86b
anna-charlotte
committed
c84a86b
View commit details
Copy full SHA for c84a86b
Browse repository at this point
fix: add trimesh import
Show description for f1997db
anna-charlotte
committed
f1997db
View commit details
Copy full SHA for f1997db
Browse repository at this point
fix: remove timeout param
Show description for f90616a
anna-charlotte
committed
f90616a
View commit details
Copy full SHA for f90616a
Browse repository at this point
test: adjust mesh tests
Show description for a0dccb9
anna-charlotte
committed
a0dccb9
View commit details
Copy full SHA for a0dccb9
Browse repository at this point
test: add test for point cloud url
Show description for ebbe933
anna-charlotte
committed
ebbe933
View commit details
Copy full SHA for ebbe933
Browse repository at this point
feat: add point cloud url
Show description for fdcb700
anna-charlotte
committed
fdcb700
View commit details
Copy full SHA for fdcb700
Browse repository at this point
fix: np ndarray type hint in point cloud url load
Show description for af30bdf
anna-charlotte
committed
af30bdf
View commit details
Copy full SHA for af30bdf
Browse repository at this point
Commits on Dec 12, 2022
feat: add validate function for mesh and point cloud
Show description for ad91635
anna-charlotte
committed
ad91635
View commit details
Copy full SHA for ad91635
Browse repository at this point
chore: exclude trimesh from typechecking
Show description for a810623
anna-charlotte
committed
a810623
View commit details
Copy full SHA for a810623
Browse repository at this point
feat: add to node protobuf
Show description for d9d9746
anna-charlotte
committed
d9d9746
View commit details
Copy full SHA for d9d9746
Browse repository at this point
test: add tests for validation and protobuf
Show description for 2e3ed25
anna-charlotte
committed
2e3ed25
View commit details
Copy full SHA for 2e3ed25
Browse repository at this point
test: add integration tests for point cloud mesh url
Show description for 3d548da
anna-charlotte
committed
3d548da
View commit details
Copy full SHA for 3d548da
Browse repository at this point
feat: add predefined documents for mesh and point cloud
Show description for 0a13ff2
anna-charlotte
committed
0a13ff2
View commit details
Copy full SHA for 0a13ff2
Browse repository at this point
refactor: clean up
Show description for b1896a2
anna-charlotte
committed
b1896a2
View commit details
Copy full SHA for b1896a2
Browse repository at this point
test: add tests for predefined mesh and point cloud
Show description for 18f00ca
anna-charlotte
committed
18f00ca
View commit details
Copy full SHA for 18f00ca
Browse repository at this point
refactor: clean up
Show description for fba5d13
anna-charlotte
committed
fba5d13
View commit details
Copy full SHA for fba5d13
Browse repository at this point
refactor: clean up
Show description for 72d50d7
anna-charlotte
committed
72d50d7
View commit details
Copy full SHA for 72d50d7
Browse repository at this point
refactor: rename mesh and point cloud class
Show description for 41f878b
anna-charlotte
committed
41f878b
View commit details
Copy full SHA for 41f878b
Browse repository at this point
fix: apply suggestion
Show description for cd65149
anna-charlotte
committed
cd65149
View commit details
Copy full SHA for cd65149
Browse repository at this point
test: extract toydatadir
Show description for c48b357
anna-charlotte
committed
c48b357
View commit details
Copy full SHA for c48b357
Browse repository at this point
Commits on Dec 13, 2022
chore: remove pillow types to check mypy ci check
Show description for a10aee0
anna-charlotte
committed
a10aee0
View commit details
Copy full SHA for a10aee0
Browse repository at this point
chore: update poetry lock
Show description for 80bae58
anna-charlotte
committed
80bae58
View commit details
Copy full SHA for 80bae58
Browse repository at this point
chore: revert the two previous commits
Show description for fee3f3b
anna-charlotte
committed
fee3f3b
View commit details
Copy full SHA for fee3f3b
Browse repository at this point
docs: add more information to mesh and pc docstrings
Show description for 2380875
anna-charlotte
committed
2380875
View commit details
Copy full SHA for 2380875
Browse repository at this point
fix: fix toy data dir
Show description for 4b6ca41
anna-charlotte
committed
4b6ca41
View commit details
Copy full SHA for 4b6ca41
Browse repository at this point
feat: introduce abstract class url3d
Show description for 25723de
anna-charlotte
committed
25723de
View commit details
Copy full SHA for 25723de
Browse repository at this point
fix: remove abstract load method from url3d class
Show description for c965c1d
anna-charlotte
committed
c965c1d
View commit details
Copy full SHA for c965c1d
Browse repository at this point
fix: add typehints
Show description for 73ee853
anna-charlotte
committed
73ee853
View commit details
Copy full SHA for 73ee853
Browse repository at this point
fix: add typehints
Show description for d125d96
anna-charlotte
committed
d125d96
View commit details
Copy full SHA for d125d96
Browse repository at this point
Merge branch 'feat-rewrite-v2' into feat-add-3d-docs-v2
Show description for 793449d
anna-charlotte
committed
793449d
View commit details
Copy full SHA for 793449d
Browse repository at this point
feat: update proto pb2
Show description for b25aa99
anna-charlotte
committed
b25aa99
View commit details
Copy full SHA for b25aa99
Browse repository at this point
Commits on Dec 14, 2022
fix: apply suggestion
Show description for d3e97e2
Charlotte Gerhaher
and
samsja
authored
d3e97e2
View commit details
Copy full SHA for d3e97e2
Browse repository at this point
docs: add more information to 3d url docstrings
Show description for 32d0b67
anna-charlotte
committed
32d0b67
View commit details
Copy full SHA for 32d0b67
Browse repository at this point
fix: import in test mesh url
Show description for a16b9a6
anna-charlotte
committed
a16b9a6
View commit details
Copy full SHA for a16b9a6
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL