Skip to content

v1.4.2 [Ernest Scribbler]

Choose a tag to compare

@evhub evhub released this 09 Dec 07:45
· 1856 commits to master since this release
e701423

See Coconut's documentation for more information on all of the features listed below.

Bugfixes:

  • #521: prevents Coconut from installing an incompatible version of cPyparsing by default
  • #515: prevents Coconut from installing trollius on Python 3 when doing pip install coconut[all] (thanks @DennisMitchell for the issue!)

New features:

  • #496, #506: addpattern now issues a warning if passed a non-pattern-matching function unless allow_any_func=True is passed (thanks @m-burst for the PR and @pavelbraginskiy for the issue!)
  • #517: simple implicit function application such as f x y is now supported