Releases: Lauriat/funct
Releases · Lauriat/funct
v0.9.2
Release 0.9.2
- New methods:
windows
andchunks
. inplace
keyword for methods (standard for the next release).isFinite
returns boolean Array instead of a boolean.- Methods with optional keyword arguments as well as "computed" properties i.e.
headOption
,lastOption
,toChar/Int/Str...
,(arg)min
,(arg)max
,any
, andall
are no longer properties. - Warn of
bool()
of empty Array as it behaves differently from the built-in list. - Add FutureWarnings to certain functions as Array is switching to more pythonic naming convention and reserving the underscore postfix for lazy functions in the next release.
Next release
- Lazy evaluation.
- No capital letters in methods.