AllenInstitute / datacube

Other
0 stars 1 forks source link

implement sort on datacube `raw` call #67

Closed chrisbarber closed 6 years ago

chrisbarber commented 6 years ago

The ability to sort should be integrated into raw and then select should be removed along with its one usage.

chrisbarber commented 6 years ago

Getting rid of the select WAMP procedure is more in line with #80. These changes just eliminate the redundant select method on the Datacube class, made possible by generalizing the sorting implementation to the n-dimensional case. Sorting can now be easily integrated into other methods as well (see for example its use in groupby).