Release 0.5.0
What's new?
Features:
- Construction methods for
List
:repeat
,arange
andcycle
; - Rename
from_iter
function tofrom_seq
, because it actually cannot handle iterable objects such asset
,iter(obj)
ormapObject
; - 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.