Skip to content
Snippets Groups Projects
  1. May 11, 2017
  2. May 09, 2017
  3. May 07, 2017
  4. May 05, 2017
  5. May 04, 2017
  6. Apr 28, 2017
  7. Apr 27, 2017
  8. Apr 26, 2017
  9. Apr 25, 2017
  10. Apr 24, 2017
  11. Apr 19, 2017
    • Joseph Weston's avatar
      add tests and fixes for an edge case in wraparound · 08e4df6a
      Joseph Weston authored
      When the fundamental domains of the constituent symmetries
      of a wrapped around system do not coincide, it was previously
      possible for wrapping around to fail when 'keep' was provided,
      even if wrapping around succeeded with 'keep=None'.
      08e4df6a
  12. Apr 18, 2017
  13. Apr 12, 2017
  14. Apr 11, 2017
  15. Apr 05, 2017
  16. Mar 30, 2017
  17. Mar 28, 2017
  18. Mar 24, 2017
    • Joseph Weston's avatar
      CI: remove host key checking when uploading documentation · 836179ed
      Joseph Weston authored
      Previously we used 'ssh-keyscan' on every upload, so derived
      no security from host key checking. 'ssh-keyscan' caused the CI
      server's IP to be blacklisted, so now we just ignore the host key
      entirely. We never send private information, so this is fine.
      836179ed
  19. Mar 23, 2017
    • Joseph Weston's avatar
      CI: separate conda packaging into separate jobs · 33d6364f
      Joseph Weston authored
      We previously restricted conda package uploading to master branch on the
      main Kwant repository, as otherwise this step would fail for forked
      repositories without a valid anaconda key. Now we build the conda
      packages and upload to anaconda in two separate jobs, and the upload job
      is only run on the main Kwant repository.
      33d6364f
Loading