- 13 May, 2017 1 commit
-
-
Bas Nijholt authored
-
- 11 May, 2017 2 commits
-
-
Christoph Groth authored
-
Christoph Groth authored
-
- 13 Feb, 2017 3 commits
-
-
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
-
- 28 Jan, 2017 1 commit
-
-
Bas Nijholt authored
-
- 21 Dec, 2016 6 commits
-
-
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
-
- 20 Dec, 2016 1 commit
-
-
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
-
- 19 Dec, 2016 10 commits
-
-
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
-
- 03 Nov, 2016 1 commit
-
-
Joseph Weston authored
-
- 09 Sep, 2016 1 commit
-
-
Christoph Groth authored
-
- 05 Sep, 2016 2 commits
-
-
Christoph Groth authored
-
Christoph Groth authored
-
- 26 May, 2016 1 commit
-
-
Christoph Groth authored
-
- 24 May, 2016 2 commits
-
-
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.
-
- 11 May, 2016 2 commits
-
-
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
-
- 31 Mar, 2016 1 commit
-
-
Joseph Weston authored
-
- 01 Dec, 2015 6 commits
-
-
Christoph Groth authored
-
Christoph Groth authored
-
Christoph Groth authored
-
-
Christoph Groth authored
-
-