Skip to content

Commit

Permalink
Prepare 1.3.0 release (#13447)
Browse files Browse the repository at this point in the history
* Initial: Change version to 3.0
- Move loose release notes.

* Update cargo dependencies in `Cargo.lock`

* 1st round (to be rebased)

* Apply suggestions from code review

Co-authored-by: Rebecca Dimock <[email protected]>

* Apply suggestions from code review

Co-authored-by: Julien Gacon <[email protected]>

* Check for typos in any release notes.

Co-authored-by: Rebecca Dimock <[email protected]>
Co-authored-by: Julien Gacon <[email protected]>
Co-authored-by: Elena Peña Tapia <[email protected]>

* Add missing release note for #13237

* Move new missing release note to 1.3 folder

* Apply suggestions from code review

Co-authored-by: Rebecca Dimock <[email protected]>

* Apply code suggestions from code review
Co-authored-by: Rebecca Dimock <[email protected]>
Co-authored-by: Julien Gacon <[email protected]>

* More code review comments

Co-authored-by: Rebecca Dimock <[email protected]>

* Add prelude note

* Fix: Incorrent indentation of prelude release note.

* Fix: Spelling errors and broken links.

* Move release note to 1.3 folder

* Update prepare-1.3.0-7c45598775fc2bbf.yaml

Co-authored-by: Elena Peña Tapia <[email protected]>

* Move release notes from 1.1, 1.2 into their respective folders.

* Apply suggestions from code review

Co-authored-by: Matthew Treinish <[email protected]>

* Apply suggestions from code review

Co-authored-by: Matthew Treinish <[email protected]>

* More review comments

Co-authored-by: Matthew Treinish <[email protected]>

* Move latest release note

* Fix a couple of sphinx formatting errors

* Change wording on prelude

* Update releasenotes/notes/1.3/deprecate-basic-simulator-configuration-9d782925196993e9.yaml

* Update releasenotes/notes/1.3/pauli-evo-plugins-612850146c3f7d49.yaml

Co-authored-by: Julien Gacon <[email protected]>

* More corrections on release notes

Co-authored-by: Julien Gacon <[email protected]>
Co-authored-by: Alexander Ivrii <[email protected]>

* Apply suggestions to prelude note

Co-authored-by: Matthew Treinish <[email protected]>

* Consolidate transpiler pass port related release notes

* Move in new release note

* Modify new release note

* Add missing transpiler passes to the Rust epic
- Restored some deleted release notes.
- Fix formatting issues.

* Remove stray release notes

* Fix: Use plot directive effectively

* Remove all 1.2 release notes and build from 1.3.0b1

Due to how we end up branching 1.2.0 without a tag this is confusing
reno's version detection because on the stable/1.3 branch there is no
tag before 1.3.0b1 associated with any of the release notes for 1.2.0.
This commit just removes all the release notes to fix this.

Additionally, this corrects the earliest-version field in the sphinx
directive for reno so we include the notes associated with 1.3.0b1.

* Update transpiler pass porting note

* Copy edit most release notes

* Fix typos

* Slight reword in oxidize-transppiler-passes release note

---------

Co-authored-by: Rebecca Dimock <[email protected]>
Co-authored-by: Julien Gacon <[email protected]>
Co-authored-by: Elena Peña Tapia <[email protected]>
Co-authored-by: Matthew Treinish <[email protected]>
Co-authored-by: Alexander Ivrii <[email protected]>
  • Loading branch information
6 people authored Nov 28, 2024
1 parent e44acfb commit cda7ef6
Show file tree
Hide file tree
Showing 128 changed files with 361 additions and 1,368 deletions.
96 changes: 48 additions & 48 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
# The short X.Y version
version = "1.3"
# The full version, including alpha/beta/rc tags
release = "1.3.0rc2"
release = "1.3.0"

language = "en"

Expand Down
2 changes: 1 addition & 1 deletion docs/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ Qiskit |version| release notes
`:earliest-version:` should be set to the rc1 release for the current minor release series. For example, the stable/1.1 branch should set it to 1.1.0rc1. If on `main`, set to the prior minor version's rc1, like `1.0.0rc1`.

.. release-notes::
:earliest-version: 1.1.0rc1
:earliest-version: 1.3.0b1
2 changes: 1 addition & 1 deletion qiskit/VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.3.0rc2
1.3.0

This file was deleted.

22 changes: 0 additions & 22 deletions releasenotes/notes/1.2/add-qft-gate-fd4e08f6721a9da4.yaml

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit cda7ef6

Please sign in to comment.