-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Updating installation instructions for new version. * Adding changelog * Addressing md lints * Running link check after merge to main.
- Loading branch information
Showing
3 changed files
with
46 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,7 @@ | ||
on: | ||
push: | ||
branches: | ||
- main | ||
workflow_dispatch: | ||
pull_request: | ||
branches: | ||
|
@@ -35,7 +38,8 @@ jobs: | |
uses: gaurav-nelson/github-action-markdown-link-check@v1 | ||
with: | ||
use-verbose-mode: 'yes' | ||
if: ${{ success() || failure() }} | ||
config-file: 'utils/mlc_config.json' | ||
if: ${{ github.event_name == 'push' }} | ||
- name: "Check spelling in changed files" | ||
# cspell:words streetsidesoftware | ||
uses: streetsidesoftware/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
# Changelog | ||
|
||
## [Unreleased] | ||
|
||
## [0.1.1a1] - 2022-01-31 | ||
|
||
### Core | ||
|
||
- Enhance error messages when accessing qubit and registers [#11](https://github.com/qir-alliance/pyqir/pull/11) | ||
- Updating `microsoft-quantum-qir-runtime-sys` to [f4f281236](https://github.com/microsoft/qsharp-runtime/commit/f4f28123601d8372a5fe120bdab1f2be25b51522) on main [#14](https://github.com/qir-alliance/pyqir/pull/14) | ||
- Updating `pyo3` and `maturin` to latest versions. [#16](https://github.com/qir-alliance/pyqir/pull/16) | ||
- Creating bare context/module/builder for JIT'ing [#17](https://github.com/qir-alliance/pyqir/pull/17) | ||
- Adding cargo fmt/clippy checks on build with associated code fixes. [#21](https://github.com/qir-alliance/pyqir/pull/21) | ||
- Support running modules with a custom entry point name or multiple entry points [#23](https://github.com/qir-alliance/pyqir/pull/23) | ||
- Support loading modules from memory and clean up module loading API [#24](https://github.com/qir-alliance/pyqir/pull/24) | ||
|
||
### Infrastructure | ||
|
||
- Documentation and Cleanup for Release [#1](https://github.com/qir-alliance/pyqir/pull/1) | ||
- Adding Mock language for Bernstein-Vazirani generation example [#4](https://github.com/qir-alliance/pyqir/pull/4) | ||
- Properly picking up markdown lint config [#5](https://github.com/qir-alliance/pyqir/pull/5) | ||
- Removed markdown lint workflow to take the org template instead [#6](https://github.com/qir-alliance/pyqir/pull/6) | ||
- Create link and spell check validations [#7](https://github.com/qir-alliance/pyqir/pull/7) | ||
- Added and updates readmes [#8](https://github.com/qir-alliance/pyqir/pull/8) | ||
- Adding a contribution guide and a link to the code of conduct [#9](https://github.com/qir-alliance/pyqir/pull/9) | ||
- Run generator and jit examples as part of the CI. [#10](https://github.com/qir-alliance/pyqir/pull/10) | ||
- Update Instructions for Examples [#13](https://github.com/qir-alliance/pyqir/pull/13) | ||
- Create Linux container smoke tests during CI [#22](https://github.com/qir-alliance/pyqir/pull/22) | ||
- Build conceptual and API docs with Sphinx [#30](https://github.com/qir-alliance/pyqir/pull/30) | ||
- Fix documentation links that couldn't be checked as part of the first docs PR [#37](https://github.com/qir-alliance/pyqir/pull/37) | ||
|
||
## 0.1.0a1 - 2021-11-24 | ||
|
||
- Initial Release | ||
|
||
[Unreleased]: https://github.com/qir-alliance/pyqir/compare/v0.1.1a1...HEAD | ||
[0.1.1a1]: https://github.com/qir-alliance/pyqir/compare/v0.1.0a1...v0.1.1a1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters