2018-09-28 03:48:03 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Sep 28 03:44:12 UTC 2018 - Todd R <toddrme2178@gmail.com>
|
|
|
|
|
|
|
|
- Update to 1.4.0
|
|
|
|
* #320: added import hook to automatically compile imported Coconut files (thanks @ArneBachmann!)
|
|
|
|
* #347: added where clauses
|
|
|
|
* #270: added a memoize decorator (thanks @iamrecursion!)
|
|
|
|
* #403: added a TYPE_CHECKING constant
|
|
|
|
* #409: added support for M `bind` x -> y syntax
|
|
|
|
* #419: data type equality is now typed (thanks everyone in #418!)
|
|
|
|
* #331: support negative pattern-matching with match ... not in ...
|
|
|
|
* #411: count now supports a step size of 0
|
|
|
|
* #394: scan now has an initializer argument
|
|
|
|
* #398: creating a new indented block after a colon is no longer necessary for any statement
|
|
|
|
* #229: --strict now warns on unused imports
|
|
|
|
* #327: interpreter now supports reload built-in (thanks, @ArneBachmann!)
|
|
|
|
* #382: interpreter now supports compiling to arbitrary file names
|
|
|
|
* #393: unicode operators for multiplication and matrix multiplication have been switched
|
|
|
|
* #153: function composition precedence is now such that f..g(x) is the same as f..(g(x)) not (f..g)(x)
|
|
|
|
* #395: built-in attributes changed to remove initial underscores
|
|
|
|
|
2018-06-10 15:27:11 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Jun 10 10:48:01 UTC 2018 - jengelh@inai.de
|
|
|
|
|
|
|
|
- Fix repeated name in summary (rpmlint).
|
|
|
|
- Trim rhetoric parts from description.
|
|
|
|
- Use find "+" logic.
|
|
|
|
|
2018-06-07 18:22:44 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu May 24 17:29:32 UTC 2018 - toddrme2178@gmail.com
|
|
|
|
|
|
|
|
- Fix dependencies
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Dec 7 19:55:07 UTC 2017 - sleep_walker@opensuse.org
|
|
|
|
|
|
|
|
- take package from home:geewass:python
|
|
|
|
- rewrite to cleanup, use singlespec
|