Ralf W. Grosse-Kunstleve
9f4d39d9fe
correct trivial, obvious accident: stray line removed
...
[SVN r35599]
2006-10-13 22:06:17 +00:00
nobody
da8e309957
This commit was manufactured by cvs2svn to create branch 'RC_1_34_0'.
...
[SVN r35598]
2006-10-13 21:34:27 +00:00
Dave Abrahams
31c19644ed
make numpy tests portable to Darwin with older docutils
...
[SVN r35597]
2006-10-13 21:34:26 +00:00
Dave Abrahams
2bd9141d4a
make numpy tests portable to Darwin with older docutils
...
[SVN r35597]
2006-10-13 21:34:26 +00:00
Dave Abrahams
600d444136
Fix some problems with testing on old docutils installations
...
[SVN r35594]
2006-10-13 19:35:28 +00:00
Dave Abrahams
c3bda6a903
Fix some problems with testing on old docutils installations
...
[SVN r35594]
2006-10-13 19:35:28 +00:00
Dave Abrahams
c3bd0fcbad
Make object comparison operators return object instead of bool, to
...
accomodate strange beasts like numarray arrays that return arrays that
can't be used as truth values from their comparison ops.
Fix numpy test for portability with old doctest (again!)
[SVN r35572]
2006-10-12 09:07:07 +00:00
Dave Abrahams
d61909d3ea
Make object comparison operators return object instead of bool, to
...
accomodate strange beasts like numarray arrays that return arrays that
can't be used as truth values from their comparison ops.
Fix numpy test for portability with old doctest (again!)
[SVN r35572]
2006-10-12 09:07:07 +00:00
Dave Abrahams
1755dad7e6
merged from trunk
...
[SVN r35569]
2006-10-12 06:42:20 +00:00
Dave Abrahams
991a7c198a
Workaround vc6 bugs
...
[SVN r35568]
2006-10-12 06:41:55 +00:00
Dave Abrahams
9b67f0447d
Suppress a couple of msvc class/struct warnings
...
[SVN r35567]
2006-10-12 06:41:18 +00:00
Dave Abrahams
3b392c99be
Adjust tests to account for numarray behavior differences
...
[SVN r35539]
2006-10-10 22:44:09 +00:00
Dave Abrahams
b714f6cc23
Adjust tests to account for numarray behavior differences
...
[SVN r35539]
2006-10-10 22:44:09 +00:00
Dave Abrahams
24ba93607b
Try for backward compatibility with older versions of doctest
...
[SVN r35535]
2006-10-10 18:12:43 +00:00
Dave Abrahams
479a6ba4fc
Try for backward compatibility with older versions of doctest
...
[SVN r35535]
2006-10-10 18:12:43 +00:00
Dave Abrahams
49d4aac8ec
Fix lots of bugs in the numeric interface and tests.
...
Tests:
* Coerce a result to bool to deal with Python's new Bool type
* Better reporting of mismatches in expected and received results
* Remove bogus nullary y.astype() call
* Fix all uses of trace and diagonal so they don't cause errors
* Use appropriate typecodes
* Use doctest detailed API to run just the relevant tests
* Factor out error handling from macro
API:
* Added get_module_name() function to get current numeric module
* new_(x) now returns an array instead of object
* Fixed the signatures of the factory() family of functions
* Updated docs accordingly.
[SVN r35528]
2006-10-09 04:05:25 +00:00
Dave Abrahams
d78836b828
Fix lots of bugs in the numeric interface and tests.
...
Tests:
* Coerce a result to bool to deal with Python's new Bool type
* Better reporting of mismatches in expected and received results
* Remove bogus nullary y.astype() call
* Fix all uses of trace and diagonal so they don't cause errors
* Use appropriate typecodes
* Use doctest detailed API to run just the relevant tests
* Factor out error handling from macro
API:
* Added get_module_name() function to get current numeric module
* new_(x) now returns an array instead of object
* Fixed the signatures of the factory() family of functions
* Updated docs accordingly.
[SVN r35528]
2006-10-09 04:05:25 +00:00
Dave Abrahams
7a59131d37
Fix missing #include
...
[SVN r35524]
2006-10-08 05:17:20 +00:00
Dave Abrahams
545be29ad3
(hopefully) grab the last bit of logic from HEAD for a bugfix I've been trying to apply to the branch for days(!)
...
[SVN r35436]
2006-10-01 18:25:44 +00:00
Dave Abrahams
8553c109c7
merged from HEAD
...
[SVN r35429]
2006-09-29 22:27:57 +00:00
Dave Abrahams
5ab00bc9c8
Fix long-standing misnaming of "factory" method as "array"
...
[SVN r35428]
2006-09-29 22:24:12 +00:00
Dave Abrahams
315c3d50ee
Apply missing elements of previously-"applied" bug fix.
...
[SVN r35421]
2006-09-29 15:45:29 +00:00
Dave Abrahams
d5219979a4
Fix bugs uncovered by Roman Yakovenko
...
[SVN r35410]
2006-09-29 02:09:13 +00:00
Dave Abrahams
d42054f3a0
Cleans up license/copyright warnings
...
[SVN r35409]
2006-09-29 02:08:32 +00:00
nobody
72b06e70ee
This commit was manufactured by cvs2svn to create branch 'RC_1_34_0'.
...
[SVN r35366]
2006-09-28 14:41:02 +00:00
Dave Abrahams
94500ae36d
Tests and fixes for a bad interaction between wrapper<> and operators
...
support. "self" arguments weren't getting unwrapped properly.
[SVN r35365]
2006-09-28 14:41:01 +00:00
Dave Abrahams
375cc3aa93
Fix broken links
...
[SVN r35330]
2006-09-26 04:25:49 +00:00
Dave Abrahams
5e5d34cc36
Fixed broken links
...
[SVN r35329]
2006-09-26 04:23:32 +00:00
Ralf W. Grosse-Kunstleve
4eb286a034
ssize_t patches merged from HEAD
...
[SVN r35327]
2006-09-26 00:48:44 +00:00
nobody
a824230155
This commit was manufactured by cvs2svn to create branch 'RC_1_34_0'.
...
[SVN r35326]
2006-09-26 00:25:08 +00:00
Ralf W. Grosse-Kunstleve
c6f2aa4ef2
new boost/python/ssize_t.hpp; avoids potential clash of Py_ssize_t typedef and PY_SSIZE_T_MIN/MAX macros with definitions from other libraries
...
[SVN r35325]
2006-09-26 00:25:07 +00:00
Gottfried Ganßauge
1bc3750ab3
repaired broken links
...
[SVN r35315]
2006-09-25 07:35:57 +00:00
Dave Abrahams
36abcee847
merged from HEAD
...
[SVN r35277]
2006-09-22 15:13:30 +00:00
Dave Abrahams
c7fb2f7047
Attempt GCC-3.4.4 and 4.0.1 workarounds
...
[SVN r35276]
2006-09-22 15:12:04 +00:00
Gottfried Ganßauge
b8b7768eb7
Test for cross module support of opaque
...
[SVN r35256]
2006-09-21 16:47:49 +00:00
Gottfried Ganßauge
7ad9dc6c64
Changed references to opaque_pointer_converter.html to point to opaque.html instead
...
[SVN r35255]
2006-09-21 16:47:31 +00:00
Gottfried Ganßauge
decc34551a
Renamed to opaque.html because class name changed
...
[SVN r35254]
2006-09-21 16:47:00 +00:00
Gottfried Ganßauge
5acb44ede0
Renamed from opaque_pointer_converter.html because class name changed
...
[SVN r35253]
2006-09-21 16:46:42 +00:00
Gottfried Ganßauge
ef62f87963
type object gets initialized. Cross module support works
...
[SVN r35252]
2006-09-21 16:46:21 +00:00
Joel de Guzman
b5c893381f
merge from head
...
[SVN r35246]
2006-09-21 10:52:01 +00:00
Vladimir Prus
815969bf8b
Merge: Add tests
...
[SVN r35245]
2006-09-21 07:27:11 +00:00
Vladimir Prus
afedc1cd9a
Add tests
...
[SVN r35244]
2006-09-21 07:26:35 +00:00
nobody
0d57e9e808
This commit was manufactured by cvs2svn to create branch 'RC_1_34_0'.
...
[SVN r35243]
2006-09-21 07:07:15 +00:00
Gottfried Ganßauge
070e02d7d5
Renamed from opaque_pointer_converter.html
...
[SVN r35242]
2006-09-21 07:07:14 +00:00
Dave Abrahams
7ba6a00617
Apply Boost license, with permission from Prabhu Ramachandran.
...
[SVN r35240]
2006-09-21 03:43:59 +00:00
Dave Abrahams
ccc56c2a4c
Apply Boost license, with permission from Prabhu Ramachandran.
...
[SVN r35240]
2006-09-21 03:43:59 +00:00
Dave Abrahams
e00a88ff49
Fix inspection issues
...
[SVN r35239]
2006-09-21 02:40:19 +00:00
Dave Abrahams
e70bbe4791
Fix license/copyright.
...
Also port some "glaringly obvious" bugfixes from HEAD. Hope it
doesn't cause problems.
[SVN r35237]
2006-09-20 22:49:18 +00:00
Stefan Seefeld
e527bc860f
Fix copyright issues.
...
[SVN r35236]
2006-09-20 22:30:39 +00:00
Stefan Seefeld
7ff0f62729
Fix copyright issues.
...
[SVN r35236]
2006-09-20 22:30:39 +00:00