Skip to content

Commit ab6c611

Browse files
committed
update the development status to beta
1 parent 205f074 commit ab6c611

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ With just a few lines of code you can evaluate functions on a computing cluster,
1515
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`.
1616

1717

18-
**WARNING: `adaptive` is still in an early alpha development stage**
18+
**WARNING: `adaptive` is still in a beta development stage**
1919

2020

2121
## Implemented algorithms

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def make_release_tree(self, base_dir, files):
7373
author='Adaptive authors',
7474
license='BSD',
7575
classifiers=[
76-
'Development Status :: 3 - Alpha',
76+
'Development Status :: 4 - Beta',
7777
'License :: OSI Approved :: BSD License',
7878
'Intended Audience :: Science/Research',
7979
'Programming Language :: Python :: 3.6',

0 commit comments

Comments
 (0)