Sign in
chromium
/
external
/
github.com
/
numpy
/
numpy
/
refs/tags/v1.7.0b2
f217517
Release 1.7.0b2
by Ondrej Certik
· 13 years ago
v1.7.0b2
50f71cb
MAINT: silence Cython warnings about changes dtype/ufunc size.
by Ralf Gommers
· 13 years ago
fcacdcc
FIX: use py24-compatible version of virtualenv on Travis
by Nathaniel J. Smith
· 13 years ago
d01354e
FIX: loosen numerical tolerance in test_pareto()
by Nathaniel J. Smith
· 13 years ago
65ec87e
TST: Add test for boolean insert
by Han Genuit
· 13 years ago
9ee9984
TST: Add extra test for multidimensional inserts.
by Han Genuit
· 13 years ago
8460514
BUG: Fix for issues #378 and #392
by Han Genuit
· 13 years ago
07e02d0
BUG: fix npymath install location.
by David Cournapeau
· 13 years ago
6da087e
BUG: fix custom post_check.
by David Cournapeau
· 13 years ago
095a3ab
BUG: forgot to build _dotblas in bento build.
by David Cournapeau
· 13 years ago
cb0de72
REF: remove unused imports in bscript.
by David Cournapeau
· 13 years ago
6e3e289
FIX: Regenerate mtrand.c with Cython 0.17
by Ondřej Čertík
· 13 years ago
3dc3b1b
Retain backward compatibility. Enforce C order.
by Stefan van der Walt
· 13 years ago
5a471b5
Improve ndindex execution speed.
by Stefan van der Walt
· 13 years ago
2f28db6
FIX: Add a test for Ticket #2066
by Ondřej Čertík
· 13 years ago
ca29849
BUG: Add a test for Ticket #2189
by Ondřej Čertík
· 13 years ago
1ee4a00
BUG: Add a test for Ticket #1588
by Ondřej Čertík
· 13 years ago
7b5dba0
BUG: Fix ticket #1588/gh issue #398, refcount error in clip
by Mark Wiebe
· 13 years ago
f65ff87
FIX: simplify the import statement
by Ondřej Čertík
· 13 years ago
124a608
Fix returned copy
by Jay Bourque
· 13 years ago
996a9fb
FIX: bug in np.where and recarray swapping
by Ondřej Čertík
· 13 years ago
7583adc
MAINT: silence DeprecationWarning in np.safe_eval().
by Ralf Gommers
· 13 years ago
416af9a
pavement.py: rename "yop" to "atlas"
by Ondrej Certik
· 13 years ago
3930881
BUG: fix bento build.
by David Cournapeau
· 13 years ago
fbad4a7
Remove test_recarray_from_long_formats
by cgohlke
· 13 years ago
5cb80f8
Add test for long number in shape specifier of dtype string
by cgohlke
· 13 years ago
24da7f6
Add test for long numbers in numpy.rec.array formats string
by cgohlke
· 13 years ago
77da3f8
Allow long numbers in numpy.rec.array formats string
by cgohlke
· 13 years ago
99c9397
Use PyUnicode_DecodeUTF32()
by Ondrej Certik
· 13 years ago
31660d0
Follow the C guidelines
by Ondrej Certik
· 13 years ago
d5d6894
Fix memory leak in concatenate.
by Chris
· 13 years ago
8141e1e
FIX: Make sure the tests produce valid unicode
by Ondrej Certik
· 13 years ago
d67785b
FIX: Fixes the PyUnicodeObject problem in py-3.3
by Ondrej Certik
· 13 years ago
a022015
Re-enable unpickling optimization for large py3k bytes objects.
by Ronan Lamy
· 13 years ago
470486b
Copy bytes object when unpickling an array
by Ronan Lamy
· 13 years ago
d72280f
Fix tests for empty shape, strides and suboffsets on Python 3.3
by cgohlke
· 13 years ago
a1561c2
[FIX] Add missing header so separate compilation works again
by Nathaniel J. Smith
· 13 years ago
ea23de8
TST: set raise-on-warning behavior of NoseTester to release mode.
by Ralf Gommers
· 13 years ago
28ffac7
REL: set version number to 1.7.0rc1-dev.
by Ralf Gommers
· 13 years ago
50366a2
Release 1.7.0b1
by Ondřej Čertík
· 13 years ago
v1.7.0b1
e022a61
Merge pull request #384 from certik/paver_fix
by Ralf Gommers
· 13 years ago
4077021
Fix the path to the release notes
by Ondrej Certik
· 13 years ago
f93774d
Update release notes and version number.
by Travis E. Oliphant
· 13 years ago
9cb8c3b
Merge remote-tracking branch 'upstream/master'
by Travis E. Oliphant
· 13 years ago
efcb8bf
Update release notes.
by Travis E. Oliphant
· 13 years ago
a806876
Merge pull request #325 from ahmadia/patch-2
by Travis E. Oliphant
· 13 years ago
5b4e61b
BUG: Fix some tests in PR #192
by Travis E. Oliphant
· 13 years ago
88cf94d
Fix-up logic so that it is more readable.
by Travis E. Oliphant
· 13 years ago
7b8d30b
Merge remote-tracking branch 'hackerschool/2028fix'
by Travis E. Oliphant
· 13 years ago
bc10053
Merge pull request #350 from jayvius/get-view2
by Travis E. Oliphant
· 13 years ago
578a419
Merge pull request #352 from HackerSchool12/bugfix808
by Travis E. Oliphant
· 13 years ago
0b2bfa9
Merge pull request #192 from rgommers/meshgrid3d
by Travis E. Oliphant
· 13 years ago
c83e5b6
Merge pull request #327 from teoliphant/restore_api
by Travis E. Oliphant
· 13 years ago
bf2c101
Merge pull request #348 from njsmith/fix-shuffle
by njsmith
· 13 years ago
2d4a1cf
prefer gfortran over g77 and vendor compilers on OS X and Linux
by Aron Ahmadia
· 13 years ago
a419a30
Merge branch 'master' of https://github.com/numpy/numpy into patch-2
by Aron Ahmadia
· 13 years ago
a03e8b4
change DeprecationWarning to FutureWarning
by Jay Bourque
· 13 years ago
2eb9610
Add tests for record array indexing
by Jay Bourque
· 13 years ago
bf58296
update 1.7 release notes
by Jay Bourque
· 13 years ago
781468b
Updated reference docs for DeprecationWarning
by Jay Bourque
· 13 years ago
a32325d
Call view object's copy method
by jayvius
· 13 years ago
91cb088
Change WARN_ON_WRITE Deprecation Warning
by jayvius
· 13 years ago
0c09e1f
fix previous commit to return copy of view instead of view
by jayvius
· 13 years ago
6363bb7
Add ability to get view when selecting subset of fields.
by jayvius
· 13 years ago
6c772fa
Merge pull request #361 from njsmith/warn-on-write-futurewarning
by Travis E. Oliphant
· 13 years ago
b8a2ea7
DOC: Update API description with suggestions from charris.
by Travis E. Oliphant
· 13 years ago
b798f12
Switch WARN_ON_WRITE to issuing FutureWarnings instead of DeprecationWarnings
by Nathaniel J. Smith
· 13 years ago
b26c675
[FIX] Make np.random.shuffle less brain-dead
by Nathaniel J. Smith
· 13 years ago
93e42dd
DOC: update language of C-API deprecations.
by Travis E. Oliphant
· 13 years ago
1234d1c
Merge pull request #360 from cgohlke/patch-3
by Charles Harris
· 13 years ago
08c507b
Fix `WindowsError: [Error 32]` in test_not_closing_opened_fid (test_io.TestSavezLoad)
by cgohlke
· 13 years ago
f369ed6
Merge pull request #332 from nouiz/fillwbyte_doc
by Charles Harris
· 13 years ago
0d59c78
better new doc sentence following code review.
by Frederic
· 13 years ago
4d37169
DOC: add info on docstrings in test functions/methods. Also fix a typo.
by Ralf Gommers
· 13 years ago
78f6672
Added cast to error check, and fixed indentation.
by Eric Fode
· 13 years ago
4a2295d
Merge pull request #358 from rgommers/howto-generator-tests
by njsmith
· 13 years ago
23dba57
DOC: add details on how to use generator tests to documentation.
by Ralf Gommers
· 13 years ago
120c6bd
more tabs removed (hunting for c formatter to take care of this next time)
by Eric Fode
· 13 years ago
2c04244
BUG: Ticket #808: Insert was not performing properly when an integer was
by Loftie Ellis
· 13 years ago
681bceb
Tab Fix
by Eric Fode
· 13 years ago
3d31029
Style Fix
by Eric Fode
· 13 years ago
f9c6867
Merge branch 'pull-357'
by Charles Harris
· 13 years ago
78b7693
BUG: change default threshold for matrix_rank
by Matthew Brett
· 13 years ago
6966bdc
BUG: ticket #2028: When min_scalar was not checking to see if numbers could fit into unsigned long longs. This was fixed by adding an extra case to function to check if the passed number could fit into a unsigned long long if it could not fit into anything else. Additionaly, regression tests were added.
by Eric Fode
· 13 years ago
6a1ab03
Merge pull request #355 from charris/updated-pull-307
by Charles Harris
· 13 years ago
9e5efde
STY: Remove duplicate #include.
by Charles Harris
· 13 years ago
423ddfb
STY: core: move non-Py3 specific stuff out from npy_3kcompat.h to private npy_pycompat.h
by Pauli Virtanen
· 13 years ago
ce0a791
BUG: core: don't pollute public namespace with PyIndex_Check on Python 2.4
by Pauli Virtanen
· 13 years ago
afcc4cd
Merge pull request #354 from cgohlke/patch-2
by Charles Harris
· 13 years ago
4e74a93
Use npy_ftell and npy_fseek
by cgohlke
· 13 years ago
2ee97d6
Use npy_ftell and npy_fseek
by cgohlke
· 13 years ago
7a060fe
define npy_fseek and npy_ftell
by cgohlke
· 13 years ago
24b74a2
Merge pull request #353 from bfroehle/py3k_raise
by Charles Harris
· 13 years ago
18d6b8f
ENH: np.testing.decorators: Use Py3k compatible raise syntax
by Bradley M. Froehle
· 13 years ago
143fb18
DOC: Forward port 1.7.0 release notes
by Charles Harris
· 13 years ago
7eec4e3
Merge pull request #344 from HackerSchool12/gitignoreupdate
by Charles Harris
· 13 years ago
09c1e40
Merge pull request #345 from rgommers/ticket-1664-powerpc-failure
by Travis E. Oliphant
· 13 years ago
817e897
requested filetypes and dirs to gitignore
by Eric Fode
· 13 years ago
7bd9185
TST: mark longdouble tests for spacing/nextafter as knownfail on PPC.
by rgommers
· 13 years ago
149dede
added generated c files to gitignore
by Eric Fode
· 13 years ago
Next »