Release 0.7.0
What's new?
Features:
- Support windows users;
- Implement
StringList; - Implement methods such as
__repr__,__str__,__len__,append,copy,counter,cycle,get,pop,repeat,set,size,to_listandunion. By implementingListtrait forStringList. - Implement
astypemethod for type conversion from or to aStringList; - Implement
apply,case,whereandunion_allmethods; - Implement
countermethod forNonFloatList.
Doc:
- Update the examples of
Readme.md; - Add ulist's introduction and features in
Readme.md;
Misc:
- Rename the scala parameter
numaselembecause we haveStringListnow, and the nameelementmakes more sense than anumber; - Rename
unionmethod asunion_all; - Implement
NonFloatListtrait for methods abstraction.