- Oct 26, 2016
-
-
Christoph Groth authored
-
- Oct 25, 2016
-
-
Christoph Groth authored
-
Christoph Groth authored
With the reorganization of setup.py, most constants are now used in a single place. It is clearer and simpler to have them there.
-
Christoph Groth authored
The CYTHON_TRACE macro can be now set in the build.conf file.
-
Christoph Groth authored
All C extensions are now treated on equal footing and can be configured in "build.conf". All the options known by Extension may be set now for any extension individually and for all of them together (using the [DEFAULT] section).
-
Christoph Groth authored
-
Christoph Groth authored
-
Christoph Groth authored
-
Christoph Groth authored
This reduces the number of global variables and makes the code easier to understand.
-
Christoph Groth authored
-
Christoph Groth authored
The removed code predates "build.conf" and should not be necessary on most (all?) platforms. Should numpy be missing in the include path, it can be added using "build.conf". If this change turns out to cause problems, we can always revert it.
-
Christoph Groth authored
-
- Oct 24, 2016
-
-
Rafal Skolasinski authored
-
- Sep 16, 2016
-
-
Anton Akhmerov authored
-
Christoph Groth authored
-
Christoph Groth authored
-
Christoph Groth authored
-
Bas Nijholt authored
-
- Sep 09, 2016
-
-
Christoph Groth authored
-
Christoph Groth authored
-
- Aug 30, 2016
-
-
Anton Akhmerov authored
-
Anton Akhmerov authored
Summary of changes: * Add a test for trailing whitespace, remove all trailling whitespace * Add a test for broken URLs in docs, fix all broken URLs and permanent redirects * Switch sphinx doc build to strict (warnings to errors) and nitpicky (broken links to warnings). Fix all sphinx warnings. * Deploy docs from any commit to [kwant/kwant](https://gitlab.kwant-project.org/kwant/kwant) to https://test.kwant-project.org/doc/dev * Deploy docs from any commit to master at kwant/kwant to https://kwant-project.org/doc/dev * Deploy docs from any tag release tag (so anything that is vX.Y.Z) at kwant/kwant to https://kwant-project.org/doc/X.Y
-
- Aug 16, 2016
-
-
Anton Akhmerov authored
-
- Aug 06, 2016
-
-
Anton Akhmerov authored
-
- Aug 04, 2016
-
-
Joseph Weston authored
-
Joseph Weston authored
-
- Jun 28, 2016
-
-
Joseph Weston authored
-
- Jun 14, 2016
-
-
Anton Akhmerov authored
Flakes for CI * I've switched on flakes in CI so that it can catch some simple errors. * Among cruft pyflakes has identified two actual bugs. Right now pyflakes is too simple-minded to digest dynamic formation of `__all__` in `__init__.py`, should we do something about it or should we rather silence pyflakes like I did? See merge request !29
-
Anton Akhmerov authored
-
- Jun 10, 2016
-
-
Anton Akhmerov authored
-
Anton Akhmerov authored
switch to py.test Closes #37. Thanks to @jbweston for setting up a proper CI image. See merge request !21
-
Anton Akhmerov authored
-
- Jun 08, 2016
-
-
Anton Akhmerov authored
-
- Jun 06, 2016
-
-
Anton Akhmerov authored
-
- Jun 04, 2016
-
-
Anton Akhmerov authored
-
Anton Akhmerov authored
-
Anton Akhmerov authored
-
Anton Akhmerov authored
-
- Jun 03, 2016
-
-
Joseph Weston authored
The date is currently missing, and should be provided before an official release is made.
-
Joseph Weston authored
-