- Nov 15, 2017
-
-
Bas Nijholt authored
Previously, the numpy 'include_dirs' would be shadowed by any 'include_dirs' provided in 'build.conf'. We want to avoid burdening people with remembering to specify the numpy 'include_dirs' every time, and if custom numpy headers is the desired behaviour, these can still be specified in 'build.conf', and will take precedence.
-
- Nov 14, 2017
-
-
Christoph Groth authored
-
- Oct 26, 2017
-
-
Christoph Groth authored
-
Christoph Groth authored
The warning used to be emitted from build_discretized(). Whenever discretize(), another API function that internally calls build_discreitzed() would be called with the deprecated argument, a warning would appear for a line in the code of discretize(). This has been fixed by factoring out the check, and calling it from both functions.
-
- Sep 14, 2017
-
-
Anton Akhmerov authored
Use the matplotlib color cycle for site families when calling 'kwant.plot'. Closes #141, see !162.
-
- Sep 13, 2017
-
-
Joseph Weston authored
Pull in fixes for Cython 0.26.
-
Joseph Weston authored
We can now use Scipy's Cython interface to Lapack, which removes the need for us to explicitly link against blas or lapack ourselves. Also cut down boilerplate by re-arrange the existing Lapack wrappers to use Cython fused types. Closes #28
-
Joseph Weston authored
-
Joseph Weston authored
-
Joseph Weston authored
-
Joseph Weston authored
-
Joseph Weston authored
-
Joseph Weston authored
-
Joseph Weston authored
-
Joseph Weston authored
-
Joseph Weston authored
-
Joseph Weston authored
-
Joseph Weston authored
-
Joseph Weston authored
-
Joseph Weston authored
-
Joseph Weston authored
-
Joseph Weston authored
We use Cython's import mechanism to use the the same lapack used by Scipy, so we no longer need to explicitly link against lapack or blas.
-
Joseph Weston authored
-
Joseph Weston authored
This reverts commit 1e6c0860, reversing changes made to 2c5da944. The changes to Kwant's Lapack wrappers depend on features from Scipy 0.16, so it cannot be merged into stable branch, which depends on Scipy 0.14.
-
Joseph Weston authored
fix pickling on Cython 0.26 See merge request !175
-
Joseph Weston authored
Closes #170
-
Joseph Weston authored
-
Joseph Weston authored
Our oldest supported distribution is Ubuntu 16.04, which ships with Python 3.5. Closes #169
-
- Sep 12, 2017
-
-
Joseph Weston authored
enable PDF documentation builds See merge request !171
-
Joseph Weston authored
Produce vector graphics, rather than rasterizing, as rsvg-convert does.
-
Joseph Weston authored
-
Joseph Weston authored
Add the 'unicode-math' package and set the latex engine to 'xelatex'. Closes #126.
-
Joseph Weston authored
improve 'attach_lead' docstring See merge request !170
-
Joseph Weston authored
-
Joseph Weston authored
-
Joseph Weston authored
sympy is installed in the Kwant testing image now.
-
Joseph Weston authored
We can now use Scipy's Cython interface to Lapack, which removes the need for us to explicitly link against blas or lapack ourselves. Also cut down boilerplate by re-arrange the existing Lapack wrappers to use Cython fused types. Closes #28 See merge request !149
-
Joseph Weston authored
-
Joseph Weston authored
-
Joseph Weston authored
-