Browse code

update the development status to beta

Bas Nijholt authored on 20/02/2018 17:10:03
Showing 2 changed files
... ...
@@ -15,7 +15,7 @@ With just a few lines of code you can evaluate functions on a computing cluster,
15 15
 Check out the `adaptive` [example notebook `learner.ipynb`](learner.ipynb) (or run it [live on Binder](https://mybinder.org/v2/gh/python-adaptive/adaptive/master?filepath=learner.ipynb)) to see examples of how to use `adaptive`.
16 16
 
17 17
 
18
-**WARNING: `adaptive` is still in an early alpha development stage**
18
+**WARNING: `adaptive` is still in a beta development stage**
19 19
 
20 20
 
21 21
 ## Implemented algorithms
... ...
@@ -73,7 +73,7 @@ setup(
73 73
     author='Adaptive authors',
74 74
     license='BSD',
75 75
     classifiers=[
76
-        'Development Status :: 3 - Alpha',
76
+        'Development Status :: 4 - Beta',
77 77
         'License :: OSI Approved :: BSD License',
78 78
         'Intended Audience :: Science/Research',
79 79
         'Programming Language :: Python :: 3.6',