v1.4.2 [Ernest Scribbler]
See Coconut's documentation for more information on all of the features listed below.
Bugfixes:
- #521: prevents Coconut from installing an incompatible version of
cPyparsingby default - #515: prevents Coconut from installing
trolliuson Python 3 when doingpip install coconut[all](thanks @DennisMitchell for the issue!)
New features:
- #496, #506:
addpatternnow issues a warning if passed a non-pattern-matching function unlessallow_any_func=Trueis passed (thanks @m-burst for the PR and @pavelbraginskiy for the issue!) - #517: simple implicit function application such as
f x yis now supported