- 21 Dec, 2016 3 commits
-
-
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 8 commits
-
-
Christoph Groth authored
-
Christoph Groth authored
-
Christoph Groth authored
-
-
Christoph Groth authored
-
-
-
Christoph Groth authored
-
- 13 Nov, 2015 2 commits
-
-
Christoph Groth authored
-
Christoph Groth authored
This makes it fail for Python 3 also on 64 bit platforms.
-
- 08 Nov, 2015 4 commits
-
-
Christoph Groth authored
-
Christoph Groth authored
-
Christoph Groth authored
-
Christoph Groth authored
The motivation behind this change is to allow keeping Tinyarray distributions in git repositories that have a different layout from the canonical Tinyarray git repository. This is useful for example for packaging. The static version is now kept in the file "version" and can take a special value that signifies that the version should be determined using git. This file is rewritten upon creation of a source distribution.
-
- 07 Nov, 2015 2 commits
-
-
Christoph Groth authored
-
Christoph Groth authored
-