Thanks to visit codestin.com
Credit goes to chromium.googlesource.com
Sign in
chromium
/
external
/
github.com
/
numpy
/
numpy
/
refs/tags/v0.3.2
957cf79
When specifying env. var. then don't search elsewhere.
by Pearu Peterson
· 21 years ago
v0.3.2
cf3ef30
If env. var is /path/to/lib then use also /path/to/include.
by Pearu Peterson
· 21 years ago
2ad7298
Fixed typo.
by Pearu Peterson
· 21 years ago
6ae8984
Fixing Numeric include path when it was installed using --home.
by Pearu Peterson
· 21 years ago
39624c5
Added missing example files to data. Added note that distributing weave as standalone is equivalent to distributing scipy_core.
by Pearu Peterson
· 21 years ago
88352fd
Fixed weave version numbers.
by Pearu Peterson
· 21 years ago
1638e8a
Improve resource detection when prefix is given in env. variable.
by Pearu Peterson
· 21 years ago
fd66cf9
Fixing 0.3.2 release branch.
by Pearu Peterson
· 21 years ago
629c9a8
Fixing 0.3.2 release branch.
by Pearu Peterson
· 21 years ago
dbc5112
Increased micro version number and undone 0.3.2 release.
by Pearu Peterson
· 21 years ago
3a8d4dc
Prepearing for the 0.3.2 release.
by Pearu Peterson
· 21 years ago
68603ef
More changes to get rid of whrandom usage.
by Travis Oliphant
· 21 years ago
46fc1b2
Fixed issue 179.
by Pearu Peterson
· 21 years ago
a942a40
Improved failure message on shape mismatch.
by Pearu Peterson
· 21 years ago
e88796b
Added documentation fixes and comment changes.
by Travis Oliphant
· 21 years ago
be274e7
Fixed bdist_rpm for scipy_core.
by Pearu Peterson
· 21 years ago
b77d7f9
Added has_sse3 and gcc-3.4 flags for Opteron and Athlon 64 cpus.
by Pearu Peterson
· 21 years ago
bb6b4f4
Alpha is always 64-bit.
by Pearu Peterson
· 21 years ago
90f61af
Added is_Athlon64 and is_64bit methods.
by Pearu Peterson
· 21 years ago
5000b0e
Exit gracefully from interpreter shutdown.
by Pearu Peterson
· 21 years ago
45b7bb2
logical_* type fixes
by Robert Kern
· 21 years ago
9677719
Fix for matrixmultiply != dot on Numeric < 23.4
by Travis Oliphant
· 21 years ago
75e1e94
Added wrappers to iterative methods
by Travis Oliphant
· 21 years ago
b0857cc
Forced casting on logical_xor. Is this the needed MAC fix?
by Travis Oliphant
· 21 years ago
f1d3571
Undid changes to fastumath_unsigned.inc
by Travis Oliphant
· 21 years ago
462dd1e
fixed fastumath logical functions on PPC Darwin platform
by Robert Kern
· 21 years ago
a073748
typo fixes and OSX fixes
by Robert Kern
· 21 years ago
9cdf025
NEW: Simple example to show how one can inline C++ code in Python to
by prabhu
· 21 years ago
c4bf083
NEW: Added example code to show how SWIG2 wrapped C++ objects can be used in
by prabhu
· 21 years ago
7f3e33a
NEW: Added a simple example to demonstrate how to access a 3D Numeric array.
by prabhu
· 21 years ago
f36a4af
ENH: Updated to transparently support SWIG wrapped objects that use a
by prabhu
· 21 years ago
d6fd1be
Applied patch from scipy issue 189.
by Pearu Peterson
· 21 years ago
644c97a
Fixed scipy issue 190
by Pearu Peterson
· 21 years ago
30959d1
Fixed help for quering non-existing modules, e.g. keywords.
by Pearu Peterson
· 21 years ago
a48e9f9
Backport to Python 2.2 and earlier.
by Pearu Peterson
· 21 years ago
623d2ad
Added comment about requiring swig 1.3.14 or later.
by Pearu Peterson
· 21 years ago
a599dbb
Backporting CCompiler.compiler hacks to Python <=2.2 distutils, fixes scipy issue 188.
by Pearu Peterson
· 21 years ago
28efcb4
Fixed typos.
by Pearu Peterson
· 21 years ago
58d2cf6
Fixed more problems with alter_numeric scalar conversion
by Travis Oliphant
· 21 years ago
52d1559
Fixed typo.
by Pearu Peterson
· 21 years ago
a0b4476
Clean up sys.path after scipy_distutils has been imported.
by Pearu Peterson
· 21 years ago
a383337
Introduced setup.py to make scipy_distutils as a standalone package.
by Pearu Peterson
· 21 years ago
56e7378
Try harder to find xlf version number when it's not available in xlf output.
by Pearu Peterson
· 21 years ago
0018b01
Fixed segfault problems on windows due to passing Py_complex as return value of function between program segments compiled with different compilers.
by Travis Oliphant
· 21 years ago
96c0255
Fixed segfault bug affecting Windows computers. Problem related again to using functions that pass structures (complex numbers) in between different comilers.
by Travis Oliphant
· 21 years ago
4c0b541
Fixed compiler choice for .f files containing f90 code in free format.
by Pearu Peterson
· 21 years ago
2f080bc
Updated from_template to avoid recursion errors and fix bug.
by Travis Oliphant
· 21 years ago
965e6c6
Fixed incomplete spec Issue160
by Travis Oliphant
· 21 years ago
11d0364
Fixed version pattern for newer ibm compilers.
by Pearu Peterson
· 21 years ago
8376d1a
Fixed major bug in vectorize causing segfaults when one argument was broadcast to another
by Travis Oliphant
· 21 years ago
594170a
Fixed compaqfcompiler module switches.
by Pearu Peterson
· 21 years ago
3ff97f1
First draft of new (no-python-scalar coercion model). Some tests are failing with precision errors.
by Travis Oliphant
· 21 years ago
b8d812d
First crack and ignoring Python scalars for coercion.
by Travis Oliphant
· 21 years ago
f6922a8
Added fixes so structure for altered coercion model will at least compile -- no altered coercion yet...
by Travis Oliphant
· 21 years ago
8b67a9f
Fixed abs(array([3,4],'b')) bug. Placed in structure so that coercion model can be changed (just need to edit setup_types).
by Travis Oliphant
· 21 years ago
e028a1d
Fixed absoft version pattern. Wrapped distutils gen_lib_options: fcompiler.library_dir_option may return a list.
by Pearu Peterson
· 21 years ago
36bc78e
Optimizations to fancy indexing.
by Travis Oliphant
· 21 years ago
44b762b
Added index and masking to arrays. Run scipy.alter_numeric() to enable --- not enabled by default for now... a[a>3]=10 now works.
by Travis Oliphant
· 21 years ago
b7bcfbf
Working on absoft compiler support for mingw32.
by Pearu Peterson
· 21 years ago
8cb093e
Fixed typo.
by Pearu Peterson
· 21 years ago
3b388b1
Disabled macros for all fortran compilers.
by Pearu Peterson
· 21 years ago
c22e382
Absoft requires win32 path even when called from cygwin environment.
by Pearu Peterson
· 21 years ago
689f291
Absoft requires win32 path even when called from cygwin environment.
by Pearu Peterson
· 21 years ago
f6602c8
Added gdk and gdk-2.0 info classes
by Pearu Peterson
· 21 years ago
f6784ff
-D -U options to xlf compiler have different meanings than (un)defining cpp variables. So, disabled macros for ibm compiler.
by Pearu Peterson
· 21 years ago
9161659
pkg-config has --cflags instead of --cxxflags
by Pearu Peterson
· 21 years ago
9ccc30d
Fix distutils.util.split_quoted for white-space-less words in quotes.
by Pearu Peterson
· 21 years ago
924e9e3
Preparing to fix bdist_rpm bug when setup.py script does not exist.
by Pearu Peterson
· 21 years ago
43e9830
Fixed bdist_rpm failure when a file name contains spaces.
by Pearu Peterson
· 21 years ago
4d918dd
Adding 'scripts' to default configuration dict.
by Pearu Peterson
· 21 years ago
6822f58
Two more setup script examples: generation of __svn_version__ and config.
by Pearu Peterson
· 21 years ago
758a1c8
Fixed target_dir of pure Fortran extensions to include extension names.
by Pearu Peterson
· 21 years ago
d1ed079
Support for getting packages from non-package subdirectories.
by Pearu Peterson
· 21 years ago
b7cc0ff
Added proc.py.
by Pearu Peterson
· 21 years ago
03693fb
Handle the case where .svn/entries does not exist.
by Pearu Peterson
· 21 years ago
ebe4943
No need to wrap pydoc.locate. Fixes interactive help() session.
by Pearu Peterson
· 21 years ago
77253fb
Few typical setup.py example scripts.
by Pearu Peterson
· 21 years ago
afa86a9
Fixed help for postponed attributes. Added docs to overwritten methods/functions.
by Pearu Peterson
· 21 years ago
d7b3cd5
Refactored code: frame_traceback is quite useful in debugging. Fixed importing all postponed modules when using help().
by Pearu Peterson
· 21 years ago
5d6793a
Fixed bugs. More debugging hooks. ppresolve returns its string argument when it is unable to resolve the object and when ignore_failure is true, this fixes few Arnd cases.
by Pearu Peterson
· 21 years ago
038fb06
Cleanup.
by Pearu Peterson
· 21 years ago
5f39b86
Impl. get_build_platlib(). atlas_version is built into temp directory - this should fix bdist_rpm on RedHat systems.
by Pearu Peterson
· 21 years ago
7d34fc5
Introduced include_only boolean argument to get_subpackages.
by Pearu Peterson
· 21 years ago
14a9cf6
Cleanup.
by Pearu Peterson
· 21 years ago
91b24ba
Fixed bug where targets of different extensions had the same file name and so caused silent name conflicts.
by Pearu Peterson
· 21 years ago
2c114c6
Added debugging hooks.
by Pearu Peterson
· 21 years ago
7a6dba8
Also pydoc.describe needs ppresolve wrapper to get title right.
by Pearu Peterson
· 21 years ago
1416eaa
Renamed realize to ppresolve. Fixed help('scipy.modulename') issue.
by Pearu Peterson
· 21 years ago
6f911ba
Impl. ppimport.realize. Fixes help(module.attribute) bug.
by Pearu Peterson
· 21 years ago
07b23a5
Backport to Python <=2.2: cannot use slice object for strings.
by Pearu Peterson
· 21 years ago
f3e93c7
Don't scan build directory for modules.
by Pearu Peterson
· 21 years ago
be1d0a5
If extension has no sources then there will be no output. Fixes bdist_rpm command.
by Pearu Peterson
· 21 years ago
4350ab0
Disabled hard-linking when creating source archives to avoid modifying (changing eol-style) files in source tree. When enabled, modifications will be undone after an archive is created; however, dos->unix->dos is not always identity mapping (e.g. try on chaco/wxplt.py) and that's the reason for always making a copy.
by Pearu Peterson
· 21 years ago
6e1a504
svn revision number must be int.
by Pearu Peterson
· 21 years ago
7849a6d
Refactored get_svn_revision from generate_svn_version_py.
by Pearu Peterson
· 21 years ago
64bc6e3
Minor enhancement for generate_svn_version_py.
by Pearu Peterson
· 21 years ago
4434fb1
Impl. generate_config_py and generate_svn_version_py functions
by Pearu Peterson
· 21 years ago
0cc9384
Improving sparse support.
by Travis Oliphant
· 21 years ago
e4bc886
Don't build extension module when there are no sources. This allows generating arbitrary .py files within Extension.
by Pearu Peterson
· 21 years ago
16628c9
Added template source support using simple rules
by Travis Oliphant
· 21 years ago
Next »