Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release/v0.1.6 #75

Merged
merged 23 commits into from
Aug 20, 2024
Merged

Release/v0.1.6 #75

merged 23 commits into from
Aug 20, 2024

Commits on Aug 5, 2024

  1. Update Python version and fix dependency

    Tket needed to be updated and the new version needs Python 3.10. Should likely just move to 3.13 at some point.
    chemix-lunacy committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    50c579c View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. Add some additional logging

    Added in some basic hooks to keep track of how long operations take.
    chemix-lunacy committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    d877ade View commit details
    Browse the repository at this point in the history
  2. Removed on-load logging init

    We're meant to be run from Python in general, this only triggered when you ran tests and cluttered the disk.
    chemix-lunacy committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    66f3e80 View commit details
    Browse the repository at this point in the history
  3. Removes redundant code

    chemix-lunacy committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    fd5d1db View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. Merge pull request #62 from oqc-community/jd/tket-update

    Update Python version and fix dependency
    chemix-lunacy authored Aug 7, 2024
    Configuration menu
    Copy the full SHA
    1d61e56 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    af6e073 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. Minor comment changes

    chemix-lunacy committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    3b5992d View commit details
    Browse the repository at this point in the history
  2. Minor improvements

    chemix-lunacy committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    fa19a38 View commit details
    Browse the repository at this point in the history
  3. Change hierarchy

    Move docs to doc folder, move examples to new folder as there will be more of them.
    chemix-lunacy committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    566f9e5 View commit details
    Browse the repository at this point in the history
  4. Adding to-do to certain instructions

    This was a mistake in roll-over capabilities.
    chemix-lunacy committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    6afe528 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. Expanding documentation

    chemix-lunacy committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    a6a1b3d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f5b9073 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. Remove expansion from borrow-driven smart-pointer

    You should never be expanding into it anyway.
    chemix-lunacy committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    56e6ea4 View commit details
    Browse the repository at this point in the history
  2. Minor document cleanup

    chemix-lunacy committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    ce4c8ec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    869cd53 View commit details
    Browse the repository at this point in the history
  4. Add __quantum__qis__mresetz__body

    Also silenced warnings for 2 intrinsics we ignore for a good reason.
    chemix-lunacy committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    2dbea48 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #71 from oqc-community/jd/docs

    Add sandbox
    chemix-lunacy authored Aug 16, 2024
    Configuration menu
    Copy the full SHA
    8f9f493 View commit details
    Browse the repository at this point in the history
  6. Release for 0.1.6

    chemix-lunacy committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    20730e7 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #72 from oqc-community/jd/release-bump

    Release for 0.1.6
    chemix-lunacy authored Aug 16, 2024
    Configuration menu
    Copy the full SHA
    d4c8a93 View commit details
    Browse the repository at this point in the history
  8. Merge remote-tracking branch 'refs/remotes/origin/develop' into relea…

    …se/v0.1.6
    
    # Conflicts:
    #	README.md
    #	building.md
    #	src/rasqal/README.md
    #	src/rasqal/pyproject.toml
    chemix-lunacy committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    e12742f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    659f621 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. Increase Rust version to 0.1.6

    Doesn't come up since we don't deploy as a crate, but may as well keep in lock-step.
    chemix-lunacy committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    614dd88 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #74 from oqc-community/jd/version-bump

    Increase Rust version to 0.1.6
    chemix-lunacy authored Aug 20, 2024
    Configuration menu
    Copy the full SHA
    bbabc79 View commit details
    Browse the repository at this point in the history