Version 1.1.1
Version 1.1.1 Latest
Release Date: August 19, 2024
I am pleased to announce the release of rstats
v1.1.1, which addresses key issues related to building the library on Windows systems.
- CMake Build Process Improvements: Adjusted the CMake configuration to better account for differences in the build flow between Windows and Linux/macOS. This ensures a smoother and more consistent build experience across platforms.
- Header File Enhancements: Added the necessary definitions to the library's header file to correctly import math constants like
M_PI
on Windows, resolving issues that previously affected the portability of the code.