Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • v0.1.0 Release: A new basis for geomajis
    Release including all the base elements for a development framework for the C/C++ part of the code:
    - working venv with all required dependancies (incl. Cspice and fitsio)
    - working autodoc for C
    - working diagnostic tools for C code (cppcheck and clang-tidy)
    - working first stages CI/CD:
        - venv setup
        - main program compilation
        - documentation compilation
        - cppcheck
        - lint+
    - other things ?