Skip to content

v2.2.9

Compare
Choose a tag to compare
@duke-git duke-git released this 01 Feb 02:06
· 220 commits to main since this release

Feature:

  1. fileutil package: add WriteMapsToCsv function. Support delimiter param in ReadCsvFile and WriteCsvFile.
  2. slice package: add DeleteAt and add DeleteRange function.

Fix:

  1. math package: fix bug of Cos function.
  2. structs package: fix bug of ToMap function.

Refactor:

  1. random package: improve the performance of random function.