8254a28 (HEAD -> master) Merge branch 'fix/kaniko_pin_version' into 'master' by
Joseph Weston <joseph@weston.cloud>2020-03-20 17:17:47 +0000;
a2936eb pin Kaniko version to v0.16.0 by
Slava Ostroukh <vp+dev@ostroukh.me>2020-03-18 21:19:51 +0000;
02ac5e7 Merge branch 'stable' by
Joseph Weston <v-josewe@microsoft.com>2020-03-20 02:14:49 -0700;
ad6014c Merge branch 'fix/mumps-build' into 'stable' by
Joseph Weston <joseph@weston.cloud>2020-03-20 16:56:43 +0000;
014df63 update libraries for linking against Mumps in conda-forge by
Joseph Weston <v-josewe@microsoft.com>2020-03-16 10:30:53 -0700;
307a54f Merge branch 'fix/mumps-testing-env' into 'master' by
Anton Akhmerov <anton.akhmerov@gmail.com>2020-03-16 20:20:57 +0000;
5f14e85 use correct (sequential) Mumps libraries in testing image by
Joseph Weston <v-josewe@microsoft.com>2020-03-16 10:35:24 -0700;
fa4a842 limit problems with setting plotting engine by
Christoph Groth <christoph.groth@cea.fr>2020-02-27 11:54:32 +0100;
6bae01d plotter: parametrize tests with the available engines only by
Christoph Groth <christoph.groth@cea.fr>2020-02-13 15:29:52 +0100;
4083843 add whatsnew entry for 1.4.2 by
Christoph Groth <christoph.groth@cea.fr>2020-01-28 14:59:16 +0100;
eae1b77 Merge branch 'feature/nd-systems' into 'master' by
Joseph Weston <joseph@weston.cloud>2019-12-24 12:05:36 +0000;
ac264fb make linebreaks closer to pep8 compliant by
Joseph Weston <joseph@weston.cloud>2019-12-20 11:15:01 +0100;
43f34a5 update system consumers where they assume the old system format by
Joseph Weston <joseph@weston.cloud>2019-12-04 18:28:09 +0100;
868f2ed update 'sites' and 'id_by_site' where they assume the old system format by
Joseph Weston <joseph@weston.cloud>2019-12-04 17:58:48 +0100;
68b2f2d update cell/inter-cell Hamiltonian to use symmetry information by
Joseph Weston <joseph@weston.cloud>2019-12-04 16:40:42 +0100;
d676897 update vectorized finalized Builders to use new storage format by
Joseph Weston <joseph@weston.cloud>2019-12-04 17:02:39 +0100;
8023da6 add 'symmetry' and 'symmetry_element' to the abstract vectorized system by
Joseph Weston <joseph@weston.cloud>2019-11-26 15:47:42 +0100;
339dff6 move the Symmetry documentation to the system module page by
Joseph Weston <joseph@weston.cloud>2019-11-26 12:04:21 +0100;
7ee5221 replace 'builder' with 'system' when referring to 'Symmetry' by
Joseph Weston <joseph@weston.cloud>2019-11-26 14:19:36 +0100;
b008821 move Symmetry and NoSymmetry to the system module by
Joseph Weston <joseph@weston.cloud>2019-11-26 10:57:02 +0100;
ea84ed6 allow Symmetry to act with a single group element on a SiteArray by
Joseph Weston <joseph@weston.cloud>2019-12-04 15:48:23 +0100;
45877c2 disable hamiltonian_submatrix for InfiniteVectorizedSystem by
Joseph Weston <joseph@weston.cloud>2019-12-03 15:01:58 +0100;
675b067 move infinite system docstring from mixin to abstract base class by
Joseph Weston <joseph@weston.cloud>2019-12-04 15:16:00 +0100;
07117c4 apply a minor refactor to 'hamiltonian_term' by
Joseph Weston <joseph@weston.cloud>2019-12-03 15:07:02 +0100;
483bf30 correct vectorized builder test by
Joseph Weston <joseph@weston.cloud>2019-12-04 17:42:09 +0100;
2efd9a7 use vectorized system interface more idiomatically in tests by
Joseph Weston <joseph@weston.cloud>2019-12-04 18:25:34 +0100;
e9ea4e8 Merge branch 'feature/plotly' into 'master' by
Joseph Weston <joseph@weston.cloud>2019-12-18 15:47:39 +0000;
7572446 add Kelvin to the Authors file by
Joseph Weston <joseph@weston.cloud>2019-12-18 16:25:09 +0100;
f6ee0b0 add a whatsnew entry by
Joseph Weston <joseph@weston.cloud>2019-12-18 16:23:57 +0100;
3587302 Adds the plotly testing script. by
Kelvin Loh <kel85uk@gmail.com>2019-12-11 15:49:54 +0100;
c34c4df Adds a tutorial to use the plotly engine. by
Kelvin Loh <kel85uk@gmail.com>2019-12-11 15:29:23 +0100;
21dcb4c Addresses the discussions in merge request. by
Kelvin Loh <kel85uk@gmail.com>2019-10-21 20:00:06 +0200;
49aebad Fix the cmap of the map_matplotlib function to the correct colormap of matplotlib. by
Kelvin Loh <kel85uk@gmail.com>2019-02-21 17:42:24 +0100;
df2eccb Add support for older plotly API for adding multiple traces in the figure object. by
Kelvin Loh <kel85uk@gmail.com>2019-02-19 14:51:21 +0100;
b3e5626 Working heatmap implementation. by
Kelvin Loh <kel85uk@gmail.com>2018-12-21 04:36:56 +0100;
4932f14 Raises a RuntimeError when incompatible inputs are provided to the plot function using the plotly backend. by
Kelvin Loh <kel85uk@gmail.com>2019-03-01 14:50:36 +0100;
d34720a Add 3d implementation for plotly backend of plot(). by
Kelvin Loh <kel85uk@gmail.com>2018-12-20 04:51:13 +0100;
21d32fd 2D implementation of the plot() function. by
Kelvin Loh <kel85uk@gmail.com>2018-12-10 15:30:38 +0100;
a1daaf8 add scalarplot() implementation for plotly backend by
Kelvin Loh <kel85uk@gmail.com>2018-12-06 11:15:36 +0100;
f2d9510 convert kwant-red colormap when plotly backend is selected by
Kelvin Loh <kel85uk@gmail.com>2018-12-06 11:08:46 +0100;
86228dd Check if ipython module is available before setting the init_notebook_mode. by
Kelvin Loh <kel85uk@gmail.com>2018-12-27 09:32:20 +0100;
e999591 add bands() implementation for plotly backend by
Kelvin Loh <kel85uk@gmail.com>2018-12-06 10:37:46 +0100;
9f10709 update plotter tests to test when plotly is not installed by
Kelvin Loh <kel85uk@gmail.com>2018-12-06 10:32:40 +0100;
1ef3f91 add spectrum() implementation for plotly backend by
Kelvin Loh <kel85uk@gmail.com>2018-12-06 10:22:25 +0100;