Commit 14526db
feat: push meta data along with docarray 0.16 (#490)
* feat: push meta data along with docarray
* feat: push meta data along with docarray
* feat: push meta data along with docarray
* feat: push meta data along with docarray
* feat: push meta data along with docarray (#491)
* feat: push meta data along with docarray
* feat: push meta data along with docarray
* feat: push meta data along with docarray
* feat: push meta data along with docarray
* feat: push meta data along with docarray
* feat: push meta data along with docarray
* feat: push meta data along with docarray
* chore: login not required
* Revert "chore: login not required"
This reverts commit 7b008c1.
* refactor: reuse common code
* chore: rename client
* docs: document cloud operations
* chore: login not required
* chore: apply suggestions
* refactor: reuse code
* chore: better naming
Co-authored-by: Alaeddine Abdessalem <alaeddine-13@live.fr>1 parent ea2a7a8 commit 14526dbCopy full SHA for 14526db
11 files changed
+281-48Lines changed: 281 additions & 48 deletions
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- .github/workflows
- docarray
- array/mixins
- io
- docs/fundamentals/documentarray
- tests/unit/array
- mixins
Expand file treeCollapse file tree
Open diff view settings
Collapse file
+2Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
56 | 56 | |
57 | 57 | |
58 | 58 | |
| 59 | + |
| 60 | + |
59 | 61 | |
60 | 62 | |
61 | 63 | |
|
Collapse file
+2Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
145 | 145 | |
146 | 146 | |
147 | 147 | |
| 148 | + |
| 149 | + |
148 | 150 | |
149 | 151 | |
150 | 152 | |
|
Collapse file
docarray/array/mixins/io/pushpull.py
Copy file name to clipboardExpand all lines: docarray/array/mixins/io/pushpull.py+147-12Lines changed: 147 additions & 12 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
| 1 | + |
1 | 2 | |
| 3 | + |
2 | 4 | |
| 5 | + |
3 | 6 | |
4 | | - |
| 7 | + |
5 | 8 | |
6 | | - |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
7 | 15 | |
8 | 16 | |
9 | 17 | |
10 | 18 | |
11 | 19 | |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
12 | 27 | |
13 | 28 | |
14 | 29 | |
15 | 30 | |
16 | 31 | |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | + |
| 54 | + |
| 55 | + |
| 56 | + |
| 57 | + |
| 58 | + |
| 59 | + |
| 60 | + |
| 61 | + |
| 62 | + |
| 63 | + |
| 64 | + |
| 65 | + |
| 66 | + |
| 67 | + |
| 68 | + |
| 69 | + |
| 70 | + |
| 71 | + |
| 72 | + |
| 73 | + |
| 74 | + |
| 75 | + |
| 76 | + |
| 77 | + |
| 78 | + |
| 79 | + |
| 80 | + |
| 81 | + |
| 82 | + |
| 83 | + |
| 84 | + |
| 85 | + |
| 86 | + |
| 87 | + |
| 88 | + |
| 89 | + |
| 90 | + |
| 91 | + |
| 92 | + |
| 93 | + |
| 94 | + |
| 95 | + |
| 96 | + |
| 97 | + |
| 98 | + |
| 99 | + |
| 100 | + |
| 101 | + |
| 102 | + |
| 103 | + |
| 104 | + |
| 105 | + |
| 106 | + |
| 107 | + |
| 108 | + |
| 109 | + |
| 110 | + |
| 111 | + |
| 112 | + |
| 113 | + |
| 114 | + |
| 115 | + |
| 116 | + |
| 117 | + |
| 118 | + |
| 119 | + |
| 120 | + |
| 121 | + |
| 122 | + |
| 123 | + |
| 124 | + |
| 125 | + |
| 126 | + |
| 127 | + |
| 128 | + |
| 129 | + |
| 130 | + |
| 131 | + |
| 132 | + |
| 133 | + |
| 134 | + |
| 135 | + |
| 136 | + |
| 137 | + |
| 138 | + |
| 139 | + |
| 140 | + |
| 141 | + |
| 142 | + |
| 143 | + |
| 144 | + |
| 145 | + |
| 146 | + |
| 147 | + |
| 148 | + |
| 149 | + |
| 150 | + |
17 | 151 | |
18 | 152 | |
19 | 153 | |
20 | 154 | |
21 | 155 | |
| 156 | + |
22 | 157 | |
23 | 158 | |
24 | 159 | |
| ||
33 | 168 | |
34 | 169 | |
35 | 170 | |
| 171 | + |
36 | 172 | |
37 | 173 | |
38 | 174 | |
| ||
47 | 183 | |
48 | 184 | |
49 | 185 | |
| 186 | + |
| 187 | + |
| 188 | + |
| 189 | + |
50 | 190 | |
51 | 191 | |
52 | 192 | |
53 | 193 | |
54 | | - |
55 | 194 | |
56 | 195 | |
57 | 196 | |
| ||
98 | 237 | |
99 | 238 | |
100 | 239 | |
101 | | - |
102 | | - |
103 | 240 | |
104 | 241 | |
105 | | - |
| 242 | + |
106 | 243 | |
107 | 244 | |
108 | 245 | |
| ||
133 | 270 | |
134 | 271 | |
135 | 272 | |
136 | | - |
137 | | - |
138 | 273 | |
139 | 274 | |
140 | 275 | |
141 | 276 | |
142 | 277 | |
143 | | - |
144 | | - |
145 | | - |
146 | | - |
| 278 | + |
147 | 279 | |
148 | 280 | |
149 | 281 | |
| ||
183 | 315 | |
184 | 316 | |
185 | 317 | |
| 318 | + |
| 319 | + |
| 320 | + |
Collapse file
docarray/array/mixins/plot.py
Copy file name to clipboardExpand all lines: docarray/array/mixins/plot.py+12-26Lines changed: 12 additions & 26 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
11 | 11 | |
12 | 12 | |
13 | 13 | |
| 14 | + |
| 15 | + |
14 | 16 | |
15 | 17 | |
16 | 18 | |
| ||
37 | 39 | |
38 | 40 | |
39 | 41 | |
40 | | - |
41 | | - |
42 | | - |
43 | | - |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
44 | 49 | |
45 | 50 | |
46 | 51 | |
47 | 52 | |
48 | 53 | |
49 | | - |
50 | 54 | |
51 | 55 | |
52 | | - |
53 | | - |
54 | | - |
55 | | - |
56 | | - |
57 | | - |
58 | | - |
59 | | - |
60 | 56 | |
61 | 57 | |
62 | 58 | |
63 | 59 | |
64 | 60 | |
65 | | - |
66 | | - |
67 | | - |
68 | | - |
69 | | - |
70 | | - |
71 | | - |
72 | | - |
73 | | - |
74 | | - |
75 | | - |
76 | | - |
77 | | - |
| 61 | + |
| 62 | + |
| 63 | + |
78 | 64 | |
79 | 65 | |
80 | 66 | |
|
Collapse file
+41-1Lines changed: 41 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
6 | 6 | |
7 | 7 | |
8 | 8 | |
9 | | - |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
10 | 14 | |
11 | 15 | |
12 | 16 | |
| ||
455 | 459 | |
456 | 460 | |
457 | 461 | |
| 462 | + |
| 463 | + |
| 464 | + |
| 465 | + |
| 466 | + |
| 467 | + |
| 468 | + |
| 469 | + |
| 470 | + |
| 471 | + |
| 472 | + |
| 473 | + |
| 474 | + |
| 475 | + |
| 476 | + |
| 477 | + |
| 478 | + |
| 479 | + |
| 480 | + |
| 481 | + |
| 482 | + |
| 483 | + |
| 484 | + |
| 485 | + |
| 486 | + |
| 487 | + |
| 488 | + |
| 489 | + |
| 490 | + |
| 491 | + |
| 492 | + |
| 493 | + |
| 494 | + |
| 495 | + |
| 496 | + |
| 497 | + |
Collapse file
docs/fundamentals/documentarray/serialization.md
Copy file name to clipboardExpand all lines: docs/fundamentals/documentarray/serialization.md+23Lines changed: 23 additions & 0 deletions
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
393 | 393 | |
394 | 394 | |
395 | 395 | |
| 396 | + |
| 397 | + |
| 398 | + |
| 399 | + |
| 400 | + |
| 401 | + |
| 402 | + |
| 403 | + |
| 404 | + |
| 405 | + |
| 406 | + |
| 407 | + |
| 408 | + |
| 409 | + |
| 410 | + |
| 411 | + |
| 412 | + |
| 413 | + |
| 414 | + |
| 415 | + |
| 416 | + |
| 417 | + |
| 418 | + |
0 commit comments