You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Changes in 1.5.1
adds a method to the DataArray that adds a RangeDimension that links to the DataArray itself. (What has been an AliasRangeDimension before 1.5, issue #500
reintroduces RangeDimension.is_alias method and allows to read before 1.2 AliasRangeDimension ticks (pr #503)
fixes an issue to access the parent Block of a Source (issue #498)
adds a method to find the parent source in a nested tree of Sources (issue #498)