[Joypy-announce] joypy/Joypy: Bump version to 0.4.0

Back to archive index
scmno****@osdn***** scmno****@osdn*****
Mon May 18 09:29:05 JST 2020


changeset 186f2bc040f6 in joypy/Joypy
details: http://hg.osdn.jp/view/joypy/Joypy?cmd=changeset;node=186f2bc040f6
user: Simon Forman <sform****@hushm*****>
date: Sun May 17 17:28:52 2020 -0700
description: Bump version to 0.4.0

diffstat:

 Makefile                                                                       |    4 +-
 docs/sphinx_docs/_build/html/_modules/index.html                               |    2 +-
 docs/sphinx_docs/_build/html/_modules/joy/joy.html                             |    2 +-
 docs/sphinx_docs/_build/html/_modules/joy/library.html                         |    2 +-
 docs/sphinx_docs/_build/html/_modules/joy/parser.html                          |    2 +-
 docs/sphinx_docs/_build/html/_modules/joy/utils/pretty_print.html              |    2 +-
 docs/sphinx_docs/_build/html/_modules/joy/utils/stack.html                     |    2 +-
 docs/sphinx_docs/_build/html/_static/alabaster.css                             |   52 ++++++++++
 docs/sphinx_docs/_build/html/_static/documentation_options.js                  |    2 +-
 docs/sphinx_docs/_build/html/genindex.html                                     |    2 +-
 docs/sphinx_docs/_build/html/index.html                                        |    6 +-
 docs/sphinx_docs/_build/html/joy.html                                          |    2 +-
 docs/sphinx_docs/_build/html/lib.html                                          |    2 +-
 docs/sphinx_docs/_build/html/library.html                                      |    2 +-
 docs/sphinx_docs/_build/html/notebooks/Categorical.html                        |    2 +-
 docs/sphinx_docs/_build/html/notebooks/Derivatives_of_Regular_Expressions.html |    2 +-
 docs/sphinx_docs/_build/html/notebooks/Developing.html                         |    2 +-
 docs/sphinx_docs/_build/html/notebooks/Generator_Programs.html                 |    2 +-
 docs/sphinx_docs/_build/html/notebooks/Intro.html                              |    6 +-
 docs/sphinx_docs/_build/html/notebooks/Newton-Raphson.html                     |    2 +-
 docs/sphinx_docs/_build/html/notebooks/NoUpdates.html                          |    2 +-
 docs/sphinx_docs/_build/html/notebooks/Ordered_Binary_Trees.html               |    2 +-
 docs/sphinx_docs/_build/html/notebooks/Quadratic.html                          |    2 +-
 docs/sphinx_docs/_build/html/notebooks/Recursion_Combinators.html              |    2 +-
 docs/sphinx_docs/_build/html/notebooks/Replacing.html                          |    2 +-
 docs/sphinx_docs/_build/html/notebooks/The_Four_Operations.html                |    2 +-
 docs/sphinx_docs/_build/html/notebooks/Treestep.html                           |    2 +-
 docs/sphinx_docs/_build/html/notebooks/TypeChecking.html                       |    2 +-
 docs/sphinx_docs/_build/html/notebooks/Types.html                              |    2 +-
 docs/sphinx_docs/_build/html/notebooks/Zipper.html                             |    2 +-
 docs/sphinx_docs/_build/html/notebooks/index.html                              |    2 +-
 docs/sphinx_docs/_build/html/objects.inv                                       |  Bin 
 docs/sphinx_docs/_build/html/parser.html                                       |    2 +-
 docs/sphinx_docs/_build/html/pretty.html                                       |    2 +-
 docs/sphinx_docs/_build/html/py-modindex.html                                  |    2 +-
 docs/sphinx_docs/_build/html/search.html                                       |    2 +-
 docs/sphinx_docs/_build/html/searchindex.js                                    |    2 +-
 docs/sphinx_docs/_build/html/stack.html                                        |    2 +-
 docs/sphinx_docs/_build/html/types.html                                        |    2 +-
 docs/sphinx_docs/conf.py                                                       |    4 +-
 setup.py                                                                       |    2 +-
 41 files changed, 97 insertions(+), 45 deletions(-)

diffs (truncated from 572 to 300 lines):

diff -r 21b7155c5bff -r 186f2bc040f6 Makefile
--- a/Makefile	Sun May 17 17:22:31 2020 -0700
+++ b/Makefile	Sun May 17 17:28:52 2020 -0700
@@ -1,7 +1,7 @@
 # My make-fu style is old and tired.  I just want to have a few helper commands.
 
 TESTDIR = ./test00
-VERSION = 0.2.0
+VERSION = 0.4.0
 WEBSERVER = sform****@shell*****
 
 .PHONY: clean sdist test docs upload-docs
@@ -12,7 +12,7 @@
 	find . -name '*.pyc' | xargs $(RM)
 
 sdist:
-	python ./setup.py sdist
+	python ./setup.py sdist bdist_wheel
 
 joy/utils/generated_library.py: joy/utils/types.py
 	python -c 'import joy.utils.types ; joy.utils.types.generate_library_code()' > $@
diff -r 21b7155c5bff -r 186f2bc040f6 docs/sphinx_docs/_build/html/_modules/index.html
--- a/docs/sphinx_docs/_build/html/_modules/index.html	Sun May 17 17:22:31 2020 -0700
+++ b/docs/sphinx_docs/_build/html/_modules/index.html	Sun May 17 17:28:52 2020 -0700
@@ -6,7 +6,7 @@
   <head>
     <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-    <title>Overview: module code — Thun 0.3.0 documentation</title>
+    <title>Overview: module code — Thun 0.4.0 documentation</title>
     <link rel="stylesheet" href="../_static/alabaster.css" type="text/css" />
     <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
     <script type="text/javascript" src="../_static/documentation_options.js"></script>
diff -r 21b7155c5bff -r 186f2bc040f6 docs/sphinx_docs/_build/html/_modules/joy/joy.html
--- a/docs/sphinx_docs/_build/html/_modules/joy/joy.html	Sun May 17 17:22:31 2020 -0700
+++ b/docs/sphinx_docs/_build/html/_modules/joy/joy.html	Sun May 17 17:28:52 2020 -0700
@@ -6,7 +6,7 @@
   <head>
     <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-    <title>joy.joy — Thun 0.3.0 documentation</title>
+    <title>joy.joy — Thun 0.4.0 documentation</title>
     <link rel="stylesheet" href="../../_static/alabaster.css" type="text/css" />
     <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
     <script type="text/javascript" src="../../_static/documentation_options.js"></script>
diff -r 21b7155c5bff -r 186f2bc040f6 docs/sphinx_docs/_build/html/_modules/joy/library.html
--- a/docs/sphinx_docs/_build/html/_modules/joy/library.html	Sun May 17 17:22:31 2020 -0700
+++ b/docs/sphinx_docs/_build/html/_modules/joy/library.html	Sun May 17 17:28:52 2020 -0700
@@ -6,7 +6,7 @@
   <head>
     <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-    <title>joy.library — Thun 0.3.0 documentation</title>
+    <title>joy.library — Thun 0.4.0 documentation</title>
     <link rel="stylesheet" href="../../_static/alabaster.css" type="text/css" />
     <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
     <script type="text/javascript" src="../../_static/documentation_options.js"></script>
diff -r 21b7155c5bff -r 186f2bc040f6 docs/sphinx_docs/_build/html/_modules/joy/parser.html
--- a/docs/sphinx_docs/_build/html/_modules/joy/parser.html	Sun May 17 17:22:31 2020 -0700
+++ b/docs/sphinx_docs/_build/html/_modules/joy/parser.html	Sun May 17 17:28:52 2020 -0700
@@ -6,7 +6,7 @@
   <head>
     <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-    <title>joy.parser — Thun 0.3.0 documentation</title>
+    <title>joy.parser — Thun 0.4.0 documentation</title>
     <link rel="stylesheet" href="../../_static/alabaster.css" type="text/css" />
     <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
     <script type="text/javascript" src="../../_static/documentation_options.js"></script>
diff -r 21b7155c5bff -r 186f2bc040f6 docs/sphinx_docs/_build/html/_modules/joy/utils/pretty_print.html
--- a/docs/sphinx_docs/_build/html/_modules/joy/utils/pretty_print.html	Sun May 17 17:22:31 2020 -0700
+++ b/docs/sphinx_docs/_build/html/_modules/joy/utils/pretty_print.html	Sun May 17 17:28:52 2020 -0700
@@ -6,7 +6,7 @@
   <head>
     <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-    <title>joy.utils.pretty_print — Thun 0.3.0 documentation</title>
+    <title>joy.utils.pretty_print — Thun 0.4.0 documentation</title>
     <link rel="stylesheet" href="../../../_static/alabaster.css" type="text/css" />
     <link rel="stylesheet" href="../../../_static/pygments.css" type="text/css" />
     <script type="text/javascript" src="../../../_static/documentation_options.js"></script>
diff -r 21b7155c5bff -r 186f2bc040f6 docs/sphinx_docs/_build/html/_modules/joy/utils/stack.html
--- a/docs/sphinx_docs/_build/html/_modules/joy/utils/stack.html	Sun May 17 17:22:31 2020 -0700
+++ b/docs/sphinx_docs/_build/html/_modules/joy/utils/stack.html	Sun May 17 17:28:52 2020 -0700
@@ -6,7 +6,7 @@
   <head>
     <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-    <title>joy.utils.stack — Thun 0.3.0 documentation</title>
+    <title>joy.utils.stack — Thun 0.4.0 documentation</title>
     <link rel="stylesheet" href="../../../_static/alabaster.css" type="text/css" />
     <link rel="stylesheet" href="../../../_static/pygments.css" type="text/css" />
     <script type="text/javascript" src="../../../_static/documentation_options.js"></script>
diff -r 21b7155c5bff -r 186f2bc040f6 docs/sphinx_docs/_build/html/_static/alabaster.css
--- a/docs/sphinx_docs/_build/html/_static/alabaster.css	Sun May 17 17:22:31 2020 -0700
+++ b/docs/sphinx_docs/_build/html/_static/alabaster.css	Sun May 17 17:28:52 2020 -0700
@@ -1,3 +1,55 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
 @import url("basic.css");
 
 /* -- page layout ----------------------------------------------------------- */
diff -r 21b7155c5bff -r 186f2bc040f6 docs/sphinx_docs/_build/html/_static/documentation_options.js
--- a/docs/sphinx_docs/_build/html/_static/documentation_options.js	Sun May 17 17:22:31 2020 -0700
+++ b/docs/sphinx_docs/_build/html/_static/documentation_options.js	Sun May 17 17:28:52 2020 -0700
@@ -1,6 +1,6 @@
 var DOCUMENTATION_OPTIONS = {
     URL_ROOT: '',
-    VERSION: '0.3.0',
+    VERSION: '0.4.0',
     LANGUAGE: 'None',
     COLLAPSE_INDEX: false,
     FILE_SUFFIX: '.html',
diff -r 21b7155c5bff -r 186f2bc040f6 docs/sphinx_docs/_build/html/genindex.html
--- a/docs/sphinx_docs/_build/html/genindex.html	Sun May 17 17:22:31 2020 -0700
+++ b/docs/sphinx_docs/_build/html/genindex.html	Sun May 17 17:28:52 2020 -0700
@@ -7,7 +7,7 @@
   <head>
     <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-    <title>Index — Thun 0.3.0 documentation</title>
+    <title>Index — Thun 0.4.0 documentation</title>
     <link rel="stylesheet" href="_static/alabaster.css" type="text/css" />
     <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
     <script type="text/javascript" src="_static/documentation_options.js"></script>
diff -r 21b7155c5bff -r 186f2bc040f6 docs/sphinx_docs/_build/html/index.html
--- a/docs/sphinx_docs/_build/html/index.html	Sun May 17 17:22:31 2020 -0700
+++ b/docs/sphinx_docs/_build/html/index.html	Sun May 17 17:28:52 2020 -0700
@@ -6,7 +6,7 @@
   <head>
     <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-    <title>Thun 0.3.0 Documentation — Thun 0.3.0 documentation</title>
+    <title>Thun 0.4.0 Documentation — Thun 0.4.0 documentation</title>
     <link rel="stylesheet" href="_static/alabaster.css" type="text/css" />
     <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
     <script type="text/javascript" src="_static/documentation_options.js"></script>
@@ -32,7 +32,7 @@
           <div class="body" role="main">
             
   <div class="section" id="thun-release-documentation">
-<h1>Thun 0.3.0 Documentation<a class="headerlink" href="#thun-release-documentation" title="Permalink to this headline">¶</a></h1>
+<h1>Thun 0.4.0 Documentation<a class="headerlink" href="#thun-release-documentation" title="Permalink to this headline">¶</a></h1>
 <p>Thun is dialect of Joy written in Python.</p>
 <p><a class="reference external" href="https://en.wikipedia.org/wiki/Joy_(programming_language)">Joy</a> is a programming language created by Manfred von Thun that is easy to
 use and understand and has many other nice properties.  This Python
@@ -174,7 +174,7 @@
         <div class="sphinxsidebarwrapper">
   <h3><a href="#">Table Of Contents</a></h3>
   <ul>
-<li><a class="reference internal" href="#">Thun 0.3.0 Documentation</a><ul>
+<li><a class="reference internal" href="#">Thun 0.4.0 Documentation</a><ul>
 <li><a class="reference internal" href="#quick-start">Quick Start</a></li>
 <li><a class="reference internal" href="#project-hosted-on-osdn">Project Hosted on OSDN</a></li>
 <li><a class="reference internal" href="#information-on-the-joy-language">Information on the Joy language</a></li>
diff -r 21b7155c5bff -r 186f2bc040f6 docs/sphinx_docs/_build/html/joy.html
--- a/docs/sphinx_docs/_build/html/joy.html	Sun May 17 17:22:31 2020 -0700
+++ b/docs/sphinx_docs/_build/html/joy.html	Sun May 17 17:28:52 2020 -0700
@@ -6,7 +6,7 @@
   <head>
     <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-    <title>Joy Interpreter — Thun 0.3.0 documentation</title>
+    <title>Joy Interpreter — Thun 0.4.0 documentation</title>
     <link rel="stylesheet" href="_static/alabaster.css" type="text/css" />
     <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
     <script type="text/javascript" src="_static/documentation_options.js"></script>
diff -r 21b7155c5bff -r 186f2bc040f6 docs/sphinx_docs/_build/html/lib.html
--- a/docs/sphinx_docs/_build/html/lib.html	Sun May 17 17:22:31 2020 -0700
+++ b/docs/sphinx_docs/_build/html/lib.html	Sun May 17 17:28:52 2020 -0700
@@ -6,7 +6,7 @@
   <head>
     <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-    <title>Functions Grouped by, er, Function with Examples — Thun 0.3.0 documentation</title>
+    <title>Functions Grouped by, er, Function with Examples — Thun 0.4.0 documentation</title>
     <link rel="stylesheet" href="_static/alabaster.css" type="text/css" />
     <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
     <script type="text/javascript" src="_static/documentation_options.js"></script>
diff -r 21b7155c5bff -r 186f2bc040f6 docs/sphinx_docs/_build/html/library.html
--- a/docs/sphinx_docs/_build/html/library.html	Sun May 17 17:22:31 2020 -0700
+++ b/docs/sphinx_docs/_build/html/library.html	Sun May 17 17:28:52 2020 -0700
@@ -6,7 +6,7 @@
   <head>
     <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-    <title>Function Reference — Thun 0.3.0 documentation</title>
+    <title>Function Reference — Thun 0.4.0 documentation</title>
     <link rel="stylesheet" href="_static/alabaster.css" type="text/css" />
     <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
     <script type="text/javascript" src="_static/documentation_options.js"></script>
diff -r 21b7155c5bff -r 186f2bc040f6 docs/sphinx_docs/_build/html/notebooks/Categorical.html
--- a/docs/sphinx_docs/_build/html/notebooks/Categorical.html	Sun May 17 17:22:31 2020 -0700
+++ b/docs/sphinx_docs/_build/html/notebooks/Categorical.html	Sun May 17 17:28:52 2020 -0700
@@ -6,7 +6,7 @@
   <head>
     <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-    <title>Categorical Programming — Thun 0.3.0 documentation</title>
+    <title>Categorical Programming — Thun 0.4.0 documentation</title>
     <link rel="stylesheet" href="../_static/alabaster.css" type="text/css" />
     <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
     <script type="text/javascript" src="../_static/documentation_options.js"></script>
diff -r 21b7155c5bff -r 186f2bc040f6 docs/sphinx_docs/_build/html/notebooks/Derivatives_of_Regular_Expressions.html
--- a/docs/sphinx_docs/_build/html/notebooks/Derivatives_of_Regular_Expressions.html	Sun May 17 17:22:31 2020 -0700
+++ b/docs/sphinx_docs/_build/html/notebooks/Derivatives_of_Regular_Expressions.html	Sun May 17 17:28:52 2020 -0700
@@ -6,7 +6,7 @@
   <head>
     <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-    <title>∂RE — Thun 0.3.0 documentation</title>
+    <title>∂RE — Thun 0.4.0 documentation</title>
     <link rel="stylesheet" href="../_static/alabaster.css" type="text/css" />
     <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
     <script type="text/javascript" src="../_static/documentation_options.js"></script>
diff -r 21b7155c5bff -r 186f2bc040f6 docs/sphinx_docs/_build/html/notebooks/Developing.html
--- a/docs/sphinx_docs/_build/html/notebooks/Developing.html	Sun May 17 17:22:31 2020 -0700
+++ b/docs/sphinx_docs/_build/html/notebooks/Developing.html	Sun May 17 17:28:52 2020 -0700
@@ -6,7 +6,7 @@
   <head>
     <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-    <title>Developing a Program in Joy — Thun 0.3.0 documentation</title>
+    <title>Developing a Program in Joy — Thun 0.4.0 documentation</title>
     <link rel="stylesheet" href="../_static/alabaster.css" type="text/css" />
     <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
     <script type="text/javascript" src="../_static/documentation_options.js"></script>
diff -r 21b7155c5bff -r 186f2bc040f6 docs/sphinx_docs/_build/html/notebooks/Generator_Programs.html
--- a/docs/sphinx_docs/_build/html/notebooks/Generator_Programs.html	Sun May 17 17:22:31 2020 -0700
+++ b/docs/sphinx_docs/_build/html/notebooks/Generator_Programs.html	Sun May 17 17:28:52 2020 -0700
@@ -6,7 +6,7 @@
   <head>
     <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-    <title>Using x to Generate Values — Thun 0.3.0 documentation</title>
+    <title>Using x to Generate Values — Thun 0.4.0 documentation</title>
     <link rel="stylesheet" href="../_static/alabaster.css" type="text/css" />
     <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
     <script type="text/javascript" src="../_static/documentation_options.js"></script>
diff -r 21b7155c5bff -r 186f2bc040f6 docs/sphinx_docs/_build/html/notebooks/Intro.html
--- a/docs/sphinx_docs/_build/html/notebooks/Intro.html	Sun May 17 17:22:31 2020 -0700
+++ b/docs/sphinx_docs/_build/html/notebooks/Intro.html	Sun May 17 17:28:52 2020 -0700
@@ -6,7 +6,7 @@
   <head>
     <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-    <title>Thun: Joy in Python — Thun 0.3.0 documentation</title>
+    <title>Thun: Joy in Python — Thun 0.4.0 documentation</title>
     <link rel="stylesheet" href="../_static/alabaster.css" type="text/css" />
     <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />


More information about the Joypy-announce mailing list
Back to archive index