{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":83821669,"defaultBranch":"main","name":"qiskit","ownerLogin":"Qiskit","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2017-03-03T17:02:42.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/30696987?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1719612872.0","currentOid":""},"activityList":{"items":[{"before":"86bafde8bfd70a49abfe1d52a7c89cf09ef4fd19","after":"4bf42b97de081c1e46c3695f3884d3ae541c83b6","ref":"refs/heads/gh-pages","pushedAt":"2024-06-29T14:46:19.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"qiskit-asv-bot","name":null,"path":"/qiskit-asv-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/51799434?s=80&v=4"},"commit":{"message":"Generated from sources","shortMessageHtmlLink":"Generated from sources"}},{"before":"bc0083b987e3691c88c4eec9224540fc9e610af3","after":null,"ref":"refs/heads/mergify/bp/stable/1.1/pr-12690","pushedAt":"2024-06-28T22:14:32.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"mergify[bot]","name":null,"path":"/apps/mergify","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/10562?s=80&v=4"}},{"before":"c8aa1a55c10ab3ea3f21ef96b58809bb826f1f5c","after":null,"ref":"refs/heads/gh-readonly-queue/stable/1.1/pr-12691-2d9e047fa38d18a685355f07bb09c88d0b227856","pushedAt":"2024-06-28T22:13:58.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"}},{"before":"2d9e047fa38d18a685355f07bb09c88d0b227856","after":"c8aa1a55c10ab3ea3f21ef96b58809bb826f1f5c","ref":"refs/heads/stable/1.1","pushedAt":"2024-06-28T22:13:57.000Z","pushType":"merge_queue_merge","commitsCount":1,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"},"commit":{"message":"Relax CI constraint on Rustworkx 0.15.0 (#12690) (#12691)\n\nThe release of Rustworkx 0.15.1 fixes the bug that was previously\nblocking CI.\n\n(cherry picked from commit 44fe59b04045c52f9031a5e8d91f8d5990f7d553)\n\nCo-authored-by: Jake Lishman ","shortMessageHtmlLink":"Relax CI constraint on Rustworkx 0.15.0 (#12690) (#12691)"}},{"before":null,"after":"c8aa1a55c10ab3ea3f21ef96b58809bb826f1f5c","ref":"refs/heads/gh-readonly-queue/stable/1.1/pr-12691-2d9e047fa38d18a685355f07bb09c88d0b227856","pushedAt":"2024-06-28T21:39:55.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"},"commit":{"message":"Relax CI constraint on Rustworkx 0.15.0 (#12690) (#12691)\n\nThe release of Rustworkx 0.15.1 fixes the bug that was previously\nblocking CI.\n\n(cherry picked from commit 44fe59b04045c52f9031a5e8d91f8d5990f7d553)\n\nCo-authored-by: Jake Lishman ","shortMessageHtmlLink":"Relax CI constraint on Rustworkx 0.15.0 (#12690) (#12691)"}},{"before":"e9208a6339becd95b3e5e3a28e593c61d71aeb54","after":null,"ref":"refs/heads/gh-readonly-queue/main/pr-12456-44fe59b04045c52f9031a5e8d91f8d5990f7d553","pushedAt":"2024-06-28T20:58:50.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"}},{"before":"44fe59b04045c52f9031a5e8d91f8d5990f7d553","after":"e9208a6339becd95b3e5e3a28e593c61d71aeb54","ref":"refs/heads/main","pushedAt":"2024-06-28T20:58:50.000Z","pushType":"merge_queue_merge","commitsCount":1,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"},"commit":{"message":"binary matrices utils in rust (#12456)\n\n* gaussian elimination in rust\n\n* handle lint errors\n\n* replace python function by rust function for gauss elimination\n\n* change matrix elements type from bool to i8\n\n* add parallelization in row operations\n\n* update matrices in place\n\n* change matrix type in rust code to bool\n\n* handle type in python code\n\n* update filter following review\n\n* remove parallelization using rayon\n\n* move _gauss_elimination_with_perm to rust\n\n* fix fmt error\n\n* simplify _gauss_elimination function\n\n* update _compute_rank_after_gauss_elim to rust\n\n* update _row_op and _col_op\n\n* transfer _row_op and _col_op from python to rust\n\n* fix code due to failing tests\n\n* minor update of types\n\n* move calc_inverse_matrix to rust, add _binary_matmul in rust\n\n* fix failing tests, by changing mat type from int to bool\n\n* update rust docstrings\n\n* add function _add_row_or_col to rust code\n\n* improve binary_matmul\n\n* proper error handling\n\n* unified format of function names\n\n* move compute_rank from python to rust, update errors\n\n* update type of mat in compute_rank\n\n* move random_invertible_binary_matrix and check_invertible_binary_matrix to rust\n\n* Updating HighLevelSynthesis tests that depend on the specific random number\n\n* Updating LinearSynthesis tests to pass seeds\n\n* Updating tests in test_linear_function\n\n* changing the matrix type in random dyhedral to be a matrix of ints rather than bools\n\n* updating cx_cz synthesis tests\n\n* updating clifford tests\n\n* remove unused imports\n\n* add option seed=None\n\n* enhance rust docs\n\n* add release notes\n\n* remove unnecessary copy in python\n\n* another copy fix\n\n* another copy fix\n\n* update rust docstrings\n\n* update release notes\n\n---------\n\nCo-authored-by: AlexanderIvrii ","shortMessageHtmlLink":"binary matrices utils in rust (#12456)"}},{"before":"b5903b8ab46b107a0670901e7d8ae1eafd9fc9d9","after":"d1cbc41f74dd04b6c935ce32bc063bce1ca0dcda","ref":"refs/heads/dependabot/cargo/rustworkx-core-0.15.0","pushedAt":"2024-06-28T20:42:41.000Z","pushType":"push","commitsCount":6,"pusher":{"login":"mtreinish","name":"Matthew Treinish","path":"/mtreinish","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2447371?s=80&v=4"},"commit":{"message":"Merge branch 'main' into dependabot/cargo/rustworkx-core-0.15.0","shortMessageHtmlLink":"Merge branch 'main' into dependabot/cargo/rustworkx-core-0.15.0"}},{"before":null,"after":"bc0083b987e3691c88c4eec9224540fc9e610af3","ref":"refs/heads/mergify/bp/stable/1.1/pr-12690","pushedAt":"2024-06-28T20:22:58.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"mergify[bot]","name":null,"path":"/apps/mergify","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/10562?s=80&v=4"},"commit":{"message":"Relax CI constraint on Rustworkx 0.15.0 (#12690)\n\nThe release of Rustworkx 0.15.1 fixes the bug that was previously\nblocking CI.\n\n(cherry picked from commit 44fe59b04045c52f9031a5e8d91f8d5990f7d553)","shortMessageHtmlLink":"Relax CI constraint on Rustworkx 0.15.0 (#12690)"}},{"before":"44fe59b04045c52f9031a5e8d91f8d5990f7d553","after":null,"ref":"refs/heads/gh-readonly-queue/main/pr-12690-3af991856ff3cc6925093224d5eecf6798be5265","pushedAt":"2024-06-28T20:22:15.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"}},{"before":"3af991856ff3cc6925093224d5eecf6798be5265","after":"44fe59b04045c52f9031a5e8d91f8d5990f7d553","ref":"refs/heads/main","pushedAt":"2024-06-28T20:22:14.000Z","pushType":"merge_queue_merge","commitsCount":1,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"},"commit":{"message":"Relax CI constraint on Rustworkx 0.15.0 (#12690)\n\nThe release of Rustworkx 0.15.1 fixes the bug that was previously\nblocking CI.","shortMessageHtmlLink":"Relax CI constraint on Rustworkx 0.15.0 (#12690)"}},{"before":null,"after":"e9208a6339becd95b3e5e3a28e593c61d71aeb54","ref":"refs/heads/gh-readonly-queue/main/pr-12456-44fe59b04045c52f9031a5e8d91f8d5990f7d553","pushedAt":"2024-06-28T20:18:32.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"},"commit":{"message":"binary matrices utils in rust (#12456)\n\n* gaussian elimination in rust\n\n* handle lint errors\n\n* replace python function by rust function for gauss elimination\n\n* change matrix elements type from bool to i8\n\n* add parallelization in row operations\n\n* update matrices in place\n\n* change matrix type in rust code to bool\n\n* handle type in python code\n\n* update filter following review\n\n* remove parallelization using rayon\n\n* move _gauss_elimination_with_perm to rust\n\n* fix fmt error\n\n* simplify _gauss_elimination function\n\n* update _compute_rank_after_gauss_elim to rust\n\n* update _row_op and _col_op\n\n* transfer _row_op and _col_op from python to rust\n\n* fix code due to failing tests\n\n* minor update of types\n\n* move calc_inverse_matrix to rust, add _binary_matmul in rust\n\n* fix failing tests, by changing mat type from int to bool\n\n* update rust docstrings\n\n* add function _add_row_or_col to rust code\n\n* improve binary_matmul\n\n* proper error handling\n\n* unified format of function names\n\n* move compute_rank from python to rust, update errors\n\n* update type of mat in compute_rank\n\n* move random_invertible_binary_matrix and check_invertible_binary_matrix to rust\n\n* Updating HighLevelSynthesis tests that depend on the specific random number\n\n* Updating LinearSynthesis tests to pass seeds\n\n* Updating tests in test_linear_function\n\n* changing the matrix type in random dyhedral to be a matrix of ints rather than bools\n\n* updating cx_cz synthesis tests\n\n* updating clifford tests\n\n* remove unused imports\n\n* add option seed=None\n\n* enhance rust docs\n\n* add release notes\n\n* remove unnecessary copy in python\n\n* another copy fix\n\n* another copy fix\n\n* update rust docstrings\n\n* update release notes\n\n---------\n\nCo-authored-by: AlexanderIvrii ","shortMessageHtmlLink":"binary matrices utils in rust (#12456)"}},{"before":null,"after":"44fe59b04045c52f9031a5e8d91f8d5990f7d553","ref":"refs/heads/gh-readonly-queue/main/pr-12690-3af991856ff3cc6925093224d5eecf6798be5265","pushedAt":"2024-06-28T19:40:12.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"},"commit":{"message":"Relax CI constraint on Rustworkx 0.15.0 (#12690)\n\nThe release of Rustworkx 0.15.1 fixes the bug that was previously\nblocking CI.","shortMessageHtmlLink":"Relax CI constraint on Rustworkx 0.15.0 (#12690)"}},{"before":"e0d02f490b61a911fe9945cf92767cc2ac379e52","after":null,"ref":"refs/heads/mergify/bp/stable/1.1/pr-12676","pushedAt":"2024-06-28T19:38:10.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"mergify[bot]","name":null,"path":"/apps/mergify","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/10562?s=80&v=4"}},{"before":"2d9e047fa38d18a685355f07bb09c88d0b227856","after":null,"ref":"refs/heads/gh-readonly-queue/stable/1.1/pr-12687-25c054251f50871ff9ad1dd5d3a7f2de2b2436fc","pushedAt":"2024-06-28T19:37:37.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"}},{"before":"25c054251f50871ff9ad1dd5d3a7f2de2b2436fc","after":"2d9e047fa38d18a685355f07bb09c88d0b227856","ref":"refs/heads/stable/1.1","pushedAt":"2024-06-28T19:37:36.000Z","pushType":"merge_queue_merge","commitsCount":1,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"},"commit":{"message":"Suppress nonsense `DeprecationWarning` caused by `unittest` (#12676) (#12687)\n\n* Suppress nonsense `DeprecationWarning` caused by `unittest`\n\n`unittest.TestCase.assertWarns` in context-manager form has an awkward\nhabit of querying the `__warningregistry__` attribute on every module in\nexistence. This interacts poorly with a Numpy 2 deprecation warning\ntrigger for code that's attempting to import functions from modules that\nbecame private in Numpy 2, if a warning has previously been triggered\nout of `numpy.linalg._linalg`.\n\nThis simply suppresses that particular warning from the test suite.\n\n* Refine filter\n\n* Pin Rustworkx to avoid buggy graphviz drawing\n\n* Update test/utils/base.py\n\nCo-authored-by: Elena Peña Tapia <57907331+ElePT@users.noreply.github.com>\n\n---------\n\nCo-authored-by: Elena Peña Tapia <57907331+ElePT@users.noreply.github.com>\n(cherry picked from commit 3adcd5d3dfa8f67cb4ebb37f99a0d388942602af)\n\nCo-authored-by: Jake Lishman ","shortMessageHtmlLink":"Suppress nonsense DeprecationWarning caused by unittest (#12676) (#…"}},{"before":null,"after":"2d9e047fa38d18a685355f07bb09c88d0b227856","ref":"refs/heads/gh-readonly-queue/stable/1.1/pr-12687-25c054251f50871ff9ad1dd5d3a7f2de2b2436fc","pushedAt":"2024-06-28T18:58:58.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"},"commit":{"message":"Suppress nonsense `DeprecationWarning` caused by `unittest` (#12676) (#12687)\n\n* Suppress nonsense `DeprecationWarning` caused by `unittest`\n\n`unittest.TestCase.assertWarns` in context-manager form has an awkward\nhabit of querying the `__warningregistry__` attribute on every module in\nexistence. This interacts poorly with a Numpy 2 deprecation warning\ntrigger for code that's attempting to import functions from modules that\nbecame private in Numpy 2, if a warning has previously been triggered\nout of `numpy.linalg._linalg`.\n\nThis simply suppresses that particular warning from the test suite.\n\n* Refine filter\n\n* Pin Rustworkx to avoid buggy graphviz drawing\n\n* Update test/utils/base.py\n\nCo-authored-by: Elena Peña Tapia <57907331+ElePT@users.noreply.github.com>\n\n---------\n\nCo-authored-by: Elena Peña Tapia <57907331+ElePT@users.noreply.github.com>\n(cherry picked from commit 3adcd5d3dfa8f67cb4ebb37f99a0d388942602af)\n\nCo-authored-by: Jake Lishman ","shortMessageHtmlLink":"Suppress nonsense DeprecationWarning caused by unittest (#12676) (#…"}},{"before":"c8e96f22ed1a947a5126efa5f69eb4b683d6739d","after":null,"ref":"refs/heads/gh-readonly-queue/stable/1.1/pr-12687-25c054251f50871ff9ad1dd5d3a7f2de2b2436fc","pushedAt":"2024-06-28T18:19:52.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"}},{"before":"3f0eb903e166862983754ec7e58c1e5943b1f139","after":null,"ref":"refs/heads/dependabot/cargo/num-bigint-0.4.6","pushedAt":"2024-06-28T18:19:35.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":"3af991856ff3cc6925093224d5eecf6798be5265","after":null,"ref":"refs/heads/gh-readonly-queue/main/pr-12681-24ee7c69b5acf9c0b10030c1f180299e6df5a4c7","pushedAt":"2024-06-28T18:19:28.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"}},{"before":"24ee7c69b5acf9c0b10030c1f180299e6df5a4c7","after":"3af991856ff3cc6925093224d5eecf6798be5265","ref":"refs/heads/main","pushedAt":"2024-06-28T18:19:27.000Z","pushType":"merge_queue_merge","commitsCount":1,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"},"commit":{"message":"Bump num-bigint from 0.4.5 to 0.4.6 (#12681)\n\nBumps [num-bigint](https://github.com/rust-num/num-bigint) from 0.4.5 to 0.4.6.\n- [Changelog](https://github.com/rust-num/num-bigint/blob/master/RELEASES.md)\n- [Commits](https://github.com/rust-num/num-bigint/compare/num-bigint-0.4.5...num-bigint-0.4.6)\n\n---\nupdated-dependencies:\n- dependency-name: num-bigint\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>","shortMessageHtmlLink":"Bump num-bigint from 0.4.5 to 0.4.6 (#12681)"}},{"before":"24ee7c69b5acf9c0b10030c1f180299e6df5a4c7","after":null,"ref":"refs/heads/gh-readonly-queue/main/pr-12675-9b0a5849f637a25f938fcd118352cdfeae1a58e5","pushedAt":"2024-06-28T17:36:19.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"}},{"before":"9b0a5849f637a25f938fcd118352cdfeae1a58e5","after":"24ee7c69b5acf9c0b10030c1f180299e6df5a4c7","ref":"refs/heads/main","pushedAt":"2024-06-28T17:36:18.000Z","pushType":"merge_queue_merge","commitsCount":1,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"},"commit":{"message":"Fix clippy warnings on latest stable rust (#12675)\n\nIn Rust 1.79.0 several new clippy rules were added and/or enabled by\ndefault. This was causing some new issues to be flagged when building\nqiskit with the this release of Rust. This commit fixes these issues\nflagged by clippy.\n\nCo-authored-by: Elena Peña Tapia <57907331+ElePT@users.noreply.github.com>","shortMessageHtmlLink":"Fix clippy warnings on latest stable rust (#12675)"}},{"before":null,"after":"c8e96f22ed1a947a5126efa5f69eb4b683d6739d","ref":"refs/heads/gh-readonly-queue/stable/1.1/pr-12687-25c054251f50871ff9ad1dd5d3a7f2de2b2436fc","pushedAt":"2024-06-28T17:16:42.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"},"commit":{"message":"Suppress nonsense `DeprecationWarning` caused by `unittest` (#12676) (#12687)\n\n* Suppress nonsense `DeprecationWarning` caused by `unittest`\n\n`unittest.TestCase.assertWarns` in context-manager form has an awkward\nhabit of querying the `__warningregistry__` attribute on every module in\nexistence. This interacts poorly with a Numpy 2 deprecation warning\ntrigger for code that's attempting to import functions from modules that\nbecame private in Numpy 2, if a warning has previously been triggered\nout of `numpy.linalg._linalg`.\n\nThis simply suppresses that particular warning from the test suite.\n\n* Refine filter\n\n* Pin Rustworkx to avoid buggy graphviz drawing\n\n* Update test/utils/base.py\n\nCo-authored-by: Elena Peña Tapia <57907331+ElePT@users.noreply.github.com>\n\n---------\n\nCo-authored-by: Elena Peña Tapia <57907331+ElePT@users.noreply.github.com>\n(cherry picked from commit 3adcd5d3dfa8f67cb4ebb37f99a0d388942602af)\n\nCo-authored-by: Jake Lishman ","shortMessageHtmlLink":"Suppress nonsense DeprecationWarning caused by unittest (#12676) (#…"}},{"before":"06971e71a3cc50efd45905f10535bcb8664644b9","after":null,"ref":"refs/heads/gh-readonly-queue/stable/1.1/pr-12687-25c054251f50871ff9ad1dd5d3a7f2de2b2436fc","pushedAt":"2024-06-28T17:07:05.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"}},{"before":null,"after":"3af991856ff3cc6925093224d5eecf6798be5265","ref":"refs/heads/gh-readonly-queue/main/pr-12681-24ee7c69b5acf9c0b10030c1f180299e6df5a4c7","pushedAt":"2024-06-28T16:55:04.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"},"commit":{"message":"Bump num-bigint from 0.4.5 to 0.4.6 (#12681)\n\nBumps [num-bigint](https://github.com/rust-num/num-bigint) from 0.4.5 to 0.4.6.\n- [Changelog](https://github.com/rust-num/num-bigint/blob/master/RELEASES.md)\n- [Commits](https://github.com/rust-num/num-bigint/compare/num-bigint-0.4.5...num-bigint-0.4.6)\n\n---\nupdated-dependencies:\n- dependency-name: num-bigint\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>","shortMessageHtmlLink":"Bump num-bigint from 0.4.5 to 0.4.6 (#12681)"}},{"before":"9b0a5849f637a25f938fcd118352cdfeae1a58e5","after":null,"ref":"refs/heads/gh-readonly-queue/main/pr-12648-3adcd5d3dfa8f67cb4ebb37f99a0d388942602af","pushedAt":"2024-06-28T16:55:04.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"}},{"before":"3adcd5d3dfa8f67cb4ebb37f99a0d388942602af","after":"9b0a5849f637a25f938fcd118352cdfeae1a58e5","ref":"refs/heads/main","pushedAt":"2024-06-28T16:55:03.000Z","pushType":"merge_queue_merge","commitsCount":1,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"},"commit":{"message":"Port CRX/Y/Z gates to Rust (#12648)\n\n* v0 of CR-Pauli gates\n\n* fix inevitable matrix typos\n\n* update multiply_param\n\nand prepare for U1/2/3 PR\n\n* fix num params/qubits\n\n* cct methods to append rust gates\n\n---------\n\nCo-authored-by: Elena Peña Tapia <57907331+ElePT@users.noreply.github.com>","shortMessageHtmlLink":"Port CRX/Y/Z gates to Rust (#12648)"}},{"before":null,"after":"06971e71a3cc50efd45905f10535bcb8664644b9","ref":"refs/heads/gh-readonly-queue/stable/1.1/pr-12687-25c054251f50871ff9ad1dd5d3a7f2de2b2436fc","pushedAt":"2024-06-28T16:03:53.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"},"commit":{"message":"Suppress nonsense `DeprecationWarning` caused by `unittest` (#12676) (#12687)\n\n* Suppress nonsense `DeprecationWarning` caused by `unittest`\n\n`unittest.TestCase.assertWarns` in context-manager form has an awkward\nhabit of querying the `__warningregistry__` attribute on every module in\nexistence. This interacts poorly with a Numpy 2 deprecation warning\ntrigger for code that's attempting to import functions from modules that\nbecame private in Numpy 2, if a warning has previously been triggered\nout of `numpy.linalg._linalg`.\n\nThis simply suppresses that particular warning from the test suite.\n\n* Refine filter\n\n* Pin Rustworkx to avoid buggy graphviz drawing\n\n* Update test/utils/base.py\n\nCo-authored-by: Elena Peña Tapia <57907331+ElePT@users.noreply.github.com>\n\n---------\n\nCo-authored-by: Elena Peña Tapia <57907331+ElePT@users.noreply.github.com>\n(cherry picked from commit 3adcd5d3dfa8f67cb4ebb37f99a0d388942602af)\n\nCo-authored-by: Jake Lishman ","shortMessageHtmlLink":"Suppress nonsense DeprecationWarning caused by unittest (#12676) (#…"}},{"before":null,"after":"24ee7c69b5acf9c0b10030c1f180299e6df5a4c7","ref":"refs/heads/gh-readonly-queue/main/pr-12675-9b0a5849f637a25f938fcd118352cdfeae1a58e5","pushedAt":"2024-06-28T16:03:53.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"},"commit":{"message":"Fix clippy warnings on latest stable rust (#12675)\n\nIn Rust 1.79.0 several new clippy rules were added and/or enabled by\ndefault. This was causing some new issues to be flagged when building\nqiskit with the this release of Rust. This commit fixes these issues\nflagged by clippy.\n\nCo-authored-by: Elena Peña Tapia <57907331+ElePT@users.noreply.github.com>","shortMessageHtmlLink":"Fix clippy warnings on latest stable rust (#12675)"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEcpeUtAA","startCursor":null,"endCursor":null}},"title":"Activity · Qiskit/qiskit"}