Skip to content

v1.2.0

Compare
Choose a tag to compare
@alandefreitas alandefreitas released this 29 May 01:07
· 32 commits to master since this release

πŸš€ Features

πŸ“¦οΈ Build

πŸ› Fixes

🚦 Continuous Integration

πŸ“– Documentation

Parent release: v1.1.0
b45015e

  1. This commit adds presets for common use cases, including local and system installation. It also updates the README
    to explain the use of these presets and how they can be used for installation. ↩

  2. Correct cmake install target condition. The cmake variable BUILD_INSTALLER was renamed
    to MATPLOTPP_BUILD_INSTALLER, but it was not updated in source/matplot/CMakeLists.txt. As a result Matplot++ was not
    installed completely via cmake install target with cmake presets provided. This patch completes the renaming and now cmake
    install works asexpected. Correct more cmake variable names after rename. More variables that seemed to be missed
    by the recent renaming: This patch completes renaming of variables: BUILD_FOR_DOCUMENTATION_IMAGES,
    BUILD_HIGH_RESOLUTION_WORLD_MAP, BUILD_WITH_PEDANTIC_WARNINGS, and BUILD_EXPERIMENTAL_OPENGL_BACKEND. ↩

  3. Force appending of escaped double quote after font weight detection. ↩

  4. Change scaling to be consistant across all directional vectors* increase scaling to keep the same plot. ↩

  5. Add a missing closing bracket to the README file. ↩