- Sep 26, 2018
-
-
Christoph Groth authored
-
- Sep 21, 2018
-
-
Joseph Weston authored
-
- Sep 20, 2018
-
-
- Aug 03, 2018
-
-
Joseph Weston authored
-
- May 22, 2018
-
-
Joseph Weston authored
-
Joseph Weston authored
-
- Apr 03, 2018
-
-
Joseph Weston authored
Previously we used the matplotlib default behavior of setting the colormap limits (vmin and vmax) to the limits of the plotted data, if they are not provided by the user. Now we set the colormap limits to the 2nd and 98th percentile of the input data, and stretch the limits by 10% on either end in an attempt to include all the data in the limits. If we cannot do so we set the limits to the percentiles plus the stretch and issue a warning. Also, whenever the data falls outside the colorbar limits (even when the latter are set by the user) we set the appropriate ends of the colorbar to be pointy, indicating that the data extends beyond the colorbar. Closes #183
-
- Feb 22, 2018
-
-
Christoph Groth authored
Thanks to Tibor Sekera for suggesting this feature.
-
- Sep 06, 2017
-
-
Joseph Weston authored
Closes #166.
-
- Jul 25, 2017
-
-
Christoph Groth authored
I assume that most people encounter the tutorial example scripts by reading the documentation, and not by viewing the tutorial subdirectory of a checked-out Kwant source. That's the motivation for moving all the manipulations of tutorial scripts from setup.py to doc/Makefile. Previously, a successful 'make html' would require a preceding execution of 'setup.py build_tut'. Now, a simple 'make html' is enough. While at it, I reorganized where the example scripts and their outputs are stored. Everything is now in 'doc/source/code' with its three subdirectories 'download' (to be shown to readers), 'include' (with include markers), and 'figure' (figure generation & figures). This organization is clearer and also makes the generation of figures separate from the tutorial.
-
- May 23, 2017
-
-
Christoph Groth authored
-
- May 19, 2017
-
-
Joseph Weston authored
-
Joseph Weston authored
- May 14, 2017
-
-
Christoph Groth authored
-
Christoph Groth authored
-
- May 13, 2017
-
-
Christoph Groth authored
-
- May 12, 2017
-
-
Joseph Weston authored
The site() method was never widely advertised, so no one will miss it.
-
Joseph Weston authored
This was deprecated several releases ago
-
- May 11, 2017
-
-
Joseph Weston authored
-
Christoph Groth authored
-
- Apr 18, 2017
-
-
- Mar 30, 2017
-
-
Joseph Weston authored
-
Joseph Weston authored
-
- Jan 30, 2017
-
-
- Jan 24, 2017
-
-
- Jan 10, 2017
-
-
Bas Nijholt authored
-
- Dec 21, 2016
-
-
Anton Akhmerov authored
-
- Dec 15, 2016
-
-
Anton Akhmerov authored
-
- Dec 02, 2016
-
-
Christoph Groth authored
-
Tómas authored
-
- Oct 26, 2016
-
-
Christoph Groth authored
-
- Aug 30, 2016
-
-
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 04, 2016
-
-
Joseph Weston authored
-
- Jun 03, 2016
-
-
Joseph Weston authored
The date is currently missing, and should be provided before an official release is made.
-
- May 05, 2016
-
-
Joseph Weston authored
this fixes #35
-
- Dec 09, 2015
-