summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2787 from bfroehle/unique_argsortmaintenance/1.6.xnjsmith2012-12-052-15/+15
|\
| * TST: Add test for gh-2785.Bradley M. Froehle2012-12-041-0/+12
| * BUG: gh-2785, np.unique: TypeError: requested sort not available for typeBradley M. Froehle2012-12-042-15/+3
|/
* Merge pull request #2739 from certik/fix346Ralf Gommers2012-11-141-6/+9
|\
| * TST: mark longdouble tests for spacing/nextafter as knownfail on PPC.rgommers2012-11-131-6/+9
|/
* Copy Travis-CI and Tox config from masterNathaniel J. Smith2012-07-043-0/+148
* BUG: fix incorrect references to parents in memmap children.Sveinung Gundersen2012-07-042-4/+26
* MAINT: set version to 1.6.3-devRalf Gommers2012-05-201-2/+2
* REL: set version to 1.6.2.v1.6.2Ralf Gommers2012-05-192-4/+4
* TST: for numpy.random test, back off test precision a little.Ralf Gommers2012-05-191-1/+1
* BUG: fix running tests with coverage=True.Ralf Gommers2012-05-191-2/+2
* TST: mark floating point error tests as unconditional knownfail. See #1755.Ralf Gommers2012-05-191-6/+2
* REL: change release script to generate tarballs before building docs.Ralf Gommers2012-05-121-5/+13
* DOC: mention random module fix in 1.6.2 release notes.Ralf Gommers2012-05-121-0/+6
* STY: fix typo in 1.6.2 release notes.Ralf Gommers2012-05-051-1/+1
* REL: increase allowed size of DMG installer by 1 Mb.Ralf Gommers2012-05-052-3/+3
* REL: set version to 1.6.2rc1v1.6.2rc1Ralf Gommers2012-05-042-3/+3
* REL: add release notes for 1.6.1 and 1.6.2 releases.Ralf Gommers2012-05-043-1/+107
* REL: change Sphinx version in release script to 1.1.3.Ralf Gommers2012-05-042-2/+2
* Merge pull request #265 from charris/backport-randomRalf Gommers2012-05-045-2448/+2870
|\
| * BUG: PR #227, Use npy_intp instead of long in mtrand.cgohlke2012-05-015-2448/+2870
* | Merge pull request #263 from charris/backport-polyRalf Gommers2012-05-0418-317/+1594
|\ \
| * | DOC: Remove references to cast and NA, which were added in 1.7.Charles Harris2012-04-291-36/+0
| * | STY: Code cleanup in polynomial [*]fromroots functions.Charles Harris2012-04-296-18/+18
| * | ENH: Improve the computation of polynomials from roots.Charles Harris2012-04-296-24/+66
| * | DOC: Improve numpy reference documentation of polynomial classes.Charles Harris2012-04-293-16/+26
| * | DOC: Document the use of the polynomial convenience classes.Charles Harris2012-04-291-10/+337
| * | BUG: The polynomial convenience classes let different types interact.Charles Harris2012-04-291-38/+60
| * | DOC: Document xxxfit functions in the polynomial package modules.Charles Harris2012-04-296-110/+160
| * | DOC: Add version added to some of the polynomial package modules.Charles Harris2012-04-297-0/+14
| * | BUG: Fix up links to classes.Charles Harris2012-04-296-12/+11
| * | DOC: Rearrange the polynomial documents.Charles Harris2012-04-2910-38/+614
| * | ENH: Add companion matrix functions.Charles Harris2012-04-297-107/+299
| * | ENH: Add some tests for polynomial printing.Charles Harris2012-04-291-0/+81
| |/
* | Merge pull request #262 from charris/backport-f2pyRalf Gommers2012-05-047-13/+48
|\ \
| * | BUG: Fix f2py test_kind.py test.Charles Harris2012-04-291-5/+8
| * | ENH: Add new options extra_f77_compile_args and extra_f90_compile_args.Pearu Peterson2012-04-291-2/+2
| * | BLD: Improve reporting of fcompiler value.Pearu Peterson2012-04-291-12/+14
| * | ENH: Introduce new options extra_f77_compiler_args and extra_f90_compiler_args.Pearu Peterson2012-04-296-8/+40
| |/
* | Merge pull request #261 from charris/backport-libRalf Gommers2012-05-048-50/+220
|\ \
| * | TST: fix string comparison test failures on Windows for Python 2.5.Ralf Gommers2012-05-021-4/+23
| * | BUG: ticket #1936, loadtxt: fix extra nesting for subarray dtypes.Mark Wiebe2012-04-292-5/+30
| * | BUG: ticket #1918, use Py_TYPE to access ob_type, so it works also on Py3Pauli Virtanen2012-04-291-9/+11
| * | BUG: ticket #1793, fix failing npyio test under py3k. Thanks to Derek Homeier.Ralf Gommers2012-04-292-6/+16
| * | BUG: ticket #1848, make tril/triu return the same dtype as the original array.Fabian Pedregosa2012-04-292-2/+14
| * | BUG: ticket #1899, fixed histogramdd bug with empty inputs.David Huard2012-04-293-5/+11
| * | BUG: ticket #1387, allow bincount to accept empty arrays.Skipper Seabold2012-04-293-11/+31
| * | BUG: ticket #1573, savetxt now handles complex arrays.Paul Anton Letnes2012-04-292-10/+65
| * | ENH: ticket #2048, lib: break reference cycle in NpzFile (#2048)Pauli Virtanen2012-04-292-1/+22
| |/
* | Merge pull request #260 from charris/backport-coreRalf Gommers2012-05-0437-328/+1010
|\ \