Skip to content

Releases: alandefreitas/matplotplusplus

v1.2.1

19 Feb 21:35
6f8c26b
Compare
Choose a tag to compare
fix: prevent unnecessary console windows

fix #376

v1.2.0

29 May 01:07
Compare
Choose a tag to compare

🚀 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.

Version 1.1.0

20 May 23:05
Compare
Choose a tag to compare
  • New vector fields plot with colormap magnitudes (Thanks @matthew-hennefarth)
  • Support for experimental filesystem
  • All pedantic warnings fixed for MSVC, GCC, and Clang
  • Improved tests and CI workflows

Matplot++

11 Sep 23:53
Compare
Choose a tag to compare

Include binary packages

Matplot++

05 Sep 01:14
Compare
Choose a tag to compare
  • Better Continuous Integration
  • Better Build System
  • Better OpenGL backend