Skip to content

Releases: borchehq/incstats

Version 1.2.1

05 Sep 02:42
Compare
Choose a tag to compare

Version 1.2.1 - Latest

Release Date: September 5, 2024

Minor changes to the code base.
Please review the updated documentation for further details on the changes.

Version 1.2.0

05 Sep 01:46
Compare
Choose a tag to compare

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

22 Aug 13:38
Compare
Choose a tag to compare

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

19 Aug 19:44
Compare
Choose a tag to compare

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

16 Aug 08:49
Compare
Choose a tag to compare

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 new standardize argument.
  • 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.

Version 1.0.2

12 Aug 14:49
Compare
Choose a tag to compare

Version 1.0.2 includes minor improvements in the library build flow.

Version 1.0.1

08 Aug 06:44
Compare
Choose a tag to compare

This release includes minor changes in the CMake project structure.

Release v1.0.0

05 Aug 10:00
Compare
Choose a tag to compare

This is the first release.