0
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix errors with reductions to 0d and using ticks on 1-d arrays. More... over 14 years ago
Reorganize directory layout to make it a proper package. More... over 14 years ago
Add assert_datarray_equal function for help with unit testing. More... over 14 years ago
Add a list of datarray issues. More... over 14 years ago
Add notes from today's discussion at Berkeley. More... over 14 years ago
update docs More... over 14 years ago
filled in some discussion doc More... over 14 years ago
merged with trunk; + new discussion rst file More... over 14 years ago
Add support to host the docs on my site, for more stable access. More... over 14 years ago
Use a proper sequence for labels in documentation example. More... over 14 years ago
plans for printing More... over 14 years ago
hey look a gitignore! More... over 14 years ago
Merge branches 'trunk' and 'master' into trunk More... over 14 years ago
fixed test using Axis instance as axis kwargs More... over 14 years ago
removed file More... over 14 years ago
re-merged from upstream More... over 14 years ago
Merge branches 'master' and 'trunk' More... over 14 years ago
merged with Mike's fork More... over 14 years ago
Various reshapings implemented; Accumulators wrapped; Changed the rule for Axis compatibility when doing binary ops More... over 14 years ago
Added support for sorting/argsorting More... over 14 years ago
Implemented some protections on DataArray attributes .axes, .labels, .axis. Integer ticks are no longer valid. Replaced Axis instantiation in several place with a faster copy method that bypasses tick validation. More... over 14 years ago
Slicing all ways now supports ticks (with integer tick conflict); Docs update More... over 14 years ago
added method wrapping for some axis-aware methods; added methods section to the docs More... over 14 years ago
Merge branch 'master' into trunk More... over 14 years ago
Added support for slicing with Ellipsis. Worked around problem with unlabeled Axis objects switching names in the middle of slicing. More... over 14 years ago
deleted docstring More... over 14 years ago
Introduced aix (Axis indexer) attribute, for descriptive slicing; updated docs with design outline (cut & paste from the massive docstring, with more content) More... over 14 years ago
Added __array_wrap__ method to check labels/ticks on output of ufunc; Broadcasting seems to be working with tests More... over 14 years ago
Implementation for newaxis slicing, with test.. There is still a prickly issue with unlabeled axes, because their names may change. This might be a violation of the attribute of an Axis More... over 14 years ago
merged upstream trunk with Mike's branch More... over 14 years ago