FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
feat: hybrid pydantic support for both v1 and v2 by samsja · Pull Request #1652 · 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: hybrid pydantic support for both v1 and v2
- #1652
#1652
Merged
samsja
merged 113 commits into
main
docarray/docarray:main
from
feat-full-pydantic-v2-support
docarray/docarray:feat-full-pydantic-v2-support
Copy head branch name to clipboard
Sep 10, 2023
Conversation
Commits
113
(113)
Checks
Files changed
Merged
feat: hybrid pydantic support for both v1 and v2
#1652
samsja
merged 113 commits into
main
docarray/docarray:main
from
feat-full-pydantic-v2-support
docarray/docarray:feat-full-pydantic-v2-support
Copy head branch name to clipboard
Commits
Commits on Jun 15, 2023
feat: init commit on adding v2 support
Show description for e26c6c5
samsja
committed
e26c6c5
View commit details
Copy full SHA for e26c6c5
Browse repository at this point
feat: make some progress
Show description for 30a8c17
samsja
committed
30a8c17
View commit details
Copy full SHA for 30a8c17
Browse repository at this point
fix: fix test update
Show description for ee347b0
samsja
committed
ee347b0
View commit details
Copy full SHA for ee347b0
Browse repository at this point
fix: fix refactoring validation
Show description for 64216c7
samsja
committed
64216c7
View commit details
Copy full SHA for 64216c7
Browse repository at this point
fix: fix ndarray and doclist
Show description for 8989d82
samsja
committed
8989d82
View commit details
Copy full SHA for 8989d82
Browse repository at this point
fix: move to var
Show description for e2082d9
samsja
committed
e2082d9
View commit details
Copy full SHA for e2082d9
Browse repository at this point
Commits on Jun 16, 2023
fix: fix some stuff
Show description for c20f49b
samsja
committed
c20f49b
View commit details
Copy full SHA for c20f49b
Browse repository at this point
fix: fix some stuff on v1
Show description for b55005f
samsja
committed
b55005f
View commit details
Copy full SHA for b55005f
Browse repository at this point
feat: pass half of the test
Show description for 1d7097c
samsja
committed
1d7097c
View commit details
Copy full SHA for 1d7097c
Browse repository at this point
fix: add schema to doc vec
Show description for addf361
samsja
committed
addf361
View commit details
Copy full SHA for addf361
Browse repository at this point
feat: fix anyurl
Show description for 168163b
samsja
committed
168163b
View commit details
Copy full SHA for 168163b
Browse repository at this point
Commits on Jun 19, 2023
fix: remove useles try catch
Show description for a7d30ed
samsja
committed
a7d30ed
View commit details
Copy full SHA for a7d30ed
Browse repository at this point
refactor: use _docarray_fields everywhere
Show description for 979edc7
samsja
committed
979edc7
View commit details
Copy full SHA for 979edc7
Browse repository at this point
fix: fix is required
Show description for 0d1e194
samsja
committed
0d1e194
View commit details
Copy full SHA for 0d1e194
Browse repository at this point
fix: fix validation of any url
Show description for f370888
samsja
committed
f370888
View commit details
Copy full SHA for f370888
Browse repository at this point
Commits on Jun 22, 2023
fix: make dict and json pydantic v1 only for now
Show description for dd0f96a
samsja
committed
dd0f96a
View commit details
Copy full SHA for dd0f96a
Browse repository at this point
fix: use string as id in tests
Show description for aaf47d0
samsja
committed
aaf47d0
View commit details
Copy full SHA for aaf47d0
Browse repository at this point
fix: doc view
Show description for 46d15d2
samsja
committed
46d15d2
View commit details
Copy full SHA for 46d15d2
Browse repository at this point
fix: test traverse test
Show description for a06b778
samsja
committed
a06b778
View commit details
Copy full SHA for a06b778
Browse repository at this point
fix: fix any url
Show description for 9f5098d
samsja
committed
9f5098d
View commit details
Copy full SHA for 9f5098d
Browse repository at this point
fix: type_
Show description for 6f69a64
samsja
committed
6f69a64
View commit details
Copy full SHA for 6f69a64
Browse repository at this point
fix: outer type pb
Show description for 7856e11
samsja
committed
7856e11
View commit details
Copy full SHA for 7856e11
Browse repository at this point
fix: .type_
Show description for 140158c
samsja
committed
140158c
View commit details
Copy full SHA for 140158c
Browse repository at this point
fix: add pydantic extra to from view
Show description for 2d3bdb9
samsja
committed
2d3bdb9
View commit details
Copy full SHA for 2d3bdb9
Browse repository at this point
fix: fix smth
Show description for 6059add
samsja
committed
6059add
View commit details
Copy full SHA for 6059add
Browse repository at this point
refactor: rename get fild type
Show description for 7bf8874
samsja
committed
7bf8874
View commit details
Copy full SHA for 7bf8874
Browse repository at this point
refactor: fix field type
Show description for 083415e
samsja
committed
083415e
View commit details
Copy full SHA for 083415e
Browse repository at this point
Commits on Jul 20, 2023
chore: bump fastapi
Show description for 3de330d
samsja
committed
3de330d
View commit details
Copy full SHA for 3de330d
Browse repository at this point
chore: fix test audio tensor
Show description for fb91500
samsja
committed
fb91500
View commit details
Copy full SHA for fb91500
Browse repository at this point
chore: fix field set warning
Show description for ae2855c
samsja
committed
ae2855c
View commit details
Copy full SHA for ae2855c
Browse repository at this point
chore: fix shallow copy
Show description for afb15b5
samsja
committed
afb15b5
View commit details
Copy full SHA for afb15b5
Browse repository at this point
fix: fix smth
Show description for 8f4814f
samsja
committed
8f4814f
View commit details
Copy full SHA for 8f4814f
Browse repository at this point
fix: fix smth
Show description for aaaf17e
samsja
committed
aaaf17e
View commit details
Copy full SHA for aaaf17e
Browse repository at this point
fix: fix recursion schem display
Show description for e6f0748
samsja
committed
e6f0748
View commit details
Copy full SHA for e6f0748
Browse repository at this point
fix: fix rsmth
Show description for 9a4a5b1
samsja
committed
9a4a5b1
View commit details
Copy full SHA for 9a4a5b1
Browse repository at this point
fix: fix id
Show description for 98a4507
samsja
committed
98a4507
View commit details
Copy full SHA for 98a4507
Browse repository at this point
fix: fix json
Show description for 2212b48
samsja
committed
2212b48
View commit details
Copy full SHA for 2212b48
Browse repository at this point
fix: fix tests
Show description for 2cc068a
samsja
committed
2cc068a
View commit details
Copy full SHA for 2cc068a
Browse repository at this point
Commits on Jul 21, 2023
fix: fix msht
Show description for 3909184
samsja
committed
3909184
View commit details
Copy full SHA for 3909184
Browse repository at this point
Commits on Aug 3, 2023
fix: fix dump
samsja
committed
0e23c67
View commit details
Copy full SHA for 0e23c67
Browse repository at this point
feat: add tests
samsja
committed
e46764d
View commit details
Copy full SHA for e46764d
Browse repository at this point
fix: fix tests
samsja
committed
71978a4
View commit details
Copy full SHA for 71978a4
Browse repository at this point
fix: fix tests
samsja
committed
ef4f916
View commit details
Copy full SHA for ef4f916
Browse repository at this point
fix: fix proto
samsja
committed
8acda4e
View commit details
Copy full SHA for 8acda4e
Browse repository at this point
fix: fix proto
samsja
committed
c75f02d
View commit details
Copy full SHA for c75f02d
Browse repository at this point
fix: fix dict any doc
samsja
committed
41be289
View commit details
Copy full SHA for 41be289
Browse repository at this point
Commits on Aug 4, 2023
fix: fix smth
samsja
committed
97ba6a2
View commit details
Copy full SHA for 97ba6a2
Browse repository at this point
Commits on Aug 7, 2023
fix: fix some other tests
samsja
committed
0bddc8b
View commit details
Copy full SHA for 0bddc8b
Browse repository at this point
fix: skip failing v2 tests for later
samsja
committed
3d96901
View commit details
Copy full SHA for 3d96901
Browse repository at this point
fix: pass video tensor
samsja
committed
4b4031c
View commit details
Copy full SHA for 4b4031c
Browse repository at this point
Commits on Aug 9, 2023
feat: wip add json support for tensor
samsja
committed
0267c43
View commit details
Copy full SHA for 0267c43
Browse repository at this point
feat: add orjsons support for tensor
samsja
committed
076f4eb
View commit details
Copy full SHA for 076f4eb
Browse repository at this point
Commits on Aug 22, 2023
fix: merege in progress
samsja
committed
eac18fa
View commit details
Copy full SHA for eac18fa
Browse repository at this point
Commits on Aug 23, 2023
fix: image url proto
samsja
committed
efb2109
View commit details
Copy full SHA for efb2109
Browse repository at this point
fix: fix some tests
samsja
committed
72eae9f
View commit details
Copy full SHA for 72eae9f
Browse repository at this point
fix: fix some tests
samsja
committed
e1b5868
View commit details
Copy full SHA for e1b5868
Browse repository at this point
fix: fix some tests
samsja
committed
88be3be
View commit details
Copy full SHA for 88be3be
Browse repository at this point
fix: fix some tests regarding anyurl
samsja
committed
efcc877
View commit details
Copy full SHA for efcc877
Browse repository at this point
fix: fix any url problem
samsja
committed
94f7e13
View commit details
Copy full SHA for 94f7e13
Browse repository at this point
fix: add missing method
samsja
committed
448fa32
View commit details
Copy full SHA for 448fa32
Browse repository at this point
Commits on Aug 25, 2023
fix: fix json
samsja
committed
47b86a5
View commit details
Copy full SHA for 47b86a5
Browse repository at this point
Commits on Aug 28, 2023
fix: fix some tests
samsja
committed
193ec11
View commit details
Copy full SHA for 193ec11
Browse repository at this point
fix: fix some tests
samsja
committed
d952729
View commit details
Copy full SHA for d952729
Browse repository at this point
fix: fix some tests
samsja
committed
8dba04e
View commit details
Copy full SHA for 8dba04e
Browse repository at this point
fix: fix some tests
samsja
committed
6e1241c
View commit details
Copy full SHA for 6e1241c
Browse repository at this point
fix: fix some tests
samsja
committed
db0768d
View commit details
Copy full SHA for db0768d
Browse repository at this point
fix: fix tests
samsja
committed
d32b3ed
View commit details
Copy full SHA for d32b3ed
Browse repository at this point
Commits on Aug 29, 2023
chore: update ci#
samsja
committed
bc24031
View commit details
Copy full SHA for bc24031
Browse repository at this point
chore: add gitnignore
samsja
committed
c57067b
View commit details
Copy full SHA for c57067b
Browse repository at this point
fix: fix code to be compatible with python 3.8
samsja
committed
386b25f
View commit details
Copy full SHA for 386b25f
Browse repository at this point
chore: install v2 in c
samsja
committed
4e01dc0
View commit details
Copy full SHA for 4e01dc0
Browse repository at this point
Merge branch 'main' into feat-full-pydantic-v2-support
samsja
committed
71f5645
View commit details
Copy full SHA for 71f5645
Browse repository at this point
chore: install v2 in c
samsja
committed
8db8da3
View commit details
Copy full SHA for 8db8da3
Browse repository at this point
fix: fix some tests
samsja
committed
c639703
View commit details
Copy full SHA for c639703
Browse repository at this point
Commits on Aug 30, 2023
chore: fix pydantic v2 install
samsja
committed
f25ff1a
View commit details
Copy full SHA for f25ff1a
Browse repository at this point
fix: fix some integration tests
samsja
committed
57097fe
View commit details
Copy full SHA for 57097fe
Browse repository at this point
fix: fix mesh 3d val
samsja
committed
568e7d3
View commit details
Copy full SHA for 568e7d3
Browse repository at this point
fix: fix spcript
samsja
committed
99f675a
View commit details
Copy full SHA for 99f675a
Browse repository at this point
chore: fix smth
samsja
committed
d1142e3
View commit details
Copy full SHA for d1142e3
Browse repository at this point
chore: fix smth
samsja
committed
6bcf372
View commit details
Copy full SHA for 6bcf372
Browse repository at this point
Commits on Aug 31, 2023
fix: fix import
samsja
committed
ed231a0
View commit details
Copy full SHA for ed231a0
Browse repository at this point
fix: fix audio test v2
samsja
committed
e7364a8
View commit details
Copy full SHA for e7364a8
Browse repository at this point
fix: fix some tests integrations
samsja
committed
62f48b6
View commit details
Copy full SHA for 62f48b6
Browse repository at this point
fix: fix some integrations tests
samsja
committed
5042293
View commit details
Copy full SHA for 5042293
Browse repository at this point
fix: fix some mesh tests
samsja
committed
3d0dbfe
View commit details
Copy full SHA for 3d0dbfe
Browse repository at this point
fix: fix point cloud
samsja
committed
24c4bb1
View commit details
Copy full SHA for 24c4bb1
Browse repository at this point
fix: fix some tests
samsja
committed
e105146
View commit details
Copy full SHA for e105146
Browse repository at this point
chore: add marker
samsja
committed
d86d196
View commit details
Copy full SHA for d86d196
Browse repository at this point
fix: fix some tests
samsja
committed
de03e81
View commit details
Copy full SHA for de03e81
Browse repository at this point
fix: pass tests for now
samsja
committed
3383a52
View commit details
Copy full SHA for 3383a52
Browse repository at this point
Commits on Sep 1, 2023
fix: issue with id json schema
samsja
committed
9ecf204
View commit details
Copy full SHA for 9ecf204
Browse repository at this point
chore: do pydantic v2 test everywhere
samsja
committed
9054727
View commit details
Copy full SHA for 9054727
Browse repository at this point
Commits on Sep 5, 2023
fix: fix poetry lock
samsja
committed
c910887
View commit details
Copy full SHA for c910887
Browse repository at this point
fix: update qdrant
samsja
committed
6a3dd8a
View commit details
Copy full SHA for 6a3dd8a
Browse repository at this point
fix: wip fix pydantic v2 index tests
samsja
committed
580832e
View commit details
Copy full SHA for 580832e
Browse repository at this point
fix: fix pydantic v2 index test
samsja
committed
ad46ab7
View commit details
Copy full SHA for ad46ab7
Browse repository at this point
fix: fix redis tests
samsja
committed
4ff7eae
View commit details
Copy full SHA for 4ff7eae
Browse repository at this point
fix: fix el v7 tests
samsja
committed
38a6982
View commit details
Copy full SHA for 38a6982
Browse repository at this point
fix: fix el v8 tests
samsja
committed
cd56d8c
View commit details
Copy full SHA for cd56d8c
Browse repository at this point
Merge branch 'main' into feat-full-pydantic-v2-support
samsja
committed
610a3aa
View commit details
Copy full SHA for 610a3aa
Browse repository at this point
fix: last tests
samsja
committed
9aa12e1
View commit details
Copy full SHA for 9aa12e1
Browse repository at this point
Commits on Sep 6, 2023
fix: tensorflow pydantic v2 tests
samsja
committed
8f2ee87
View commit details
Copy full SHA for 8f2ee87
Browse repository at this point
fix: fix jax with pydantic v
samsja
committed
cf5654b
View commit details
Copy full SHA for cf5654b
Browse repository at this point
fix: silence on last test
samsja
committed
4613e20
View commit details
Copy full SHA for 4613e20
Browse repository at this point
fix: silence on last test
samsja
committed
4134da5
View commit details
Copy full SHA for 4134da5
Browse repository at this point
Commits on Sep 7, 2023
fix: docstring validate
samsja
committed
c259b09
View commit details
Copy full SHA for c259b09
Browse repository at this point
fix: docstring validate
samsja
committed
02b2b61
View commit details
Copy full SHA for 02b2b61
Browse repository at this point
fix: put back cast
samsja
committed
cbf7a87
View commit details
Copy full SHA for cbf7a87
Browse repository at this point
feat: apply johannes suggestion
Show description for 5e2378e
samsja
and
JohannesMessner
authored
5e2378e
View commit details
Copy full SHA for 5e2378e
Browse repository at this point
feat: add comment
samsja
committed
19e444b
View commit details
Copy full SHA for 19e444b
Browse repository at this point
feat: add comment
samsja
committed
a16018a
View commit details
Copy full SHA for a16018a
Browse repository at this point
fix: skip docstrng tet for pydantic v2 for now
samsja
committed
863e0b8
View commit details
Copy full SHA for 863e0b8
Browse repository at this point
Commits on Sep 8, 2023
fix: skip docstrng tet for pydantic v2 for now
samsja
committed
d7a7a49
View commit details
Copy full SHA for d7a7a49
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL