Skip to content

Release 0.5.0

Compare
Choose a tag to compare
@tushushu tushushu released this 03 Jan 07:50
08c7d77

What's new?

Features:

  • Construction methods for List: repeat, arange and cycle;
  • Rename from_iter function to from_seq, because it actually cannot handle iterable objects such as set, iter(obj) or mapObject;
  • Does not support Python 3.6 any more.

Misc:

  • Github action to publish ulist;
  • Github action to build ulist documentation;
  • Run CI for Python 3.7, 3.8, 3.9 and 3.10, instead of for Python 3.6;
  • Auto generate doc by sphinx and publish documents to Github pages;
  • Some updates in Readme.md;
  • Further improve documents.