Skip to content

Releases: RobTillaart/TOPMIN

0.2.1 release

23 Nov 12:40
Compare
Choose a tag to compare
update redme.md

0.2.0 release

18 Jun 08:22
a60107b
Compare
Choose a tag to compare
reverse the index (#3)

- breaking change!
  - reverses the order of the minima when requested.
  - results in the top one always have index 0
  - top position is independent of the size of the TOPMIN object.
- fix boundary bug  **getValue() / getTag()** (index >= count).
- add allocation checks.
- **fill()** returns bool (true upon success)
- update unit tests
- update readme.md
- minor edits.

0.1.1 release

16 Jun 07:43
a634a92
Compare
Choose a tag to compare
Add TOPMINext class (#2)

- add **TOPMINext**, holds a value + tag (e.g. timestamp or counter)
- add examples.
- changed **get()** into **getValue()**
- update readme.md
- minor edits.

0.1.0 release

18 May 19:17
35fd190
Compare
Choose a tag to compare
initial version (#1)

* initial version