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

design discussions #32

Merged
merged 43 commits into from
Sep 26, 2022
Merged
Show file tree
Hide file tree
Changes from 34 commits
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
c93d1bd
add .gitignore
Jun 26, 2022
e2e264f
initial commit of some possible design ideas
Jun 26, 2022
f568a5a
additional clarifications from team discussions
Jun 27, 2022
0941a32
add note on incremental results returned by read
Jun 27, 2022
15daa4e
add multi-mode support to proposal
Jul 7, 2022
46e8d91
add additional open issues
Jul 7, 2022
63908e3
added more changelog notes
Jul 7, 2022
99c7181
updates for PR review
Jul 7, 2022
b17eedd
more PR review edits
Jul 7, 2022
5af8fd9
add additional issue
Jul 7, 2022
17847b7
rename SOMAMeasurements to SOMAMeasurement
Jul 7, 2022
8415c8f
add arrow arrays as an accepted metadata value
Jul 7, 2022
9af61b7
open issues expanded
Jul 8, 2022
4683b39
add feedback around metadata
Jul 11, 2022
24ca0d6
fix typo
Jul 11, 2022
af9e177
add initial read order and partition defn
Jul 12, 2022
defe6b1
add issue around array read
Jul 12, 2022
bcaf616
clarify read return for dense ndarray
Jul 12, 2022
b104d57
remove bogus unordered option from dense array read
Jul 12, 2022
e44b435
add change log entry
Jul 12, 2022
9f5bfd7
decisions from review
Jul 13, 2022
09e8608
clarifications and cleanup
Jul 21, 2022
8273bda
simplify discussion of dataframe indexing
Jul 21, 2022
e31bf95
add platform config param to open/read/write. Allow dense or sparse …
Jul 21, 2022
f02b5e2
spelling
Jul 21, 2022
db2604a
separate concepts of batch size and partition in read ops
Jul 21, 2022
689774d
cleanup issues
Jul 21, 2022
adb949c
add format options for read/write ABI
Jul 22, 2022
eee3c43
document issue re: value filter on NdArray
Jul 22, 2022
a1150ed
clarify collection delete semantics
Jul 22, 2022
832b11d
PR review feedback
Jul 22, 2022
136e184
add clarification on coordinate uniqueness
Jul 22, 2022
3a1ad88
reformat
Jul 22, 2022
608d262
clarify distinction between rowid and joinid. split dataframe modes i…
Aug 2, 2022
239d8d2
fix typo
Aug 7, 2022
ac176f3
add reshape operation to ndarray
Aug 18, 2022
34103a2
Utilize Arrow Table where ChunkedArray is needed; clarify get schema …
Sep 14, 2022
9ffac4c
clarify API version
Sep 14, 2022
d6b9165
fixes from PR review
Sep 15, 2022
4b22d6b
clarify supported types in NdArray
Sep 23, 2022
d4ff041
Merge branch 'main' into spec-revision
Sep 23, 2022
84dfab7
update status call-out
Sep 23, 2022
afdc44e
rename abstract spec
Sep 23, 2022
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
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
temp/
tmp/
Loading