v1.2.3 [Colonel]
See Coconut's documentation for more information on all of the features listed below.
New features:
- #237: new
fmap
built-in that preserves data types (thanks, @hasufell!) - #214:
data name(*args)
syntax now supported - #227:
data from
syntax for data type inheritance - #232:
--no-tco
option to disable tail call optimization (also implied by--mypy
) - #228:
.method(**kwargs)
implicit partial now supported - #231:
.[a:b, c:d]
implicit partial now supported (thanks, @cgarciae!) - #226: PEP 542 dotted function names now supported
Fixes:
- #221, #234: Jupyter kernel issues resolved (thanks, @cgarciae!)
- #224, #189: issues with
--watch
flag resolved (thanks, @Nexus6!) - #246:
conda
installation bug fixed (thanks, @bmcguirk!) - #238: dependencies weakened for easier installation (thanks, @hasufell!)
- #215: mingw/cygwin bug fixed (thanks, @marawuti!)