Skip to content

Commit 5a3fcfd

Browse files
Remove alpha notice. (#5811)
Fixes #5761
1 parent 94f9594 commit 5a3fcfd

File tree

5 files changed

+3
-23
lines changed

5 files changed

+3
-23
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ jobs:
247247
strategy:
248248
matrix:
249249
python-version: [ '3.7', '3.8', '3.9', '3.10' ]
250-
runs-on: macos-10.15
250+
runs-on: macos-12
251251
steps:
252252
- uses: actions/checkout@v2
253253
- uses: actions/setup-python@v1

README.rst

-10
Original file line numberDiff line numberDiff line change
@@ -121,14 +121,4 @@ For a powerful quantum circuit simulator that integrates well with Cirq, we reco
121121

122122
Finally, `ReCirq <https://github.com/quantumlib/ReCirq>`__ contains real world experiments using Cirq.
123123

124-
125-
Alpha Disclaimer
126-
----------------
127-
128-
**Cirq is currently in alpha.**
129-
We may change or remove parts of Cirq's API when making new releases.
130-
To be informed of deprecations and breaking changes, subscribe to the
131-
`cirq-announce google group mailing list <https://groups.google.com/forum/#!forum/cirq-announce>`__.
132-
133-
134124
Cirq is not an official Google product. Copyright 2019 The Cirq Developers

docs/start/install.md

-7
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,6 @@ If you want to create a development environment, see the [development page](/cir
1010

1111
---
1212

13-
## Alpha disclaimer
14-
15-
**Cirq is currently in alpha.**
16-
We may change or remove parts of Cirq's API when making new releases.
17-
To be informed of deprecations and breaking changes, subscribe to the
18-
[cirq-announce google group mailing list](https://groups.google.com/forum/#!forum/cirq-announce).
19-
2013
## Python version supprt
2114

2215
Cirq currently supports python 3.7 and later.

docs/start/intro.ipynb

+1-3
Original file line numberDiff line numberDiff line change
@@ -140,9 +140,7 @@
140140
"id": "09zRgohCMiBs"
141141
},
142142
"source": [
143-
"This cell should run successfully, and the output should in fact be the grid of qubits for the Sycamore device. If so, the install worked!\n",
144-
"\n",
145-
"> Be aware that Cirq is still alpha software, meaning **breaking changes can happen at any time**. If you don't want your project to suddenly go from working to not working when we a new version is released, you should depend on a *specific version* of Cirq and periodically bump that version to the latest one. For example, you can run `pip install cirq==x.y.z` to install version `x.y.z` of Cirq."
143+
"This cell should run successfully, and the output should in fact be the grid of qubits for the Sycamore device. If so, the install worked!\n"
146144
]
147145
},
148146
{

release.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# Versioning and Releases
22

3-
Cirq is currently (as of May 2020) alpha, and so has a MAJOR version
4-
of 0. Below is info on how we version releases, and how the releases
3+
Below is info on how we version releases, and how the releases
54
themselves are created. Note that development is done on the `master`
65
branch, so if you want to use a more stable version you should use one
76
of the [releases](https://github.com/quantumlib/Cirq/releases) or

0 commit comments

Comments
 (0)