v1.2.3 [Colonel]
See Coconut's documentation for more information on all of the features listed below.
New features:
- #237: new
fmapbuilt-in that preserves data types (thanks, @hasufell!) - #214:
data name(*args)syntax now supported - #227:
data fromsyntax for data type inheritance - #232:
--no-tcooption 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
--watchflag resolved (thanks, @Nexus6!) - #246:
condainstallation bug fixed (thanks, @bmcguirk!) - #238: dependencies weakened for easier installation (thanks, @hasufell!)
- #215: mingw/cygwin bug fixed (thanks, @marawuti!)