-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add initial implementation of `mergedims` * Use values instead of layers * Simplify base method * Perform all checks in main method * Simplify mergedims for arrays * Handle case where different numbers of dims provided * Add mergedims to docs * Implemented WideDimTable * Removed Dead Code * mergedims now allows selection of specific dimensions * Dropped MergedDimColumn * cleaned up code * More cleanup * Added comparedims when constructing a DimTable from multiple AbstractDimArrays * mergedims can now accept dimensions that are not present in the stack/array * Implemented unmergedims * Removed unnecessary argument from undergedims * DimTable now preserves name of AbstractDimArray if present. * Added parent field to DimTable * Passed test cases * Added test cases and updated docs * Updated docs for DimTable * Updated docs and test cases * Removed Any[] --------- Co-authored-by: Seth Axen <[email protected]>
- Loading branch information
1 parent
f9e45af
commit abfbf2d
Showing
8 changed files
with
289 additions
and
53 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -50,6 +50,8 @@ rebuild | |
modify | ||
broadcast_dims | ||
broadcast_dims! | ||
mergedims | ||
unmergedims | ||
reorder | ||
Base.cat | ||
Base.map | ||
|
This file contains 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 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 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 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.