[ecspy] r121 committed - Upgraded the version number to 1.0, changed the documentation and pave...

0 views
Skip to first unread message

ec...@googlecode.com

unread,
Dec 6, 2011, 1:13:07 PM12/6/11
to ec...@googlegroups.com
Revision: 121
Author: aaron.lee.garrett
Date: Tue Dec 6 10:12:01 2011
Log: Upgraded the version number to 1.0, changed the documentation and
pavement.py files to incorporate the change, and uploaded all files to PyPI.
http://code.google.com/p/ecspy/source/detail?r=121

Modified:
/trunk/docs/conf.py
/trunk/docs/tutorial.rst
/trunk/ecspy/__init__.py
/trunk/pavement.py

=======================================
--- /trunk/docs/conf.py Sun Aug 29 14:02:31 2010
+++ /trunk/docs/conf.py Tue Dec 6 10:12:01 2011
@@ -45,9 +45,9 @@
# built documents.
#
# The short X.Y version.
-version = '0.7'
+version = '1.0'
# The full version, including alpha/beta/rc tags.
-release = '0.7'
+release = '1.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
=======================================
--- /trunk/docs/tutorial.rst Wed Nov 30 17:57:33 2011
+++ /trunk/docs/tutorial.rst Tue Dec 6 10:12:01 2011
@@ -66,7 +66,7 @@
::

$ python rastrigin.py
- [0.99997826058690698, 0.99987287134873248, 0.99819840966856499] :
0.00064721997137
+ [0.9999406402412411, 1.0001026087327614, 1.0018240090159392] :
0.000662832884423

.. {{{end}}}

=======================================
--- /trunk/ecspy/__init__.py Tue Sep 7 22:58:11 2010
+++ /trunk/ecspy/__init__.py Tue Dec 6 10:12:01 2011
@@ -20,6 +20,6 @@

__all__ =
['analysis', 'archivers', 'benchmarks', 'contrib', 'ec', 'emo', 'evaluators', 'migrators',
'observers', 'replacers', 'selectors', 'swarm', 'terminators', 'topologies', 'variators']
-__version__ = '0.7'
+__version__ = '1.0'
__author__ = 'Aaron Garrett <aaron.le...@gmail.com>'
__url__ = 'http://ecspy.googlecode.com'
=======================================
--- /trunk/pavement.py Mon Dec 5 08:01:40 2011
+++ /trunk/pavement.py Tue Dec 6 10:12:01 2011
@@ -17,7 +17,7 @@


PROJECT = 'ecspy'
-VERSION = '0.7'
+VERSION = '1.0'

# The sphinx templates expect the VERSION in the shell environment
os.environ['VERSION'] = VERSION
@@ -50,13 +50,13 @@
'nsga', 'paes'),

classifiers=[
- 'Development Status :: 4 - Beta',
+ 'Development Status :: 5 - Production/Stable',
'Environment :: Console',
'Intended Audience :: Developers',
'Intended Audience :: Science/Research',
'License :: OSI Approved :: GNU General Public License (GPL)',
'Operating System :: OS Independent',
- 'Programming Language :: Python :: 2.6',
+ 'Programming Language :: Python :: 2',
'Topic :: Scientific/Engineering :: Artificial Intelligence'
],

Reply all
Reply to author
Forward
0 new messages