Skip to content

Releases: yahya-mohammed07/Kraken

v7.1.0

16 Sep 07:22
Compare
Choose a tag to compare

It's been a while...
Tested on GCC13 and fixed catch2 issues

What's Changed

New Contributors

Full Changelog: v7.0.7...v7.1.0

v7.0.7

19 Jun 17:44
Compare
Choose a tag to compare

Just removed pow_container function and changed the coding format to standard clangd.

v7.0.5

11 Mar 16:51
Compare
Choose a tag to compare

In this release I removed redundant inlines, added special cases for some functions, modified matrix_ class and added median() function that handles both odd and even container sizes.

v7.0.0

19 Feb 13:28
Compare
Choose a tag to compare

This release comes with major changes and bug fixes + several new handy functions like:-

  • bit_cast
  • gamma
  • beta
  • sign
  • improved abs
  • ones_complement
  • twos_complement
  • exp

enjoy.

v5.4.8

16 Dec 13:43
Compare
Choose a tag to compare

1- symbolic constants had been replaced with alphabetical ones
2- frac() function has been improved
3- modf() function added

v5.2.1

13 Dec 16:17
Compare
Choose a tag to compare

Trigonometry functions were added with new other useful functions.

v4.6.8

20 Oct 07:15
Compare
Choose a tag to compare
several changes and improvements

v3.5.8

15 Oct 10:38
Compare
Choose a tag to compare
TESTS on comparing `floats` and `doubles`

v2.7.8

13 Oct 13:54
Compare
Choose a tag to compare
more tests on comparing numbers with `decimal point`

v2.2.2

13 Oct 07:37
Compare
Choose a tag to compare
tests about `floating-point` comparing functions added