Thanks to visit codestin.com
Credit goes to chromium.googlesource.com
Sign in
chromium
/
external
/
github.com
/
numpy
/
numpy
/
refs/tags/v0.3.0
3cb02b5
Impl. a way to ignore software in the system, e.g. set ATLAS=None to pretend that Atlas libraries are not availiable.
by Pearu Peterson
· 21 years ago
v0.3.0
b88d9f6
Updates for doing setup sdist.
by Pearu Peterson
· 21 years ago
25f3834
Impl. enable/disable functions for ppimport to enable/disable postponed import hooks.
by Pearu Peterson
· 21 years ago
cfa2475
Backport to Python 2.1
by Pearu Peterson
· 21 years ago
7040550
Fixed incorrect failure from assert_approx_equal(1.0,0.99999999998)
by Pearu Peterson
· 21 years ago
04f1a58
fixed reference to test_module
by Travis Vaught
· 21 years ago
796f998
added missing definition of 'mstr' for use in failure reporting
by Travis Vaught
· 21 years ago
567a14b
Ignore None in config_list.
by Pearu Peterson
· 21 years ago
e2d1772
Setting 'config_fc --noarch' default for the release process (Remember to set it back\!).
by Pearu Peterson
· 21 years ago
dec2d0c
Pumped up version numbers to 0.3.0.
by Pearu Peterson
· 21 years ago
e1802e7
Added number of new info classes.
by Pearu Peterson
· 21 years ago
a1f50a2
Added WX_RELEASE_, WX_VERSION_ macros to wx_info, changed WX_VERSION to WX_INFO.
by Pearu Peterson
· 21 years ago
ec7071e
Implemented wx_info support.
by Pearu Peterson
· 21 years ago
468a2f2
Return original exe name when not found.
by Pearu Peterson
· 21 years ago
ed27d88
Using /Zm1000 when compiling C++ sources with MSVC compiler.
by Pearu Peterson
· 21 years ago
63bbe4c
sdist: ignore hidden and temporary files
by Pearu Peterson
· 21 years ago
0e69290
Fixed get_path output.
by Pearu Peterson
· 21 years ago
58618b0
Fixed --inplace building of swig extensions: .py files are put (by 'swig -outdir') to the same directory where extension files are generated.
by Pearu Peterson
· 21 years ago
4a912cb
Fixed win32 cmd and msys ports.
by Pearu Peterson
· 22 years ago
e161453
Fixed building c++ libraries when using msvc 6.0
by Pearu Peterson
· 22 years ago
d8e22e7
Prepearing to tag scipy tree (unified micro version numbers)
by Pearu Peterson
· 22 years ago
v0.2.2
02ede8c
Workaround for MSVC6.0 when building c++ extensions
by Pearu Peterson
· 22 years ago
442e9dd
Improved debug messages
by Pearu Peterson
· 22 years ago
f061375
Fixed exec_command when used under win32 cmd and a command contains spaces or is wrapped into quotes
by Pearu Peterson
· 22 years ago
d838c79
Using os.path.realpath only on posix platforms.
by Pearu Peterson
· 22 years ago
bea4593
Using _exec_command_posix on sunos.
by Pearu Peterson
· 22 years ago
2d7c530
Added .F, .F90 to the list of Fortran source extensions.
by Pearu Peterson
· 22 years ago
15e2818
Fixed weave.catalog tests and trying to reduce the verbosity of weave usage.
by Pearu Peterson
· 22 years ago
6fc96bc
Introduced recursive keyword argument to get_subpackages.
by Pearu Peterson
· 22 years ago
f7a8b6d
Disabled status=998 error for now.
by Pearu Peterson
· 22 years ago
766c97f
Added test for f2py --include_paths option
by Pearu Peterson
· 22 years ago
b515133
Fixed exec_command for commands with spaces
by Pearu Peterson
· 22 years ago
406a04b
Introduced reldir argument to set_local_path.
by Pearu Peterson
· 22 years ago
5f5c774
Reduced debugging messages
by Pearu Peterson
· 22 years ago
3743e36
Added support to Sun WorkShop 6 F95 compiler (untested though)
by Pearu Peterson
· 22 years ago
5409036
Be verbose when command returns failure status.
by Pearu Peterson
· 22 years ago
0d3f9d2
Disabled use_shell for sun os
by Pearu Peterson
· 22 years ago
88424c5
Fixed _exec_command when use_shell is true
by Pearu Peterson
· 22 years ago
7712b89
Fixed displaying log messages that contain % characters
by Pearu Peterson
· 22 years ago
7bf0e17
Fixed duplicate quotation of a command path.
by Pearu Peterson
· 22 years ago
112824c
Fixed compiler_switch
by Pearu Peterson
· 22 years ago
840e261
Fixed bug when the fullpath to an executable contains spaces
by Pearu Peterson
· 22 years ago
db74b2b
Handle the case where one of the arguments is scalar in assert_array_equal
by Pearu Peterson
· 22 years ago
6a376b2
Fixed local_path for previously commited feature
by Pearu Peterson
· 22 years ago
0380887
Deal with pure python subpackages that have no setup_*.py file.
by Pearu Peterson
· 22 years ago
208baf5
commented out call to recently commented out __get_cc_args
by Travis Vaught
· 22 years ago
8957ad3
fixed typo
by Travis Vaught
· 22 years ago
1a08dbb
Fixed Apple python test
by Pearu Peterson
· 22 years ago
0bec5dc
changed /c to /compile_only for compaq visual (DF98)
by Pearu Peterson
· 22 years ago
c916560
Use -framework Python only with apple python, fink python does not need it (as I have been told)
by Pearu Peterson
· 22 years ago
4d2ead9
Added compiler flag for versions later than Absoft 6.2 so that compiler will free memory on encountering a dealloc.
by Travis Oliphant
· 22 years ago
8d935d1
Fixed dependency libraries on absoft compiler.
by Travis Oliphant
· 22 years ago
cf8d1e6
platform_info now try to use scipy_distutils and falls back to distutils if it isn't available.
by Eric Jones
· 22 years ago
9b5b7b2
fix to get MSVC compilers working.
by Eric Jones
· 22 years ago
7797614
Introduced IgnoreException. When it is raised then scipy unittesting framework does not treat it as an error. Useful when certain features of a package are disabled but testing site contains tests for these features. Added agg_platform_support.cpp to sources list.
by Pearu Peterson
· 22 years ago
a96e326
Multiple suites were found when package_name==__main__, fixed it. Now TestCase classes can be implemented also in module sources.
by Pearu Peterson
· 22 years ago
7f73fd1
Fixed several issues with msvc support.
by Pearu Peterson
· 22 years ago
dbd133a
Made debugging messages optional.
by Pearu Peterson
· 22 years ago
339ad8f
Impl. better handling of getting suites from a python script
by Pearu Peterson
· 22 years ago
9760c22
Fixed intel compiler warnings, using -72 for compiling F77 sources
by Pearu Peterson
· 22 years ago
d3f7411
Resolve relative paths in object_filenames: they caused lots of confusion when F90 module files ended up in wrong places
by Pearu Peterson
· 22 years ago
5f73e9a
Added system_info classes for boost_python and agg2
by Pearu Peterson
· 22 years ago
f1e36ac
Remove file from current directory if move failed (presumably because destination file already exists)
by Travis Oliphant
· 22 years ago
4121e33
Fixes to use msvc linker on windows
by Travis Oliphant
· 22 years ago
144b7ab
Changed library include directory to append lib
by Travis Oliphant
· 22 years ago
1c5dfc8
Remove dummy cc_args from Fcompiler class so that include files get used for Fortan.
by Travis Oliphant
· 22 years ago
fa4054d
Fixed compiler so that Fortran files are built in order specified in sources list
by Travis Oliphant
· 22 years ago
301b2cd
Typo in error message fixed.
by Travis Oliphant
· 22 years ago
a7e6a9e
Added module_dirs argument to Extension to specify the locations of F90 modules
by Pearu Peterson
· 22 years ago
c2dc0fa
Using local core,log modules instead of scipy_distutils (that might not have be installed yet).
by Pearu Peterson
· 22 years ago
11a9533
Redefine pydoc.help.__call__ method to support ppimport.
by Pearu Peterson
· 22 years ago
653e32f
cygwin library may have .dll.a extension
by Pearu Peterson
· 22 years ago
fc61a4a
cygwin library may have .dll.a extension
by Pearu Peterson
· 22 years ago
7c27e97
cygwin may have X11 installed
by Pearu Peterson
· 22 years ago
d2ce48c
include_packages overrides ignore_packages
by Pearu Peterson
· 22 years ago
99b67b5
Introduced get_subpackages, it should replace get_package_config and friends.
by Pearu Peterson
· 22 years ago
91cff85
Added flavor info to fortran compilation message.
by Pearu Peterson
· 22 years ago
45c0b1e
Added missing line.
by Pearu Peterson
· 22 years ago
ae77726
Warn when merging possibly incompatible libraries (e.g when Lib/xxx and Lib/yyy define libraries with the same name but different contents)
by Pearu Peterson
· 22 years ago
f88e09e
Ignore lines starting with tab as it contains no info whether Fortran source code is in fix or free format.
by Pearu Peterson
· 22 years ago
442f9ff
Restored mingw32_support with no contents so that older f2py2e versions will work with the resent scipy_distutils.
by Pearu Peterson
· 22 years ago
ba9f6c5
Restored mingw32_support with no contents so that older f2py2e versions will work with the resent scipy_distutils.
by Pearu Peterson
· 22 years ago
162bec7
Completed support for darwin native blas/lapack
by Pearu Peterson
· 22 years ago
b902464
Moved get_version to ccompiler.py.
by Pearu Peterson
· 22 years ago
4793e4b
Fixed fcompiler search mechanism (it seems that implementation of compiler search hooks in standard distutils is incomplete).
by Pearu Peterson
· 22 years ago
a29f4f7
build_ext takes default fcompiler from config_fc (and build_clib takes it from build_ext).
by Pearu Peterson
· 22 years ago
a6f8c90
Introduced notfound_action argument to get_info().
by Pearu Peterson
· 22 years ago
5bad7d2
Added C++ support to build_clib.
by Pearu Peterson
· 22 years ago
5e29f4a
Fixed sdist: .svn contents is ignored and depends in library build_info is used.
by Pearu Peterson
· 22 years ago
566f987
Continue even if get_atlas_version fails. Darwin users can still use atlas if env.var. ATLAS is defined.
by Pearu Peterson
· 22 years ago
f8cab16
Changing environment in cygwin-win32 mix works. Just echo cannot be used to test it, now using python for that.
by Pearu Peterson
· 22 years ago
fad43fc
Create libraries if needed.
by Pearu Peterson
· 22 years ago
29ff231
Extension.libraries may contain libraries with sources (such libraries must be given as (lib_name,build_info)).
by Pearu Peterson
· 22 years ago
795a70f
Undone previous commit as it didn't work: either install scipy_core or set PYTHONPATH=.. in order to call 'python system_info.py'
by Pearu Peterson
· 22 years ago
3dce5df
Fix executing system_info.py when scipy_distutils is not installed
by Pearu Peterson
· 22 years ago
3c0c577
Fixed define macros with string values.
by Pearu Peterson
· 22 years ago
849030c
Fixed issue with win32 paths in a string.
by Pearu Peterson
· 22 years ago
d171284
Implemented {lapack,blas}_opt_info. It contains darwin support. But note that if vecLib provides only clapack/cblas then it won't work: linalg does not support cblas/clapack yet.
by Pearu Peterson
· 22 years ago
95068c4
library sources list may now contain source building functions.
by Pearu Peterson
· 22 years ago
9d206bd
Fixed linking flags for darwin
by Pearu Peterson
· 22 years ago
Next »