Timeline
12/01/08:
- 20:40 Changeset [6130] by pierregm
- * Fixed MaskedArray for nested dtype w/ input mask * Fixed masked_all for …
- 11:56 Changeset [6129] by pierregm
- * added flatten_mask to collapse masks w/ (nested) flexible types. * fixed …
- 03:48 Changeset [6128] by pierregm
- Backport of fix from 1.3.x (Fixed make_mask_descr for nested dtypes)
- 03:45 Changeset [6127] by pierregm
- Fixed make_mask_descr for nested dtypes
11/30/08:
- 09:08 Changeset [6126] by ptvirtan
- Rename core/.../docstrings.py to ufunc_docstrings.py
- 08:44 Changeset [6125] by ptvirtan
- Move Sphinx extensions under Numpy's SVN trunk
11/29/08:
- 16:18 Ticket #963 (defect) created by AndreasKloeckner
- Object array comparisons eat exceptions
- 08:54 Changeset [6124] by stefan
- Add bz2 support to loadtxt [patch by Ryan May].
- 08:53 Changeset [6123] by stefan
- Identify file object using 'readline', rather than 'seek'.
- 06:25 Ticket #954 (enhancement) closed by stefan
- fixed
- 06:09 Changeset [6122] by stefan
- Reformat spacing in io tests.
- 06:08 Changeset [6121] by stefan
- Opening a memmap requires a filename. Raise an error otherwise.
- 06:07 Changeset [6120] by stefan
- Add test for load's mmap_mode.
- 06:07 Changeset [6119] by stefan
- Add memory map support to load [patch by Gael Varoquaux]. Closes #954.
11/28/08:
- 10:50 Changeset [6118] by cdavid
- Anoter typo on core scons script.
- 10:47 Changeset [6117] by cdavid
- Fix typo in core scons script.
- 06:38 Ticket #962 (defect) created by wieferink
- f2py external callbacks don't work
- 01:10 Ticket #961 (defect) created by ScottSinclair
- Masked array getdata() and getmask() resolve to get_data() and get_mask() in docs
11/27/08:
- 23:34 Changeset [6116] by charris
- Add preliminary docstrings for: log2, exp2, logaddexp, logaddexp2, …
- 21:52 Changeset [6115] by charris
- Make numpy version of atanh more robust. Numpy log1p still needs a major …
- 14:26 Changeset [6114] by ptvirtan
- doc: include release notes to Sphinx build
- 04:58 Changeset [6113] by jarrod.millman
- add release notes for 1.3
- 00:56 Changeset [6112] by pierregm
- Doc update
11/26/08:
- 22:29 Changeset [6111] by pierregm
- * Added get_object_signature to fix missing signatures * Fixed .getdoc …
- 22:29 Changeset [6110] by pierregm
- * Added get_object_signature to fix missing signatures * Fixed .getdoc …
- 16:42 Ticket #960 (defect) created by em101
- Intel64 --compiler=intelem fails to set correct compiler options
11/25/08:
- 20:17 Changeset [6109] by pierregm
- * added ma.diag * added copy, cumprod, cumsum, harden_mask, prod, round, …
- 20:13 Changeset [6108] by pierregm
- * added ma.diag * added copy, cumprod, cumsum, harden_mask, prod, round, …
- 07:57 Changeset [6107] by cdavid
- Use npy_endian.h to detect endianness of CPU. We avoid using WORDS_ENDIAN …
- 07:57 Changeset [6106] by cdavid
- Add a (public) header to set cpu endianness when numpy headers are …
- 07:57 Changeset [6105] by cdavid
- Document the possible values for NPY_TARGET_CPU macro.
- 07:56 Changeset [6104] by cdavid
- Add a (public) header to detect common CPU archs.
- 07:23 Changeset [6103] by cdavid
- Initialized merge tracking via "svnmerge" with revisions "1-6100" from …
- 07:20 Changeset [6102] by cdavid
- Initialized merge tracking via "svnmerge" with revisions "1-6101" from …
- 07:19 Changeset [6101] by cdavid
- Start a branch to add "dynamic" cpu configuration (that is set up when …
- 03:28 Ticket #959 (defect) created by faltet
- atanh(+1) gives nan instead of inf on Windows
11/24/08:
- 17:26 Ticket #958 (defect) created by cdavid
- numpy failures on mac os X (python 2.6)
- 13:12 Ticket #861 (defect) closed by pierregm
- fixed: Fixed in r6100
- 13:12 Changeset [6100] by pierregm
- * added ddof to np.matrix.var (bug fix #861)
- 00:50 Ticket #957 (defect) created by jarrod.millman
- decorators don't work with test generators
11/23/08:
- 18:55 Changeset [6099] by charris
- Fix missing generic loop declarations.
- 04:46 Changeset [6098] by ptvirtan
- Set svn:ignore properly under doc/
- 04:41 Changeset [6097] by ptvirtan
- Remove numpy-docs, now that it lives under numpy trunk.
- 04:39 Changeset [6096] by ptvirtan
- Moved numpy-docs under doc/ in the main Numpy trunk.
11/22/08:
- 18:13 Changeset [6095] by pierregm
- Added mod to the ufuncs
- 18:04 Changeset [6094] by pierregm
- Added mod to the ufuncs
- 02:01 Changeset [6093] by charris
- Comment out redundant variable declaration for time being.
- 01:54 Changeset [6092] by charris
- Add some cautionary comments.
- 00:32 Changeset [6091] by charris
- Change order of includes to see if it matters on SPARC Etch buildbot.
11/21/08:
- 22:25 Changeset [6090] by charris
- Merge branch 'ufunc'
- 19:28 Changeset [6089] by charris
- Merge branch 'ufunc' Conflicts: numpy/core/code_generators/genapi.py
- 15:50 Changeset [6088] by pierregm
- Backporting bug fixes (6055, 6083, 6086, 6087)
- 14:49 Changeset [6087] by pierregm
- Rewrote allclose to allow comparison with a scalar
- 11:15 Ticket #948 (defect) closed by pierregm
- fixed: Fixed in r6086. Thx for reporting!
- 11:12 Changeset [6086] by pierregm
- * Prevent the shape of a 1d-singleton to be lost when interacting with …
11/20/08:
- 08:40 Ticket #864 (defect) closed by pierregm
- fixed: * Fixed in r6055. The easiest was of course not to define specific rules …
- 03:16 Ticket #956 (defect) created by cdavid
- ValueError: cannot convert float NaN to integer
- 03:13 Changeset [6085] by cdavid
- Fix ambiguous assert.
- 03:01 Changeset [6084] by cdavid
- Import np_ in ma tests since the import is not available in numpy.ma …
- 02:23 Ticket #811 (defect) closed by cdavid
- fixed
- 00:20 Ticket #955 (defect) created by stefan
- [debian #505999] memory leak in exponentiation
11/19/08:
- 09:00 Changeset [6083] by pierregm
- make_mask : Added a dtype keyword to support flexible-dtype mask_or : …
- 06:41 Ticket #954 (enhancement) created by GaelVaroquaux
- Add memapping to numpy.load
- 06:30 Changeset [6082] by cdavid
- Forgot to finish the configure context in numscons build of random.
- 06:30 Changeset [6081] by cdavid
- Handle ftime mingw problem with numscons.
11/17/08:
- 08:19 Changeset [6080] by cdavid
- Forgot to add time headers when mingw workaround is not used on windows.
- 08:19 Changeset [6079] by cdavid
- Do not use mingw workaround for msvc runtime 7.1.
- 08:09 Changeset [6078] by cdavid
- Merged revisions 6041-6077 via svnmerge from …
- 07:58 Changeset [6077] by cdavid
- Merged revisions 6071-6076 via svnmerge from …
- 07:53 Changeset [6076] by cdavid
- Include time.h and sys/timeb.h just after defining our custom …
- 07:53 Changeset [6075] by cdavid
- Forgot to update needs_mingw_ftime_workaround function.
- 07:53 Changeset [6074] by cdavid
- Conditionally setup mingw workaround on GNUC since we can't detect if …
- 07:53 Changeset [6073] by cdavid
- Do not generate a config.h for randomkit: it does not work as it is, and …
- 07:52 Changeset [6072] by cdavid
- Fix the inaccurate comment regarding _ftime issues with mingw.
- 06:49 Changeset [6071] by cdavid
- Merged revisions 6051-6070 via svnmerge from …
- 06:41 Changeset [6070] by cdavid
- Set MSVCRT_VERSION to make _ftime64 visible from time.h header when we …
- 06:36 Changeset [6069] by cdavid
- Use a wrapper around _ftime to work around a mingw bug in msvc runtimes …
- 06:35 Changeset [6068] by cdavid
- Simplify ftime workaround for python 2.6 under mingw: we only need to make …
- 06:32 Changeset [6067] by cdavid
- Fix spelling.
- 06:09 Changeset [6066] by cdavid
- Refactor manifest generation and put it back into mingw32ccompiler module.
- 06:08 Changeset [6065] by cdavid
- Disable .rc generation for manifest: having the xml file in the same dir …
- 06:08 Changeset [6064] by cdavid
- temp_files is a list of filenames, not files.
- 06:07 Changeset [6063] by cdavid
- Fix configtest and manifest_name.
- 06:06 Changeset [6062] by cdavid
- Generate the rc file for manifest embedding.
- 06:06 Changeset [6061] by cdavid
- Separate function to get the configtest name.
- 06:05 Changeset [6060] by cdavid
- Generate the xml manifest file.
- 06:05 Changeset [6059] by cdavid
- fix imports.
- 06:05 Changeset [6058] by cdavid
- Fix string formatting.
- 06:04 Changeset [6057] by cdavid
- Refactor msvc runtime checking, put it into mingw32compiler
- 06:03 Changeset [6056] by cdavid
- Detect whether config link needs embedding the manifest for the MSVC …
- 01:00 Changeset [6055] by pierregm
- simplify MAError
11/16/08:
- 21:27 Changeset [6054] by charris
- Add umathmodule.c.src to files scanned for ufunc api. This is preparation …
- 21:27 Changeset [6053] by charris
- Test moving generic loops to umathmodule.
- 07:04 Changeset [6052] by cdavid
- Trailing spaces.
- 07:02 Changeset [6051] by cdavid
- Merged revisions 6042-6050 via svnmerge from …
- 06:30 Changeset [6050] by cdavid
- Add deprecation warning for get_output and try_run: we should not use it …
- 05:45 Changeset [6049] by cdavid
- Forgot to change argument of manifest_rc.
- 05:44 Changeset [6048] by cdavid
- Use directly the manifest name for generating the rc file + add docstring.
- 05:44 Changeset [6047] by cdavid
- Add manifest_rc to generate the .rc file which will be used to embed the …
- 05:44 Changeset [6046] by cdavid
- Add comment on how to get exact MSVCR version.
- 05:44 Changeset [6045] by cdavid
- Add a function to get the content of the xml version of manifest to deal …
- 03:15 Changeset [6044] by jarrod.millman
- adding back a few quotes
- 03:14 Changeset [6043] by jarrod.millman
- removing some quotes
- 03:04 Changeset [6042] by cdavid
- Initialized merge tracking via "svnmerge" with revisions "1-6041" from …
- 03:03 Changeset [6041] by cdavid
- Initialized merge tracking via "svnmerge" with revisions "1-6040" from …
- 03:02 Changeset [6040] by cdavid
- Start a branch to deal with visual studio manifests in the numpy build …
- 03:00 Changeset [6039] by jarrod.millman
- fixed table
- 02:49 Changeset [6038] by jarrod.millman
- moved generalized ufunc proposal from the wiki
- 02:34 Changeset [6037] by jarrod.millman
- directory for release notes
- 00:23 Changeset [6036] by charris
- Add missing return. Remove pointless define. Small name cleanup.
11/15/08:
- 22:01 Changeset [6035] by charris
- Add error checking to Object loops. Fix reference leak in Sign Object …
11/14/08:
- 10:59 Changeset [6034] by cdavid
- Another typo.
- 10:58 Changeset [6033] by cdavid
- Fix hex conversion for msvcrt (we do not need to convert VS verion, but …
- 10:55 Changeset [6032] by cdavid
- Typo.
- 10:54 Changeset [6031] by cdavid
- Typo.
- 10:52 Changeset [6030] by cdavid
- Add a macro to know whether we need the mingw workaround for _ftime + add …
- 10:52 Changeset [6029] by cdavid
- Postpone time.h include because we will need to customize it on windows.
- 10:51 Changeset [6028] by cdavid
- Generate config header for random kit (empty for now).
- 10:10 Changeset [6027] by cdavid
- Add code to detect msvc used to build python.
- 02:27 Changeset [6026] by charris
- Merge branch 'ufunc'
11/13/08:
- 22:25 Changeset [6025] by charris
- Remove trailing whitespace.
- 22:25 Changeset [6024] by charris
- Use loop macros in generic loops. This is a bit fragile at the moment …
- 22:25 Changeset [6023] by charris
- Correct spelling errors.
11/12/08:
- 22:55 Changeset [6022] by charris
- Add some documentation to math_c99.
- 22:30 Ticket #914 (defect) closed by charris
- fixed: Use fmin.reduce. This can be used to implement nanmin, or replace the …
- 22:29 Ticket #913 (defect) closed by charris
- fixed: This can now be done using fmax.reduce. Whether or not to use it for …
- 14:53 Changeset [6021] by dhuard
- removed the new argument in the histogram docstring example
- 14:42 Changeset [6020] by dhuard
- Follow up on changes to histogram: new=False now raises a …
- 10:14 Ticket #953 (defect) created by rmay
- Typos in docstrings for matlib.ones and matlib.zeros cause doctest failures
- 06:39 Changeset [6019] by charris
- Temporarily remove umath_test from build, it isn't linking on windows. The …
- 05:28 Changeset [6018] by charris
- Another stab at MSVC voodoo.
- 03:28 Changeset [6017] by charris
- Another test for microsoft buildbot.
- 01:26 Changeset [6016] by charris
- Another test: make functions defined in math_c99 static.
- 00:20 Changeset [6015] by charris
- Fix misplaced end statement.
11/11/08:
- 23:47 Changeset [6014] by charris
- Some spelling corrections. Some experiments for MSVC.
- 19:28 Changeset [6013] by charris
- Fix missing semicolons on some function declarations.
- 19:12 Changeset [6012] by charris
- Add C99 prototypes. Attempt to cure problems of SPARC Debian Etch.
- 16:20 Changeset [6011] by pierregm
- MaskedRecords? : reintroduced _fieldmask as a property (for …
- 15:57 Changeset [6010] by charris
- Debug commit seemed to work. Add back all logaddexp, logaddexp2 …
- 15:09 Changeset [6009] by charris
- Debugging log1p problem. Add log1p to the search list for f,l types. Add …
- 13:18 Changeset [6008] by charris
- Comment out all tests for data types that seem broken on some machines.
- 12:44 Changeset [6007] by charris
- Comment out some tests that use functions broken on some machines.
- 12:03 Changeset [6006] by charris
- Comment out tests that hang on some machines. Add tests that might hang in …
- 02:36 Changeset [6005] by charris
- Comment out tests that hang on some builtbots. I think this is due to …
- 01:55 Changeset [6004] by charris
- Make logaddexp just a bit more severe.
- 01:55 Changeset [6003] by charris
- Make logaddexp range test less severe.
- 01:34 Changeset [6002] by charris
- Test to see what problem with logaddexp is on some machines.
- 00:52 Changeset [6001] by charris
- Comment out generalized ufunc test until linkage problem is resolved.
11/10/08:
- 22:42 Changeset [6000] by charris
- Add logaddexp2. Add tests for log, exp, logaddexp2.
- 21:26 Changeset [5999] by jarrod.millman
- typo
- 20:57 Changeset [5998] by charris
- Add tests for log2, exp2, and logaddexp.
- 19:41 Changeset [5997] by charris
- Fix exp2, log2 fallback functions.
- 18:00 Changeset [5996] by charris
- Add log2 and exp2. Fix scimath to use log2. Complex versions of these …
- 00:04 GeneralLoopingFunctions edited by stefan
- (diff)
- 00:03 Ticket #887 (enhancement) closed by stefan
- fixed: Added in r5993 through r5995.
11/09/08:
- 22:49 Changeset [5995] by charris
- Move new generalized ufunc function to end of api list.
- 18:28 Changeset [5994] by stefan
- Add tests for generalized ufuncs.
- 18:27 Changeset [5993] by stefan
- Generalised ufuncs patch by Wenjie Fu and Hans-Andreas Engel (see ticket
- 17:12 Changeset [5992] by ptvirtan
- numpy-docs: group functions by type instead of alphabetical order
11/08/08:
- 01:11 Changeset [5991] by cdavid
- Trailing spaces.
- 01:07 Changeset [5990] by cdavid
- Add mention of g77 vs gfortran in INSTALL notes.
- 01:01 Changeset [5989] by cdavid
- Fix fortrab ABI mismatch test.
- 00:51 Changeset [5988] by cdavid
- Detect gfrotran/g77 mismatch.
- 00:51 Changeset [5987] by cdavid
- Start working on test to detect fortran compiler mismatch.
11/07/08:
- 11:02 Ticket #952 (defect) created by philbinj
- Pickling an element of a recarray is silently broken
- 02:14 Changeset [5986] by cdavid
- Disable looking for 3gf libraries; it causes more problem than it solves.
- 02:09 Changeset [5985] by cdavid
- Mention which packages to install for atlas on Ubuntu (Pre intrepid and …
- 01:50 Changeset [5984] by cdavid
- Fix typo (g3f->3gf).
- 01:46 Changeset [5983] by cdavid
- Deal with g3f extension used by Debian/Ubuntu for gfortrab ABI transition.
11/06/08:
- 15:24 Changeset [5982] by stefan
- Alphabetise some lists. Add logaddexp, deg2rad, rad2deg and trunc ufuncs.
- 12:58 Changeset [5981] by charris
- Merge branch 'ufunc'
- 12:39 Ticket #951 (defect) created by chanley
- test_memmap.py leaves tmpfiles on RHE4 systems
- 09:25 Changeset [5980] by charris
- Remove remove logsumexp and replace with logaddexp.
- 09:24 Changeset [5979] by charris
- Rename logsumexp to logaddexp. Add ufuncs deg2rad and rad2deg.
- 06:52 Changeset [5978] by cdavid
- Remove cpu/arch specific optimization flags for GNU fortran compilers: …
11/05/08:
- 17:10 Changeset [5977] by charris
- Fix reversal between radians and degrees.
- 17:10 Ticket #950 (defect) created by pierre
- multiply empty arrays gives nonzero result
- 16:53 Changeset [5976] by charris
- Merge branch 'ufunc' Conflicts: numpy/core/src/umathmodule.c.src
- 14:05 Ticket #765 (task) closed by charris
- fixed: Added in r5975.
- 13:40 Changeset [5975] by charris
- Add logsumexp ufunc and some small cleanups.
- 13:25 Ticket #949 (enhancement) created by hoffman
- gzip support for ndarray.tofile()
- 10:59 Changeset [5974] by charris
- Finish replacing op by op1 so it compiles.
- 10:58 Changeset [5973] by charris
- More umath cleanups.
11/03/08:
- 23:06 Ticket #948 (defect) created by dharland
- Incorrect shape after basic arithmetic involving masked objects
11/02/08:
- 18:22 Ticket #947 (defect) created by pv
- Segmentation fault with tile + char array
- 18:16 Ticket #946 (defect) created by pv
- Segmentation fault with numpy.clip + char array
- 11:28 WikiStart edited by jarrod.millman
- (diff)
- 11:28 WikiStart edited by jarrod.millman
- (diff)
11/01/08:
Note: See TracTimeline for information about the timeline view.
