Skip to content
Snippets Groups Projects
  1. Aug 03, 2018
  2. Aug 02, 2018
  3. Aug 01, 2018
    • Joseph Weston's avatar
      bump required Cython version · 60f02546
      Joseph Weston authored
      Kwant no longer builds with Cython 0.22, and our oldest
      supported operating systems ship with at least 0.24.3
      as of now.
      
      Closes #204
      60f02546
  4. Jul 31, 2018
    • Rafal Skolasinski's avatar
      take site position from underlying discretizer lattice · b0211f10
      Rafal Skolasinski authored and Joseph Weston's avatar Joseph Weston committed
      Previously we were manually computing the position from
      the site tag an an extra 'grid_spacing' parameter. Even
      though we now have one additional Python function call,
      using the position as determined by the underlying lattice
      is less susceptible to bugs.
      
      Closes #199.
      b0211f10
  5. Jul 18, 2018
  6. May 22, 2018
  7. May 18, 2018
  8. Apr 03, 2018
    • Joseph Weston's avatar
      improve heuristic for setting colormap limits in plotter.map · 82baedca
      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
      82baedca
  9. Mar 12, 2018
  10. Mar 05, 2018
  11. Feb 27, 2018
  12. Feb 26, 2018
Loading