-
Notifications
You must be signed in to change notification settings - Fork 49
Breaking: Materialize DimArray
or DimStack
From a Table
#739
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
Merged
Merged
Changes from all commits
Commits
Show all changes
64 commits
Select commit
Hold shift + click to select a range
60256a0
Table Materializer Methods
JoshuaBillson 3526b96
Merged Main
JoshuaBillson eab2fa0
Made col Optional for DimArray
JoshuaBillson d4892df
Apply suggestions from code review
JoshuaBillson ea6751a
Handle coordinates with different loci
JoshuaBillson 13c80da
Merge branch 'materialize' of github.com:JoshuaBillson/DimensionalDat…
JoshuaBillson 6a9d26e
replaced At() with Contains() in _coords_to_ords
JoshuaBillson 9164c22
Added optional selectors and public methods for table materializer
JoshuaBillson 2ebec1c
Updated table constructors for DimArray and DimStack
JoshuaBillson 8e791bf
Updated DimArray and DimStack docs to include table materializer methods
JoshuaBillson 4cd5f9d
Table materializer test cases
JoshuaBillson 0c1991a
export table materializer methods
JoshuaBillson 8758ba9
Merge branch 'rafaqz:main' into materialize
JoshuaBillson 4534de5
Added Random to tables.jl test cases
JoshuaBillson 119fa30
Merge branch 'rafaqz:main' into materialize
JoshuaBillson ed395ca
Update src/array/array.jl
JoshuaBillson 00336af
Update src/table_ops.jl
JoshuaBillson 532f887
Removed exports
JoshuaBillson c98dcb0
Merge branch 'materialize' of github.com:JoshuaBillson/DimensionalDat…
JoshuaBillson 06a2c91
Update src/table_ops.jl
JoshuaBillson 3bacf33
Update src/table_ops.jl
JoshuaBillson 4ced6f7
Update src/table_ops.jl
JoshuaBillson c846dfd
Update src/table_ops.jl
JoshuaBillson fe2c871
Update src/table_ops.jl
JoshuaBillson 61f8220
Replaced selector type with instance.
JoshuaBillson 3d28b43
Merge branch 'materialize' of github.com:JoshuaBillson/DimensionalDat…
JoshuaBillson dbe7b99
Table materializer can now infer dimensions from the coordinates.
JoshuaBillson f410988
Update src/stack/stack.jl
JoshuaBillson a17f069
Update src/table_ops.jl
JoshuaBillson 9bdded9
Update src/table_ops.jl
JoshuaBillson 5451087
Update src/table_ops.jl
JoshuaBillson faf4d76
Update src/table_ops.jl
JoshuaBillson 02f60a3
Update src/table_ops.jl
JoshuaBillson fafd357
Update src/table_ops.jl
JoshuaBillson d7f15f5
Update src/array/array.jl
JoshuaBillson 34a0a69
Update src/table_ops.jl
JoshuaBillson d0b9eb7
Added support for guessing the dimension ordering and span for Dates …
JoshuaBillson 32b0c00
Merge branch 'materialize' of github.com:JoshuaBillson/DimensionalDat…
JoshuaBillson 0ea72a0
Replaced LinRange with StepRangeLen in _build_dim
JoshuaBillson bc62932
Added Tables.istable check to DimArray constructor
JoshuaBillson 76f8805
Update src/array/array.jl
rafaqz a223fe8
Merge branch 'main' into materialize
tiemvanderdeure ae13b26
merge materialize2
tiemvanderdeure 0aae0c3
Merge branch 'main' into materialize
tiemvanderdeure 95fe3f6
fix scuffed merge
tiemvanderdeure 81a32e1
filter instead of indexing in test for clarity
tiemvanderdeure f08ba1f
Merge branch 'breaking' into materialize
rafaqz 0523a60
Merge branch 'breaking' into materialize
rafaqz 7b0f5e8
fix DimSlices doc
rafaqz eea6d07
Merge branch 'breaking' into materialize
rafaqz 5ba06ce
fix ambiguities
rafaqz b2e99a5
bugfixes
rafaqz 12daf7a
do checks and call Tables.columns before constructing stack from table
tiemvanderdeure df37668
test dimensions are automatically detected when constructing dimstack
tiemvanderdeure 1573bc2
comments not docstrings for internals
tiemvanderdeure 28a252f
check for columnaccess if dims are passed
tiemvanderdeure aec86a9
add type argument to dimarray_from_table
tiemvanderdeure 305ab4d
allow passing name to DimStack
tiemvanderdeure dad3bc8
add a section to the documentation
tiemvanderdeure 056c1e8
use Tables.columnnames instead of keys
tiemvanderdeure 74578a5
make DimArray work with all tables that are abstractarrays
tiemvanderdeure e32037f
do not treat dimvectors as tables
tiemvanderdeure a9ebc20
simplify get_column
tiemvanderdeure 55f8017
Merge branch 'breaking' into materialize
rafaqz File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.