Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
kwant
tinyarray
Commits
b47c6a2a
Commit
b47c6a2a
authored
Aug 23, 2013
by
Christoph Groth
Browse files
update TODO file
parent
91ba878f
Changes
1
Hide whitespace changes
Inline
Side-by-side
TODO
View file @
b47c6a2a
* Fix float hash on 32 bit machines.
Roughly in order of importance:
* Add docstrings.
* Implement indexing of sub-arrays (i.e. a[0] for a 2d-array), perhaps even slicing.
* Fix float hash on 32 bit machines. (A test fails.)
* Implement missing arithmetic operations.
...
...
@@ -7,10 +13,7 @@
* 0-d arrays should not be sequences. Currently there are problems with using
0-d arrays with PySequence_Fast.
* Consider reducing the amount of templated code by having more dtype-flexible
code.
* Merge array_from_arraylike and matrix_from_arraylike
* Merge array_from_arraylike and matrix_from_arraylike.
* Optimize readin_arraylike for elements that are tinyarrays.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment