Skip to content
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

implement array.sort_values() for 1D arrays #478

Closed
gdementen opened this issue Oct 13, 2017 · 0 comments
Closed

implement array.sort_values() for 1D arrays #478

gdementen opened this issue Oct 13, 2017 · 0 comments

Comments

@gdementen
Copy link
Contributor

ie no argument necessary.

see also #225.

current workaround is to expand, which is very silly:

arr = ndtest(10)
arr['a5'] = -1
arr['a3'] = 10
arr.expand(Axis(['_'], '_')).sort_values('_')['_']
@alixdamman alixdamman added this to the 0.27 milestone Oct 13, 2017
@alixdamman alixdamman self-assigned this Oct 23, 2017
alixdamman added a commit to alixdamman/larray that referenced this issue Nov 14, 2017
* fix larray-project#478 : implemented LArray.sort_values() for 1D arrays (i.e. no argument passed).
alixdamman added a commit to alixdamman/larray that referenced this issue Nov 14, 2017
* fix larray-project#478 : implemented LArray.sort_values() for 1D arrays (i.e. no argument passed).
alixdamman added a commit to alixdamman/larray that referenced this issue Nov 14, 2017
* fix larray-project#478 : implemented LArray.sort_values() for 1D arrays (i.e. no argument passed).
alixdamman added a commit to alixdamman/larray that referenced this issue Nov 14, 2017
* fix larray-project#478 : implemented LArray.sort_values() (i.e. no argument passed).
alixdamman added a commit to alixdamman/larray that referenced this issue Nov 14, 2017
* fix larray-project#478 : implemented LArray.sort_values() (i.e. no argument passed).
alixdamman added a commit to alixdamman/larray that referenced this issue Nov 17, 2017
* fix larray-project#478 : implemented LArray.sort_values() (i.e. no argument passed).
gdementen pushed a commit that referenced this issue Aug 31, 2018
* fix #478 : implemented LArray.sort_values() (i.e. no argument passed).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants