-
Notifications
You must be signed in to change notification settings - Fork 26
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
Dimension links #469
Dimension links #469
Commits on Jul 14, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 75f98c7 - Browse repository at this point
Copy the full SHA 75f98c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a083f8 - Browse repository at this point
Copy the full SHA 6a083f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 08f38ef - Browse repository at this point
Copy the full SHA 08f38efView commit details -
Configuration menu - View commit details
-
Copy full SHA for ac55340 - Browse repository at this point
Copy the full SHA ac55340View commit details -
Configuration menu - View commit details
-
Copy full SHA for d61dbc0 - Browse repository at this point
Copy the full SHA d61dbc0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f7bf55 - Browse repository at this point
Copy the full SHA 4f7bf55View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f683e7 - Browse repository at this point
Copy the full SHA 3f683e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for de4f455 - Browse repository at this point
Copy the full SHA de4f455View commit details
Commits on Jul 15, 2020
-
Configuration menu - View commit details
-
Copy full SHA for f39082c - Browse repository at this point
Copy the full SHA f39082cView commit details -
TestLinkDimension: RangeDimension->DA link tests
- Replace alias range dimension test with self-link test. - Test RangeDimension -> DataArray link
Configuration menu - View commit details
-
Copy full SHA for f21ab60 - Browse repository at this point
Copy the full SHA f21ab60View commit details -
Multidimensional indexing should use a tuple
Deprecation warning FutureWarning: Using a non-tuple sequence for multidimensional indexing is deprecated; use `arr[tuple(seq)]` instead of `arr[seq]`. In the future this will be interpreted as an array index, `arr[np.array(seq)]`, which will result either in an error or a different result.
Configuration menu - View commit details
-
Copy full SHA for c53255f - Browse repository at this point
Copy the full SHA c53255fView commit details -
Configuration menu - View commit details
-
Copy full SHA for f06e8d9 - Browse repository at this point
Copy the full SHA f06e8d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for a006340 - Browse repository at this point
Copy the full SHA a006340View commit details -
TestLinkDimension: Self link tests
For both Range and Set dimensions
Configuration menu - View commit details
-
Copy full SHA for c73bb77 - Browse repository at this point
Copy the full SHA c73bb77View commit details -
Configuration menu - View commit details
-
Copy full SHA for b59c7ac - Browse repository at this point
Copy the full SHA b59c7acView commit details -
Remove unnecessary SampledDimension redirect
Using group redirect method is unnecessary for SampledDimensions since they don't support linking
Configuration menu - View commit details
-
Copy full SHA for 86b807f - Browse repository at this point
Copy the full SHA 86b807fView commit details -
RangeDimension.unit: Read through to linked unit
Return unit directly for DataArray links. Return unit of indexed column for DataFrame links.
Configuration menu - View commit details
-
Copy full SHA for a5d7be4 - Browse repository at this point
Copy the full SHA a5d7be4View commit details -
RangeDimension.label: Read through to linked label
Return label directly for DataArray links. Return name of indexed column for DataFrame links.
Configuration menu - View commit details
-
Copy full SHA for 55a28c6 - Browse repository at this point
Copy the full SHA 55a28c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c8f1c0 - Browse repository at this point
Copy the full SHA 8c8f1c0View commit details -
Remove AliasRangeDimension and DataFrameDimension
- Removed DataFrameDimension class. - Removed all mentions of alias range dimension from DataArray. - Removed associated tests and test sections.
Configuration menu - View commit details
-
Copy full SHA for 44f005b - Browse repository at this point
Copy the full SHA 44f005bView commit details -
Index validation for DataFrame dimension link
Should not be negative either.
Configuration menu - View commit details
-
Copy full SHA for 3a88408 - Browse repository at this point
Copy the full SHA 3a88408View commit details -
Index validation for DataArray dimension link
Should not have negative values except one -1.
Configuration menu - View commit details
-
Copy full SHA for e3a0330 - Browse repository at this point
Copy the full SHA e3a0330View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2fd8031 - Browse repository at this point
Copy the full SHA 2fd8031View commit details
Commits on Jul 16, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 47cb753 - Browse repository at this point
Copy the full SHA 47cb753View commit details
Commits on Jul 19, 2020
-
DimensionLink: Write through label and unit
Can now write through to the linked data object when setting label and unit on RangeDimension: - RangeDimension ticks cannot be changed. - RangeDimension label linked to DataArray changes the DataArray label. - RangeDimension label linked to DataFrame raises error: The column name of a DataFrame can't be changed since it's the name of a field of a compound data type, which we can't change. - RangeDimension unit linked to DataArray changes the DataArray unit. - RangeDimension unit linked to DataFrame changes the DataFrame column unit. - SetDimension labels cannot be changed.
Configuration menu - View commit details
-
Copy full SHA for ecc25cd - Browse repository at this point
Copy the full SHA ecc25cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for c01021c - Browse repository at this point
Copy the full SHA c01021cView commit details -
Code quality: Remove all unused imports and variables
pylint warning codes W0611: Unused import W0612: Unused variable
Configuration menu - View commit details
-
Copy full SHA for 86bdee5 - Browse repository at this point
Copy the full SHA 86bdee5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 04063e7 - Browse repository at this point
Copy the full SHA 04063e7View commit details
Commits on Jul 20, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 0ab71e7 - Browse repository at this point
Copy the full SHA 0ab71e7View commit details