Coconut v1.4.3 Release Notes

Release Date: 2020-01-07 // over 4 years ago
  • ๐Ÿ“š See Coconut's documentation for more information on everything listed below.

    ๐Ÿ›  Bugfixes:

    • ๐Ÿ— #527: Coconut once again builds properly on Python 2 (thanks @hasufell for the issue!)
    • ๐Ÿ›  #526: fixes = function definition returning string literals not working (thanks @vietspaceanh for the issue!)
    • attributes now work properly in implicit function application (e.g. f b.x c.y)

Previous changes from v1.4.2

  • ๐Ÿ“š 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