Releases: borchehq/incstats
Version 1.2.1
Version 1.2.0
Version 1.2.0 - Latest
Release Date: September 5, 2024
Library Renaming:
- Version Novelty: The library has been renamed to better reflect its purpose of calculating statistics incrementally.
Please review the updated documentation for further details on the changes.
Version 1.1.2
Version 1.1.2 Latest
Release Date: August 22, 2024
- Bug Fixes in Central Moment Calculation Finalization: Addressed issues in the finalization process of central moment calculations.
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.
Version 1.1.0
Release Date: August 16, 2024
I am pleased to announce the release of rstats v1.1.0, which includes significant enhancements to the rstats_central_moment_finalize
function, expanding its capabilities and improving its utility for statistical analysis.
Key Updates
-
Standardized Central Moments Calculation:
- The
rstats_central_moment_finalize
function now supports the calculation of standardized central moments. This is enabled through the newstandardize
argument.
- The
-
Inclusion of 0th and 1st Order Central Moments:
- The
rstats_central_moment_finalize
function has been updated to support the 0th and 1st order central moments calculation. This change was made to ensure that the function adheres strictly to the mathematical definitions of central moments.
- The
Version 1.0.2
Version 1.0.2 includes minor improvements in the library build flow.
Version 1.0.1
This release includes minor changes in the CMake project structure.
Release v1.0.0
This is the first release.