From bbdf58d33d7347b31a2b56462483ea68700cb098 Mon Sep 17 00:00:00 2001 From: Kai Staats Date: Tue, 6 Jun 2017 21:28:35 -0700 Subject: [PATCH] v1.0.3 update; see RELEASE_NOTES --- karoo_gp_base_class.py | 2 +- karoo_gp_main.py | 2 +- karoo_gp_server.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/karoo_gp_base_class.py b/karoo_gp_base_class.py index 9d014d4..772d7c3 100644 --- a/karoo_gp_base_class.py +++ b/karoo_gp_base_class.py @@ -2,7 +2,7 @@ # Define the methods and global variables used by Karoo GP # by Kai Staats, MSc; see LICENSE.md # Thanks to Emmanuel Dufourq and Arun Kumar for support during 2014-15 devel; TensorFlow support provided by Iurii Milovanov -# version 1.0.3 +# version 1.0.3b ''' A NOTE TO THE NEWBIE, EXPERT, AND BRAVE diff --git a/karoo_gp_main.py b/karoo_gp_main.py index bd176a4..3f951f0 100644 --- a/karoo_gp_main.py +++ b/karoo_gp_main.py @@ -2,7 +2,7 @@ # Use Genetic Programming for Classification and Symbolic Regression # by Kai Staats, MSc; see LICENSE.md # Thanks to Emmanuel Dufourq and Arun Kumar for support during 2014-15 devel; TensorFlow support provided by Iurii Milovanov -# version 1.0.3 +# version 1.0.3b ''' A word to the newbie, expert, and brave-- diff --git a/karoo_gp_server.py b/karoo_gp_server.py index 671b8ce..3f77303 100644 --- a/karoo_gp_server.py +++ b/karoo_gp_server.py @@ -2,7 +2,7 @@ # Use Genetic Programming for Classification and Symbolic Regression # by Kai Staats, MSc; see LICENSE.md # Thanks to Emmanuel Dufourq and Arun Kumar for support during 2014-15 devel; TensorFlow support provided by Iurii Milovanov -# version 1.0.3 +# version 1.0.3b ''' A word to the newbie, expert, and brave--