We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10efa8b commit be4c1ecCopy full SHA for be4c1ec
CHANGELOG.rst
@@ -0,0 +1,9 @@
1
+Changelog
2
+=========
3
+
4
+(v0.5.0) July 17, 2017
5
+----------------------
6
7
+Commit: `10efa8b <https://github.com/fnpy/fn.py/commit/10efa8b35c327ae77dfb01878451694bd5a47ea9>`_.
8
9
+- Added ``recur.stackless()`` Provides a "stackless" (constant Python stack space) recursion decorator for generators.
HISTORY.rst
fn/__init__.py
@@ -2,6 +2,6 @@
from .stream import Stream
from .underscore import shortcut as _
-__version__ = "0.4.4"
+__version__ = "0.5.0"
__all__ = [F, Stream, _]
0 commit comments