Mercurial
vigranumpy
/ shortlog
summary
| shortlog |
changelog
|
graph
|
tags
|
branches
|
files
(0)
-100
-60
tip
2009-07-31
Ullrich Koethe
NumpyArray::init(): fixed order flag when stride ordering is given
default
tip
changeset
|
files
2009-07-30
Ullrich Koethe
added refcount and copy tests
changeset
|
files
2009-07-30
Ullrich Koethe
refactoring of the low-level array factory functions
changeset
|
files
2009-07-30
Ullrich Koethe
moved numpyTypeIdToString() vigranumpyimpex.cxx
changeset
|
files
2009-07-30
Ullrich Koethe
merge
changeset
|
files
2009-07-30
Ullrich Koethe
improved error output of checkFailure()
changeset
|
files
2009-07-30
Ullrich Koethe
merge
changeset
|
files
2009-07-30
Ullrich Koethe
fixed checkFailure()
changeset
|
files
2009-07-30
Ullrich Koethe
changed fftw_complex => vigra::FFTWComplex; added support for subarrays
changeset
|
files
2009-07-30
Ullrich Koethe
changed float96 => longdouble; complex192 => clongdouble
changeset
|
files
2009-07-30
Hans Meine
improve assertion failure messages for un-incompatible parameter types
changeset
|
files
2009-07-30
Hans Meine
make it compile - add missing BaseType::'s for typeKey() and missing semicolons after preconditions
changeset
|
files
2009-07-29
Ullrich Koethe
implemented fourierTransform() and fourierTransformInverse()
changeset
|
files
2009-07-29
Ullrich Koethe
changed NumpyArrayTraits::constructor design (still needs refactoring!)
changeset
|
files
2009-07-29
Ullrich Koethe
added missing include path
changeset
|
files
2009-07-29
Ullrich Koethe
fixed result type of abs(complex) and added test
changeset
|
files
2009-07-29
Ullrich Koethe
merge
changeset
|
files
2009-07-29
Ullrich Koethe
added fourier module
changeset
|
files
2009-07-27
Ullrich Koethe
added missing project files
changeset
|
files
2009-07-27
Ullrich Koethe
added interactive3
changeset
|
files
2009-07-28
Hans Meine
add note about the 'base' attribute to the doc of makeReference()
changeset
|
files
2009-07-22
Hans Meine
merge data/stride array construction (TODO: much code duplication now)
changeset
|
files
2009-07-22
Hans Meine
implement NumpyArray::makeReference(const MultiArrayView &)
changeset
|
files
2009-07-25
Ullrich Koethe
added more ufunc tests
changeset
|
files
2009-07-25
Ullrich Koethe
added description of the type casting rules
changeset
|
files
2009-07-25
Ullrich Koethe
added ufunc tests
changeset
|
files
2009-07-25
Ullrich Koethe
changed coercion rules to VIGRA style
changeset
|
files
2009-07-25
Ullrich Koethe
added value parameter to constructor
changeset
|
files
2009-07-23
Ullrich Koethe
added test that negation preserves the memory layout
changeset
|
files
2009-07-23
Ullrich Koethe
finally go the type coecion problem right (hopefully)
changeset
|
files
2009-07-23
Ullrich Koethe
fixed names of imported complex types
changeset
|
files
2009-07-22
Ullrich Koethe
overloaded numerical operators to preserve an array's memory order
changeset
|
files
2009-07-22
Ullrich Koethe
also implemented less common cases for ufuncs
changeset
|
files
2009-07-22
Ullrich Koethe
added ufunc.py (ufunc variants that preserve array order)
changeset
|
files
2009-07-22
Ullrich Koethe
automativally register MultiArrayView converters in vigranumpytest
changeset
|
files
2009-07-22
Ullrich Koethe
renamed import_type, export_type => dtype
changeset
|
files
2009-07-22
Ullrich Koethe
added possibility to register MultiArrayView converters
changeset
|
files
2009-07-22
Ullrich Koethe
added out-argument to structureTensor2D()
changeset
|
files
2009-07-22
Ullrich Koethe
added NumpyArray::reshapeIfEmpty()
changeset
|
files
2009-07-22
Ullrich Koethe
added tests for numpy.may_share_memory()
changeset
|
files
2009-07-22
Ullrich Koethe
allow Non to be converted into an empty array
changeset
|
files
2009-07-21
Ullrich Koethe
fixed Python names for complex types
changeset
|
files
2009-07-21
Ullrich Koethe
added array order property and constructor init parameter
changeset
|
files
2009-07-21
Ullrich Koethe
added vigranumpycmodule to the link dependencies of vigranumpytest
changeset
|
files
2009-07-21
Ullrich Koethe
gcc compatibility fixes
changeset
|
files
2009-07-21
Ullrich Koethe
added registerConverters() and moved VIGRA_PYTHON_MULTITYPE_FUNCTOR to numpy_array_converters.hxx
changeset
|
files
2009-07-20
Ullrich Koethe
changed def => adef so that the required array type converters are automatically registered
changeset
|
files
2009-07-20
Ullrich Koethe
moved array converter registration to header file
changeset
|
files
2009-07-20
Ullrich Koethe
changed ArrayTraits: typeKey() and typeKeyFull()
changeset
|
files
2009-07-20
Ullrich Koethe
added mydef parameter to VIGRA_PYTHON_MULTITYPE_FUNCTOR macro
changeset
|
files
2009-07-20
Ullrich Koethe
gcc compatibility fixes
changeset
|
files
2009-07-20
Ullrich Koethe
added more tests
changeset
|
files
2009-07-20
Ullrich Koethe
improved documentation
changeset
|
files
2009-07-20
Ullrich Koethe
added more converters
changeset
|
files
2009-07-20
Ullrich Koethe
added local typedefs
changeset
|
files
2009-07-18
Ullrich Koethe
added vigranumpytest.cxx and extended test_arraytypes.py
changeset
|
files
2009-07-18
Ullrich Koethe
changed constructNumpyArray() to accept shapes, arrays, and order
changeset
|
files
2009-07-18
Ullrich Koethe
readImage() creates unstrided arrays
changeset
|
files
2009-07-18
Ullrich Koethe
added 'order' parameter to constructNumpyArray()
changeset
|
files
2009-07-17
Ullrich Koethe
merge
changeset
|
files
(0)
-100
-60
tip