Skip to content

Release 0.1.0

Compare
Choose a tag to compare
@tushushu tushushu released this 14 Nov 14:53
ff3fd72

What's new?

Features

  • Implement two types of List, one is FloatList and the other is IntegerList;
  • Implement basic methods for List type - sum, mean, max, min and size;

Misc

  • Add install, build and publish instructions in the README.md file.