Skip to content
Snippets Groups Projects
  1. Mar 05, 2017
    • Patrik Huber's avatar
      Changed PcaModel c'tor to take an orthonormal basis · 4662c59c
      Patrik Huber authored
      Adjusted all files that use it (hopefully).
      
      This is a breaking change: If you're currently using the PcaModel constructor and giving it a PCA basis matrix, your code will (probably silently) break: The function now expects an orthonormal basis matrix, whereas before, it expected a rescaled basis matrix. However it makes more sense for the function to take an orthonormal basis matrix.
      4662c59c
  2. Mar 04, 2017
  3. Feb 28, 2017
  4. Feb 19, 2017
  5. Jan 02, 2017
  6. Dec 24, 2016
    • Ruslan Baratov's avatar
      Consistent 'REQUIRED' usage · ae216114
      Ruslan Baratov authored
      If 'REQUIRED' used inside 'find_package' there is no need to check '*_FOUND'
      variable. And vice versa - if package is not optional then 'REQUIRED' can be
      used instead of 'if(NOT *_FOUND) message(FATAL_ERROR)' block.
      ae216114
  7. Dec 15, 2016
  8. Dec 10, 2016
  9. Dec 05, 2016
  10. Nov 17, 2016
  11. Nov 15, 2016
  12. Nov 08, 2016
  13. Oct 04, 2016
  14. Sep 26, 2016
  15. Sep 20, 2016
  16. Sep 19, 2016
  17. Sep 18, 2016
  18. Sep 17, 2016
    • Patrik Huber's avatar
      Added infrastructure to generate Python bindings · cb6dd354
      Patrik Huber authored
      - Added a flag GENERATE_PYTHON_BINDINGS to CMake which enables the use of pybind11
      - `create-python-bindings` generates bindings for PcaModel
      - pybind11 is added as a submodule; needs to be cloned with `git submodule update --init`
      - Increased cmake_minimum_required to 2.8.12 for pybind11
      cb6dd354
  19. Aug 22, 2016
  20. May 21, 2016
  21. Apr 30, 2016
Loading