- May 11, 2017
-
-
Christoph Groth authored
-
- Feb 13, 2017
-
-
Jörg Behrmann authored
Numpy 1.12.0 updated iscomplexobj which always shows False for tinyarrays, which makes assert_almost_equal fail for complex array-valued arguments, as they will not be split up into real and imaginary part. We circumvent this bug by testing every entry separately in this case. This bug will be fixed for Numpy 1.12.1. Fixes #11
-
Jörg Behrmann authored
This silences the warning about "invalid suffix on literal".
-
Joseph Weston authored
-
- Jan 28, 2017
-
-
Bas Nijholt authored
-
- Dec 21, 2016
-
-
Christoph Groth authored
-
Christoph Groth authored
-
Christoph Groth authored
-
Christoph Groth authored
-
Christoph Groth authored
These two options are pure setuptools functionality and problematic: https://pip.pypa.io/en/stable/user_guide/?highlight=setup_requires#installation-bundles
-
Christoph Groth authored
-
- Dec 20, 2016
-
-
Joseph Weston authored
Also fixes other memory leads. Previously, load_index_seq_as_long did not correctly DECREF the new reference created by PySequence_Fast. fixes #10
-
- Dec 19, 2016
-
-
Christoph Groth authored
-
Christoph Groth authored
-
Christoph Groth authored
-
Christoph Groth authored
-
Christoph Groth authored
-
Christoph Groth authored
-
Christoph Groth authored
-
Christoph Groth authored
-
Christoph Groth authored
-
Christoph Groth authored
-
- Nov 03, 2016
-
-
Joseph Weston authored
-
- Sep 09, 2016
-
-
Christoph Groth authored
-
- Sep 05, 2016
-
-
Christoph Groth authored
-
Christoph Groth authored
-
- May 26, 2016
-
-
Christoph Groth authored
-
- May 24, 2016
-
-
Joseph Weston authored
Python2's weird comparison semantics are inconsistent with what we expect when `NotImplemented` is returned.
-
Joseph Weston authored
If the arrays do not have the same shape then we return NotImplemented.
-
- May 11, 2016
-
-
Joseph Weston authored
A new method `object_size` is added to the Array template class, which calculates the total size of the Python object in bytes. The function `size_of` then wraps this method and provides the necessary interface for a Python method object.
-
Joseph Weston authored
-
- Mar 31, 2016
-
- Dec 01, 2015
-
-
Christoph Groth authored
-
Christoph Groth authored
-
-
Christoph Groth authored
-
-
-
Christoph Groth authored