Releases: alandefreitas/matplotplusplus
v1.2.1
v1.2.0
🚀 Features
📦️ Build
- Check toolchain in config file. 542564a
- Adjust project name to match package name. Include version file in installer with semver compatibility.
f1b9bce - Create extra
matplot++
alias target to match the package name. 28001e1 - Enable C++17 for nodesoup. 95075dc
- Update CMake minimum version to 3.15. 26cfa75
FindFilesystem.cmake
: setCMAKE_CXX_STANDARD
to 17 if not set. aede759 (thanks @leha-bot)- Fix Cygwin installation. c4474af (thanks @gitplcc)
- Add Presets for Installation.1 3647374 (thanks @codeinred)
- CMake options have project prefix. (fix #315) 5b348ba (thanks @globberwops)
- Correct cmake variables.2 e8b3e31 (thanks @david-x64)
- Fix reference to
Matplot++Config.cmake
. 874e0c2 (thanks @leha-bot) - Fix set_optimization_flags() (issue #185). 9c719c6 (thanks @Morwenn)
🐛 Fixes
- Install matplot_opengl in CMake. 34a14c9 (thanks @aminya)
- contourc: Remove unused variable. f96bd93
- examples: Disambiguate legend. 0bb2379
- Change
#ifdef
of _dupenv_s branch in gnuplot.cpp. 7cb2815 (thanks @rath3t) - Added ifs for MINGW compilation. f35f371 (thanks @rath3t)
- Fix axis error in
axes_type::ylim()
. fdcae88 (thanks @eagle-dai) - Fix compiling on Cygwin. f590394 (thanks @gitplcc)
- Fix warnings on MSVC, changing enum to enum class and initializing vars on default constructor.
ef2a5af - Fix "set title" command string when saving image.3 c383b5a (thanks @wjdragon)
- Fix spurious toolchain warning. f6fd4e4 (thanks @codeinred)
- Fix quiver scaling to respect user input (#280).4 e17c934 (thanks @acxz)
- Fix incorrect min/max values. 524e626 (thanks @csernib)
- Fix large numbers and add timestamp support (#273). 3c81acc (thanks @TheGreatRambler)
- Fix localtime. (fix #282) 536fe98 (thanks @kwoodle)
- Fix missing include in colors.cpp. 400981e (thanks @tretre91)
- Prevent compilation errors because of dangling references with std::minmax. 3b7d12b (thanks @RTrioux)
🚦 Continuous Integration
📖 Documentation
- Fix typo in readme.5 72cdc63 (thanks @aalbaali)
- Homebrew should not be run as root. f547c8d (thanks @saxbophone)
-
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. ↩ -
Correct cmake install target condition. The cmake variable
BUILD_INSTALLER
was renamed
toMATPLOTPP_BUILD_INSTALLER
, but it was not updated insource/matplot/CMakeLists.txt
. As a resultMatplot++
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
, andBUILD_EXPERIMENTAL_OPENGL_BACKEND
. ↩ -
Force appending of escaped double quote after font weight detection. ↩
-
Change scaling to be consistant across all directional vectors* increase scaling to keep the same plot. ↩
-
Add a missing closing bracket to the
README
file. ↩
Version 1.1.0
- 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++
Include binary packages
Matplot++
- Better Continuous Integration
- Better Build System
- Better OpenGL backend