Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • 03.01.02
    New PATCH release 03.01.02
    
    Changes since 03.01.01:
    
    - fix: remove large testset
    - chore: build environment
  • 03.01.01
    New PATCH release 03.01.01
    disable failing tests
    
    they fail due to some problem reading test data ... not critical for
    release, will fix after release
  • 03.01.00
    New MINOR release 03.01.00
    
    Changes since 03.00.01:
    * use lib install dir defined by GNUInstallDirs
        this should fix library search problems on Tumbleweed
    * Doc clean-up, fixes and performance improvements
        See merge request msk-sw/utilities/libraries/math-utils!10
    * Add option to keep old values on ringbuffer resize
        Implements #9245
    * Add linspace() implementation from BAM
        Implements #9457
    * Add variance calculation
    * Simple: Cache more calculations
        Should speed up the calculation of other dervied values
    * Modernise CMake
        use imported targets
        See merge request msk-sw/utilities/libraries/math-utils!12
  • 03.00.01
    New PATCH release 03.00.01
    
    Changes since 03.00.00:
    
    - Add .jenkinsfile
    - Fix project-template git history
  • 03.00.00
    New MAJOR release 03.00.00
    
    Changes since 02.01.00:
         Use local include for same header
         Fix -Wshado warnings
         Bump major version
         Use default compiler flags from template
         Rename headers to *.h
         Move install directory to math-utils
         Enable coverage reporting
         simple: Fix standardErrorOfMean() calculation
         test: Iterate by reference
         simple: Pass data by reference
         circular: Pass input vectors by reference
         circular: vector::assign will reset the vector
         circular: Remove init() function/dirty flag use
         Throw out_of_rage exception if out of range
         RingbufferStatistics: Fix pre-allocation of buffer
         all: Drop superflous "inline" keyword
         MathUtils namespace and uppercase class names
  • 02.01.00
    6af09d08 · Dump Minor version ·
    New MINOR release 02.01.00
    
    Changes since 02.00.01:
    
    * Updates from project template
    
    * Add a simple ringbuffer class for statistics
    * simpleStatistics: Use proper include header
    * simpleStatistics: Add missing include file
  • 02.00.01
    ad986889 · increase patch level ·
    New PATCH release 02.00.01
    
    Changes since 02.00.00:
    
    only updated build environment to latest template
  • 02.00.00
    New MAJOR release 02.00.00
    
    Changes since 01.00.01:
    
    - BugFix: initialize simpleStatistics::flagMeanTmp
    - New constructor for circular and simple statistics.
    - Changes: standardDeviation, standardErrorOfMean
        - sampleSigma renamed to standardDeviation
        - rms, relRMS, relError removed
        - removed sigma
        - introduced standardErrorOfMean
        - updated documentation
        - updated tests
    - Correction to documentation
  • 01.00.01
    New PATCH release 01.00.01
    
    Changes since 01.00.00:
    * commit 746338b84d09dbbae38ed0bea6e82b46c3ae2d88
    |
    |     increased patch level for release with speed optimization flag.
    |
    * commit d3b4db68a4f971497a3a7f44e653cbfcc400d48a
    |
    |     fixed: typos, missing namespace.
    |
    * commit deed6f0c9a38116ad9eb0e45d4e5d6faddee29c9
    
    add assign with iterators and initializer_list, TODO: TESTs!
  • 01.00.00
    tagged for first release.