This website requires JavaScript.
Explore
Help
Sign In
boost
/
python
Watch
2
Star
0
Fork
0
You've already forked python
mirror of
https://github.com/boostorg/python.git
synced
2026-01-20 16:52:15 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
46b959cceb84df9bec854a2b4fc50eda5ebfb3dc
python
/
libs
/
numpy
History
Ilya Kolpakov
46b959cceb
ufunc tests now ensure that return value is the same object as the 'output' (if it is provided) argument being the same object as the ufunc return value
2012-09-04 12:10:55 +02:00
..
doc
Refine style.
2011-10-31 22:56:38 +00:00
example
Add example (wrap.py) to demonstrate how to wrap simple functions that operate on C arrays into functions that operate on NumPy arrays (
#6
).
2012-05-13 17:51:48 -04:00
src
Overhauled how builtin dtype objects are accessed for better consistency, added converters for array scalars.
2012-05-13 13:03:10 -04:00
test
ufunc tests now ensure that return value is the same object as the 'output' (if it is provided) argument being the same object as the ufunc return value
2012-09-04 12:10:55 +02:00