Skip to content

Releases: Zncl2222/c_array_tools

v1.4.2

22 Sep 13:41
f9e570c
Compare
Choose a tag to compare

What's Changed

  • Merge main into develop (start of the next version) by @Zncl2222 in #126
  • ci(cmake): add windows os build and test ci by @Zncl2222 in #128
  • test(test_long): add os condition for different byte answer by @Zncl2222 in #127
  • lib/feature/c_array_search by @Zncl2222 in #129
  • docs(readme): add the new features in 'extension in c_array.c' by @Zncl2222 in #130
  • ci(cmake): update apt-get before install valgrind by @Zncl2222 in #133
  • docs(readme): update badge and modify the content of readme by @Zncl2222 in #134
  • Release/v1.4.2 by @Zncl2222 in #135

Full Changelog: v1.4.1...v1.4.2

v1.4.1

14 Jun 12:29
e84cae3
Compare
Choose a tag to compare

add c_matrix statistic function.

What's Changed

Full Changelog: v1.4.0...v1.4.1

v1.4.0

22 Apr 02:08
c24a1b8
Compare
Choose a tag to compare
  1. add matrix flatten
  2. add matrix reshape
  3. add array and matrix empty init
  4. add matrix fill (c_matrix_randnormal, c_matrix_rand_range)
  5. rename variable of c_array_copy

checkout project mileston v1.4.0

v1.3.3

29 Mar 06:49
44cbd77
Compare
Choose a tag to compare
  1. Add functions for different data types and give typedef for each new dtypes
  • short, unsigned short
  • unsigned int
  • long, unsigned long
  • long double
  1. Refactor test cases
  2. Refactor c_array_assert to c_array_error to improve readability and matainability
  3. Fix some docs error

v1.3.2

08 Mar 15:05
14bafe9
Compare
Choose a tag to compare
  1. This version do not add any new feature. Only add the sonar cloud ci and fix some code smell issue

v1.3.1

03 Mar 17:59
5117466
Compare
Choose a tag to compare
  1. Add typedef for c_array struct (to declare c_array in function)
  2. Add codeql analysis

v1.3.0

24 Feb 02:05
d0eba87
Compare
Choose a tag to compare
  1. add mt19937 random number generator
  2. add random initializer for c_array

v1.2.1

18 Feb 13:34
8aee7cc
Compare
Choose a tag to compare
  1. refactor the c_array extension features (sum, mean, min, max, std, var) to prevent the multiple declartion when include this header file in differnt source file.
  2. add the installation guide of c_array extension features.

v1.2.0

15 Feb 02:24
6d263be
Compare
Choose a tag to compare
  1. add mean, std, var calculation features
  2. add c_array_dtype and c_array_assert utils
  3. add c_array_copy and c_array_concat features
  4. update docs with the input information
  5. add c_array_printf and refactor c_array_print

v1.1.0

29 Jan 11:19
ef63367
Compare
Choose a tag to compare
  1. add sum and max min features
  2. fix some bugs
  3. update the readme document