Skip to content
Snippets Groups Projects
  1. Mar 14, 2017
    • Joseph Weston's avatar
      fix discretizer packaging and optional testing · 7cb76722
      Joseph Weston authored
      Previously the testing/importing 'continuum' would fail if sympy was not
      installed. Now we do the following:
      
          * add sympy as an optional dependency in 'extras_require'
          * force pytest to ignore tests in packages that have uninstalled
            dependencies by defining a hook in 'conftest.py'
          * use the 'class as a module' hack when importing 'continuum'.
            When sympy is not installed the continuum module will be replaced
            with an instance of 'ExtensionUnavailable' that will raise a runtime
            error on attribute access.
          * no warning is raised if sympy is not installed (it is an
            optional dependency).
      7cb76722
  2. Feb 02, 2017
  3. Jan 16, 2017
  4. Jan 15, 2017
  5. Dec 20, 2016
  6. Nov 14, 2016
  7. Nov 03, 2016
  8. Nov 02, 2016
  9. Oct 30, 2016
  10. Oct 25, 2016
  11. Sep 09, 2016
  12. Aug 04, 2016
  13. Jun 04, 2016
  14. Dec 11, 2015
  15. Dec 09, 2015
  16. Dec 08, 2015
  17. Nov 10, 2015
  18. Nov 07, 2015
  19. Nov 05, 2015
Loading