Sign in
chromium
/
external
/
github.com
/
numpy
/
numpy
/
refs/tags/v1.0b2
/
numpy
/
doc
9bda193
Add broadcasting behavior to random-number generators. Fix cholesky to keep matrix return.
by Travis Oliphant
· 19 years ago
e116574
Fix-up convertcode and CAPI docs
by Travis Oliphant
· 19 years ago
b098d62
Fix-up usage of NPY_ALLOW_THREADS. Default is now WITH_THREAD but an environment variable NUMPY_NOSMP can be set which will make the default 0
by Travis Oliphant
· 19 years ago
21e52f0
Fix f2py and doc
by Travis Oliphant
· 19 years ago
216f071
Fix UserArray.
by Travis Oliphant
· 19 years ago
42477d7
Fix missing ) in numpy.i
by Travis Oliphant
· 19 years ago
c00b400
Improve c_numpy.pxd a bit. Re-name get_numpy_include() to get_include() and deprecate old name. Add PyArray_ZEROS and PyArray_EMPTY macros which take type-number instead of data-type object.
by Travis Oliphant
· 19 years ago
d382977
Add feature: read f77 compiler flags from source. Added a section for extra features in numpy.distutils.
by Pearu Peterson
· 19 years ago
a27f468
Change from C++ comments
by Travis Oliphant
· 19 years ago
7413032
Apply replace ScipyTestCase->NumpyTestCase. Fix tests for testoob.
by Pearu Peterson
· 19 years ago
c1bfdfd
Fix issue #77
by Travis Oliphant
· 19 years ago
7e7f383
Fix reference-count problem in Macro form of EquivTypenums and update numpy.i to use EquivTypenums.
by Travis Oliphant
· 19 years ago
8c7d39d
Make ext module typespecs to use PyMODINIT_FUNC that is essential for mingw32 and c++ code combination to work correctly.
by Pearu Peterson
· 19 years ago
9867cad
Applied ticket #77 patch.
by Pearu Peterson
· 19 years ago
847c32d
Added warning about config.add_headers to DISTUTILS.txt
by edschofield
· 19 years ago
d157315
Hint for using new setup configuration kw argument.
by Pearu Peterson
· 19 years ago
8869df5
Reimplemented add_data_dir and add_data_files methods to fix ambiguities.
by Pearu Peterson
· 19 years ago
4a5ed4f
Refactored Configuration._fix_paths method to gpaths, added tests and documentation.
by Pearu Peterson
· 19 years ago
7afda6a
Add rest of the examples for pyrex and swig
by Travis Oliphant
· 19 years ago
22335be
Fix missing increment of reference count.
by Travis Oliphant
· 19 years ago
e3b5adb
Move swig and pyrex over
by Travis Oliphant
· 19 years ago
3afb449
Adding swig and pyrex examples
by Travis Oliphant
· 19 years ago
094c14d
Finish reStructedText'ing CAPI.txt, and correct documentation of PyArray_FromAny.
by cookedm
· 20 years ago
26181eb
Some work on CAPI.txt to be better reStructuredText (only half done)
by cookedm
· 20 years ago
cba01fd
More refactoring in numpy.distutils.misc_util
by cookedm
· 20 years ago
16c544e
__config__.py files are generated through py_modules list. Added get_info method to Configuration.
by Pearu Peterson
· 20 years ago
f115fdf
numpy.base -> numpy
by Travis Oliphant
· 20 years ago
605f8a5
More documentation updates
by edschofield
· 20 years ago
e74ea10
Documentation updates: SciPy core -> NumPy
by edschofield
· 20 years ago
5a76512
Fixed lib
by Travis Oliphant
· 20 years ago
e706c7d
Changed all references to scipy to numpy
by Travis Oliphant
· 20 years ago
8e26545
Moved scipy directory to numpy
by Travis Oliphant
· 20 years ago