From 3e6a49ac2736b2e0220c77fa372b894b6e6332b3 Mon Sep 17 00:00:00 2001 From: Simon Forman Date: Fri, 24 Aug 2018 16:46:18 -0700 Subject: [PATCH] The version of Python with Anaconda is lightly newer. --- docs/Ordered_Binary_Trees.ipynb | 2 +- docs/Quadratic.ipynb | 2 +- docs/Recursion_Combinators.ipynb | 2 +- docs/Types.ipynb | 2 +- joy/library.py | 1 + 5 files changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/Ordered_Binary_Trees.ipynb b/docs/Ordered_Binary_Trees.ipynb index 27a8513..e33e52b 100644 --- a/docs/Ordered_Binary_Trees.ipynb +++ b/docs/Ordered_Binary_Trees.ipynb @@ -2040,7 +2040,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython2", - "version": "2.7.12" + "version": "2.7.15" } }, "nbformat": 4, diff --git a/docs/Quadratic.ipynb b/docs/Quadratic.ipynb index d159aab..ac93fd1 100644 --- a/docs/Quadratic.ipynb +++ b/docs/Quadratic.ipynb @@ -233,7 +233,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython2", - "version": "2.7.12" + "version": "2.7.15" } }, "nbformat": 4, diff --git a/docs/Recursion_Combinators.ipynb b/docs/Recursion_Combinators.ipynb index 262e702..cd89f98 100644 --- a/docs/Recursion_Combinators.ipynb +++ b/docs/Recursion_Combinators.ipynb @@ -851,7 +851,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython2", - "version": "2.7.12" + "version": "2.7.15" } }, "nbformat": 4, diff --git a/docs/Types.ipynb b/docs/Types.ipynb index 25d7a5f..5a81c0d 100644 --- a/docs/Types.ipynb +++ b/docs/Types.ipynb @@ -3828,7 +3828,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython2", - "version": "2.7.12" + "version": "2.7.15" } }, "nbformat": 4, diff --git a/joy/library.py b/joy/library.py index 338a09d..61fd462 100644 --- a/joy/library.py +++ b/joy/library.py @@ -1524,6 +1524,7 @@ del F # Otherwise Sphinx autodoc will pick it up. YIN_STACK_EFFECTS = yin_functions() +add_aliases(YIN_STACK_EFFECTS, ALIASES) # Load the auto-generated primitives into the dictionary. _functions.update(YIN_STACK_EFFECTS)