Release 0.5.0
What's new?
Features:
- Construction methods for
List:repeat,arangeandcycle; - Rename
from_iterfunction 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
sphinxand publish documents to Github pages; - Some updates in
Readme.md; - Further improve documents.