Coconut v1.4.2 Release Notes

Release Date: 2019-12-09 // over 4 years ago
  • ๐Ÿ“š See Coconut's documentation for more information on all of the features listed below.

    ๐Ÿ›  Bugfixes:

    • 0๏ธโƒฃ #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