Skip to content
Snippets Groups Projects
  1. Oct 20, 2015
    • Christoph Groth's avatar
      setup.py: improve cythonization support · 557f595d
      Christoph Groth authored
      When the --no-cython option is given, it is no longer an error when
      derived files are older than source files.
      
      Error messages have been improved.
      557f595d
    • Christoph Groth's avatar
      simplify and improve version determination · 20171914
      Christoph Groth authored
      The file kwant/_static_version.py is no longer written upon every
      invocation of setup.py.  Instead, a file kwant/_kwant_version.py is
      injected into source and binary distributions.
      
      The static version in kwant/_kwant_version.py now takes precedence
      before any version from git.  This makes the --no-git option to setup.py
      no longer necessary, since the existence of kwant/_kwant_version.py has
      the same role.  The motivation behind this change is to allow keeping
      Kwant distributions in git repositories that have a different layout
      from the canonical Kwant git repository.  This is useful for example for
      packaging.
      
      The name of the static version file was changed to avoid problems with
      stale files.
      20171914
  2. Oct 09, 2015
  3. Sep 11, 2015
  4. Aug 04, 2015
  5. Jul 20, 2015
  6. Feb 04, 2015
  7. Feb 03, 2015
  8. Jul 09, 2014
  9. May 06, 2014
  10. Oct 08, 2013
    • Christoph Groth's avatar
      improve version extraction from git · cf363628
      Christoph Groth authored
      * Only extract the version from Git when the top level directory of the Git
        repository coincides with the root directory of the Kwant distribution
      
      * Disregard tags on branches that were merged-in (with Git >= 1.8.4).
      cf363628
  11. Sep 08, 2013
  12. Sep 03, 2013
  13. Sep 02, 2013
  14. Aug 28, 2013
  15. Aug 26, 2013
  16. Aug 22, 2013
  17. Jul 31, 2013
  18. Jul 01, 2013
  19. Feb 13, 2013
  20. Feb 06, 2013
  21. Feb 05, 2013
  22. Nov 21, 2012
  23. Nov 18, 2012
  24. Nov 17, 2012
  25. May 16, 2012
  26. Apr 04, 2012
  27. Sep 11, 2012
  28. Mar 02, 2012
Loading