File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed
Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ Ocean utilities to support advanced QPU prototype features.
77Installation
88------------
99
10+ Installation from `PyPI <https://pypi.org/project/dwave-experimental >`_:
11+
12+ .. code-block :: bash
13+
14+ pip install dwave-experimental
15+
1016 To install the latest version from source (available on GitHub in
1117`dwavesystems/dwave-experimental `_ repo):
1218
@@ -16,6 +22,17 @@ To install the latest version from source (available on GitHub in
1622
1723 .. _`dwavesystems/dwave-experimental` : https://github.com/dwavesystems/dwave-experimental
1824
25+ Versioning
26+ ----------
27+
28+ This project uses **calendar versioning (CalVer) ** to indicate the release timeline,
29+ following the format ``YYYY.MM.DD `` or ``YYYY.MM ``, depending on the release cycle.
30+
31+ **⚠️ Note: ** Backward compatibility between versions is **not guaranteed **.
32+ Breaking changes may occur at any time, even between minor version increments.
33+
34+ We recommend pinning specific versions in your dependencies.
35+
1936License
2037-------
2138
Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- __version__ = "0.1.0.dev0"
15+ # use CalVer: YYYY.M.D[.PATCH][rcN|.devN]
16+ # make no backwards compatibility guarantees
17+ __version__ = "2025.8.13rc1"
You can’t perform that action at this time.
0 commit comments