Skip to content

Commit

Permalink
prepare release v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ci committed Dec 5, 2022
1 parent 48ef464 commit 1d58ef6
Show file tree
Hide file tree
Showing 2 changed files with 163 additions and 1 deletion.
162 changes: 162 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,162 @@
# Changelog

## v0.1.0 (2022-12-05)

### Features

* initial quantum phase estimation implementation and initial package plumbing
* setting up tox
* setting up tox.

### Bug Fixes and Other Changes

* Merge pull request #79 from aws-samples/url_fix
* fix qaoa, qpe, grover url links in md files
* Add docs and webhook yaml for readthedocs
* raise to py 3.8
* Add docs and webhook yaml for readthedocs
* Merge pull request #77 from aws-samples/raise_version
* raise to 1.1.0 instead
* Raise to version 1.0.1
* Merge pull request #75 from aws-samples/markdown-fixes-11-25
* spelling corrections
* Typo fixes
* Merge pull request #74 from aws-samples/readme-install-update
* pin flake8 to satisfy linter
* satisfy linter
* spacing for linter
* remove empty line
* Merge pull request #71 from aws-samples/md-file-description
* clarify tags
* Merge pull request #70 from aws-samples/markdown-title-fixes
* Updating markdown
* Merge pull request #69 from aws-samples/rigetti-notebook-cost
* Merge pull request #68 from aws-samples/fit-and-finish
* update: cost values for qpus in notebooks
* Update CONTRIBUTING.md
* Update docs and notebooks with correct functions.
* minor updates
* Merge pull request #66 from aws-samples/notebook-cost-tracking-cleanup
* fix brakets
* add back minor text cleanup
* Update docs and notebooks with correct functions.
* update: add cost disclaimer to each notebook and make cost tracking consistent
* Merge pull request #65 from aws-samples/notebook_text_cleanup0
* special character
* Merge pull request #64 from aws-samples/qcbm-gradient-test-fix
* adjust probabilistic test for correctness and coverage
* remove algo list and add Windows support mention.
* Bug bash Bernstein–Vazirani
* Merge pull request #63 from aws-samples/qaoa_name_fix
* update: qaoa name spelled out
* Merge branch 'readme_fix_11_20' of github.com:aws-samples/amazon-braket-algorithm-library into readme_fix_11_20
* add windows support back
* Merge pull request #62 from aws-samples/test-coverage-100
* update: adjust tests to 100% coverage
* Merge pull request #60 from aws-samples/edit_quantum_walk_nb
* Merge pull request #50 from aws-samples/jcjaskula-aws/fix_post_bug_bash2
* qaoa notebook update
* QCBM notebook
* Grover's search bug bash
* Merge pull request #47 from aws-samples/qpe_cleanup2
* remove one sentence from the quantum walk example notebook
* Merge pull request #59 from aws-samples/template-cleanup
* update: clean up notebook template
* Merge pull request #58 from aws-samples/shor-cleanup
* update: cleanup qpe helper
* change shors_algorithm folder to shors to match convention
* address bugbash issue for QFT
* cleanup qpe notebook and address review feedback
* Capitalize Braket
* remove algo list and add Windows support mention.
* Merge pull request #49 from aws-samples/bugfix-cbm-11-18
* Merge pull request #51 from aws-samples/quantum-walk-fixes
* Update Quantum_Walk.ipynb
* Comment out QPU execution code
* Update Bells_Inequality.ipynb
* Merge pull request #46 from aws-samples/orr_matplotlib_cleanup
* cleanup after merge conflict resolution
* Merge branch 'main' into orr_matplotlib_cleanup
* cleanup based on feedback
* enable 0 shots and move probability
* Register qft and inverse qft as subroutine of Circuit
* update: move matplotlib to notebooks only
* remove initial example
* Merge pull request #43 from aws-samples/qpe_cleanup
* Add markdown description files to existing algorithms.
* Merge branch 'main' into qpe_cleanup
* Minor updates to Bells Inequality
* rename t to tracker
* tox reformatting
* Add markdown description files to existing algorithms.
* typo
* update qpe metadata summary
* update: qpe algorithm and bug bash cleanup
* remove initial example
* Merge pull request #40 from aws-samples/bv_algo_cleanup
* Merge pull request #37 from aws-samples/jcjaskula-aws/simons_fix_after_bug_bash
* update: bernstein vazirani fixes from bug bash
* Merge branch 'main' into jcjaskula-aws/simons_fix_after_bug_bash
* Merge pull request #38 from aws-samples/notebook_folder_update
* Merge branch 'main' into notebook_folder_update
* Merge pull request #36 from aws-samples/dj_algo_cleanup
* update: notebook folder structure
* Remove circuit.subroutine
* Fix shots=0 and hardcoded costs
* Deutsch Jozsa bug bash cleanup
* Merge pull request #35 from aws-samples/bugbash-11-16-fixes-cbm
* Merge pull request #33 from aws-samples/qpe_task_update
* Update Template.ipynb
* Update Grover_Search.ipynb
* Update setup.py
* update qpe to use tasks for results processing
* Update README.md
* Merge pull request #29 from aws-samples/shors_algorithm
* Merge pull request #32 from aws-samples/setup_cleanup
* remove unnecessary imports
* addressed the PR review comments
* docstrings + filename + black notebooks
* Grover search
* Quantum Fourier Transform (#20)
* add quantum walk example
* Remove algorithm from filenames
* Added tests, notebook example and fixed linting errors
* Simons algorithm
* rename BV to be consistent
* Bell inequality v2
* Quantum Circuit Born Machine
* QAOA commit for review
* Deutsch-Jozsa Algorithm
* Remove Windows builds
* Bernstein–Vazirani algorithm
* Add first draft of Shor's Algorithm
* Merge pull request #11 from aws-samples/quantum_phase_estimation_cleanup
* update: cleanup based on feedback
* Update .gitignore to ignore .DS_Store
* qpe import
* update: qpe notebook text cleanup
* cleanup notebook formatting
* update: add notebook template and extend tests
* quantum phase estimation cleanup
* Merge pull request #9 from aws-samples/contribution-guidelines0
* cleanup based on feedback
* pull request template links
* update: contributing guidelines for adding a new algorithm
* Merge pull request #1 from aws-samples/quantum_phase_estimation_initial
* cleanup from review feedback
* remove unneeded dep
* updates for new linter and tox testing
* update formatting
* cleanup
* updating dir structure per feedback.
* updating per PR.
* Initial commit

### Documentation Changes

* update readme install instructions
* md-file-description
* notebook text cleanup and md file cleanup
* fix shots comment
* update contributing guidelines for new notebook location

2 changes: 1 addition & 1 deletion src/braket/_algos/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
Version number (major.minor.patch[-label])
"""

__version__ = "1.1.0"
__version__ = "0.1.0"

0 comments on commit 1d58ef6

Please sign in to comment.