- Feb 02, 2017
-
-
Joseph Weston authored
Also improve the documentation for operators in general. special methods are not included by autodocs by default, and as class documentation pages are generated by autosummary, we cannot just explicitly include __call__. We get around this by using a custom autosummary template for the operator classes. For cython extension modules, the method signature for __call__ is still not embedded properly. See https://github.com/cython/cython/issues/1577.
-
Bas Nijholt authored
-
Joseph Weston authored
-
Jörg Behrmann authored
This patch fixes the reasons for compiler warnings in - partitioner (signed unsigned comparison), - graph/util (maybe uninitialized), - operator (maybe uninitialized).
-
- Feb 01, 2017
-
-
Tómas authored
-
- Jan 31, 2017
-
-
Bas Nijholt authored
-
Joseph Weston authored
-
- Jan 30, 2017
- Jan 27, 2017
-
-
Anton Akhmerov authored
-
- Jan 24, 2017
-
-
Anton Akhmerov authored
-
-
Joseph Weston authored
-
-
Anton Akhmerov authored
-
-
Anton Akhmerov authored
-
-
Anton Akhmerov authored
-
- Jan 22, 2017
-
-
Anton Akhmerov authored
-
- Jan 21, 2017
-
-
Anton Akhmerov authored
-
- Jan 20, 2017
-
-
Bas Nijholt authored
-
- Jan 19, 2017
-
-
Anton Akhmerov authored
-
- Jan 17, 2017
-
-
Joseph Weston authored
Add tests to make sure we explicity check for `sum == True`
-
- Jan 16, 2017
-
-
Anton Akhmerov authored
This reverts commit e34b4b73.
-
- Jan 15, 2017
-
-
Bas Nijholt authored
-
- Jan 12, 2017
-
-
Joseph Weston authored
Previously, calling an operator would spuriously return a float when the operator was hermitian, even if the bra/ket vectors sandwiching the operator were not the same.
-
Joseph Weston authored
Explicitly initialize pointers to NULL, refrain from using pythonic constructs, e.g. `a or b`, with cython extension types; this causes cython to produce (correct) code where pointers are not cast to the correct type.
-
- Jan 11, 2017
-
-
Fixes issue #74
-
- Jan 10, 2017
-
-
Bas Nijholt authored
-
- Jan 09, 2017
-
-
Joseph Weston authored
-
- Jan 08, 2017
-
-
Pablo Piskunow authored
-
- Jan 05, 2017
-
-
Anton Akhmerov authored
-
Anton Akhmerov authored
-
Anton Akhmerov authored
-
Anton Akhmerov authored
-
- Jan 04, 2017
-
-
Christoph Groth authored
Without this measure, a failed check is no longer detected. This seems to be a bug in gitlab CI.
-