{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":62721200,"defaultBranch":"master","name":"rust-bio-tools","ownerLogin":"rust-bio","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2016-07-06T13:00:09.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/13785584?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1719231149.0","currentOid":""},"activityList":{"items":[{"before":"d409de1a20c2008e86f226a3a2020144733b828b","after":null,"ref":"refs/heads/dependabot/cargo/uuid-1.8","pushedAt":"2024-06-24T12:12:29.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":null,"after":"d1f4a11a85ccb9a2edbe9d7a9e69329281d67ab2","ref":"refs/heads/dependabot/cargo/uuid-1.9","pushedAt":"2024-06-24T12:12:25.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"build(deps): update uuid requirement from 0.7 to 1.9\n\nUpdates the requirements on [uuid](https://github.com/uuid-rs/uuid) to permit the latest version.\n- [Release notes](https://github.com/uuid-rs/uuid/releases)\n- [Commits](https://github.com/uuid-rs/uuid/compare/0.7.0...1.9.0)\n\n---\nupdated-dependencies:\n- dependency-name: uuid\n dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"build(deps): update uuid requirement from 0.7 to 1.9"}},{"before":null,"after":"ec404d01fd45d83972db476fadcc717ebed903ca","ref":"refs/heads/dependabot/cargo/rand-0.8.5","pushedAt":"2024-04-15T12:05:22.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"build(deps): update rand requirement from 0.7.3 to 0.8.5\n\nUpdates the requirements on [rand](https://github.com/rust-random/rand) to permit the latest version.\n- [Release notes](https://github.com/rust-random/rand/releases)\n- [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/rust-random/rand/compare/0.7.3...0.8.5)\n\n---\nupdated-dependencies:\n- dependency-name: rand\n dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"build(deps): update rand requirement from 0.7.3 to 0.8.5"}},{"before":"3a2e9c5c543f28c8ff12c6a9c281b4d5fab01995","after":null,"ref":"refs/heads/dependabot/cargo/itertools-0.12","pushedAt":"2024-04-10T12:53:49.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"fxwiegand","name":"Felix Wiegand","path":"/fxwiegand","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/39430842?s=80&v=4"}},{"before":"791313624a80700f24857a9987585569de7bb27e","after":"0b3940c3c498b8350a8a0933268a94447a714371","ref":"refs/heads/master","pushedAt":"2024-04-10T12:53:48.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"fxwiegand","name":"Felix Wiegand","path":"/fxwiegand","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/39430842?s=80&v=4"},"commit":{"message":"build(deps): update itertools requirement from 0.9 to 0.12 (#264)\n\nUpdates the requirements on\r\n[itertools](https://github.com/rust-itertools/itertools) to permit the\r\nlatest version.\r\n
\r\nChangelog\r\n

Sourced from itertools's\r\nchangelog.

\r\n
\r\n

0.12.1

\r\n

Added

\r\n
    \r\n
  • Documented iteration order guarantee for\r\nItertools::[tuple_]combinations (#822)
  • \r\n
  • Documented possible panic in iterate (#842)
  • \r\n
  • Implemented Clone and Debug for\r\nDiff (#845)
  • \r\n
  • Implemented Debug for WithPosition (#859)
  • \r\n
  • Implemented Eq for MinMaxResult (#838)
  • \r\n
  • Implemented From<EitherOrBoth<A, B>> for\r\nOption<Either<A, B>> (#843)
  • \r\n
  • Implemented PeekingNext for RepeatN (#855)
  • \r\n
\r\n

Changed

\r\n
    \r\n
  • Made CoalesceBy lazy (#801)
  • \r\n
  • Optimized Filter[Map]Ok::next,\r\nItertools::partition, Unique[By]::next[_back]\r\n(#818)
  • \r\n
  • Optimized Itertools::find_position (#837)
  • \r\n
  • Optimized Positions::next[_back] (#816)
  • \r\n
  • Optimized ZipLongest::fold (#854)
  • \r\n
  • Relaxed Debug bounds for GroupingMapBy (#860)
  • \r\n
  • Specialized ExactlyOneError::fold (#826)
  • \r\n
  • Specialized Interleave[Shortest]::fold (#849)
  • \r\n
  • Specialized MultiPeek::fold (#820)
  • \r\n
  • Specialized PadUsing::[r]fold (#825)
  • \r\n
  • Specialized PeekNth::fold (#824)
  • \r\n
  • Specialized Positions::[r]fold (#813)
  • \r\n
  • Specialized PutBackN::fold (#823)
  • \r\n
  • Specialized RepeatN::[r]fold (#821)
  • \r\n
  • Specialized TakeWhileInclusive::fold (#851)
  • \r\n
  • Specialized ZipLongest::rfold (#848)
  • \r\n
\r\n

Notable Internal Changes

\r\n
    \r\n
  • Added test coverage in CI (#847,\r\n#856)
  • \r\n
  • Added semver check in CI (#784)
  • \r\n
  • Enforced clippy in CI (#740)
  • \r\n
  • Enforced rustdoc in CI (#840)
  • \r\n
  • Improved specialization tests (#807)
  • \r\n
  • More specialization benchmarks (#806)
  • \r\n
\r\n

0.12.0

\r\n

Breaking

\r\n
    \r\n
  • Made take_while_inclusive consume iterator by value (#709)
  • \r\n
  • Added Clone bound to Unique (#777)
  • \r\n
\r\n

Added

\r\n
    \r\n
  • Added Itertools::try_len (#723)
  • \r\n
  • Added free function sort_unstable (#796)
  • \r\n
  • Added GroupMap::fold_with (#778,\r\n#785)
  • \r\n
  • Added PeekNth::{peek_mut, peek_nth_mut} (#716)
  • \r\n
  • Added PeekNth::{next_if, next_if_eq} (#734)
  • \r\n
  • Added conversion into (Option<A>,Option<B>)\r\nto EitherOrBoth (#713)
  • \r\n
\r\n\r\n
\r\n

... (truncated)

\r\n
\r\n
\r\nCommits\r\n
    \r\n
  • 98d3978\r\nPrepare v0.12.1 release
  • \r\n
  • dffac1f\r\nBump obi1kenobi/cargo-semver-checks-action from 2.2 to 2.3
  • \r\n
  • 00998a4\r\nCoalesceBy: missing field in Debug
  • \r\n
  • a0411d6\r\nCombinationsWithReplacement: use a boxed slice\r\ninternally
  • \r\n
  • 8dd75f1\r\nPermutations: use boxed slices internally
  • \r\n
  • b785403\r\nExactlyOneError: implement Debug differently
  • \r\n
  • 7a1c22b\r\nFlattenOk: Debug with macro
  • \r\n
  • 94452e3\r\nGroupingMapBy: fix Debug implementation
  • \r\n
  • 2e325a0\r\nTakeWhileInclusive: missing field in\r\nDebug
  • \r\n
  • a48c5b4\r\nWithPosition: implement Debug
  • \r\n
  • Additional commits viewable in compare\r\nview
  • \r\n
\r\n
\r\n
\r\n\r\n\r\nDependabot will resolve any conflicts with this PR as long as you don't\r\nalter it yourself. You can also trigger a rebase manually by commenting\r\n`@dependabot rebase`.\r\n\r\n[//]: # (dependabot-automerge-start)\r\n[//]: # (dependabot-automerge-end)\r\n\r\n---\r\n\r\n
\r\nDependabot commands and options\r\n
\r\n\r\nYou can trigger Dependabot actions by commenting on this PR:\r\n- `@dependabot rebase` will rebase this PR\r\n- `@dependabot recreate` will recreate this PR, overwriting any edits\r\nthat have been made to it\r\n- `@dependabot merge` will merge this PR after your CI passes on it\r\n- `@dependabot squash and merge` will squash and merge this PR after\r\nyour CI passes on it\r\n- `@dependabot cancel merge` will cancel a previously requested merge\r\nand block automerging\r\n- `@dependabot reopen` will reopen this PR if it is closed\r\n- `@dependabot close` will close this PR and stop Dependabot recreating\r\nit. You can achieve the same result by closing it manually\r\n- `@dependabot show ignore conditions` will show all\r\nof the ignore conditions of the specified dependency\r\n- `@dependabot ignore this major version` will close this PR and stop\r\nDependabot creating any more for this major version (unless you reopen\r\nthe PR or upgrade to it yourself)\r\n- `@dependabot ignore this minor version` will close this PR and stop\r\nDependabot creating any more for this minor version (unless you reopen\r\nthe PR or upgrade to it yourself)\r\n- `@dependabot ignore this dependency` will close this PR and stop\r\nDependabot creating any more for this dependency (unless you reopen the\r\nPR or upgrade to it yourself)\r\n\r\n\r\n
\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>","shortMessageHtmlLink":"build(deps): update itertools requirement from 0.9 to 0.12 (#264)"}},{"before":null,"after":"d409de1a20c2008e86f226a3a2020144733b828b","ref":"refs/heads/dependabot/cargo/uuid-1.8","pushedAt":"2024-04-10T10:14:04.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"build(deps): update uuid requirement from 0.7 to 1.8\n\nUpdates the requirements on [uuid](https://github.com/uuid-rs/uuid) to permit the latest version.\n- [Release notes](https://github.com/uuid-rs/uuid/releases)\n- [Commits](https://github.com/uuid-rs/uuid/compare/0.7.0...1.8.0)\n\n---\nupdated-dependencies:\n- dependency-name: uuid\n dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"build(deps): update uuid requirement from 0.7 to 1.8"}},{"before":null,"after":"3a2e9c5c543f28c8ff12c6a9c281b4d5fab01995","ref":"refs/heads/dependabot/cargo/itertools-0.12","pushedAt":"2024-04-10T10:13:44.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"build(deps): update itertools requirement from 0.9 to 0.12\n\nUpdates the requirements on [itertools](https://github.com/rust-itertools/itertools) to permit the latest version.\n- [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/rust-itertools/itertools/compare/v0.9.0...v0.12.1)\n\n---\nupdated-dependencies:\n- dependency-name: itertools\n dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"build(deps): update itertools requirement from 0.9 to 0.12"}},{"before":null,"after":"afd09961542a5f83855a4c7b5f6f6c7eb140b0cb","ref":"refs/heads/dependabot/cargo/lz-str-0.2.1","pushedAt":"2024-04-10T10:13:34.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"build(deps): update lz-str requirement from 0.1.0 to 0.2.1\n\nUpdates the requirements on [lz-str](https://github.com/adumbidiot/lz-str-rs) to permit the latest version.\n- [Release notes](https://github.com/adumbidiot/lz-str-rs/releases)\n- [Changelog](https://github.com/adumbidiot/lz-str-rs/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/adumbidiot/lz-str-rs/compare/0.1.0...v0.2.1)\n\n---\nupdated-dependencies:\n- dependency-name: lz-str\n dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"build(deps): update lz-str requirement from 0.1.0 to 0.2.1"}},{"before":null,"after":"2b7ee2c1f4bed9257124874def7c9c75e5595994","ref":"refs/heads/dependabot/cargo/derive-new-0.6","pushedAt":"2024-04-10T10:13:19.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"build(deps): update derive-new requirement from 0.5 to 0.6\n\nUpdates the requirements on [derive-new](https://github.com/nrc/derive-new) to permit the latest version.\n- [Commits](https://github.com/nrc/derive-new/compare/0.5.1...0.6.0)\n\n---\nupdated-dependencies:\n- dependency-name: derive-new\n dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"build(deps): update derive-new requirement from 0.5 to 0.6"}},{"before":null,"after":"831a4bbc8b423279935aebe796790d64100b10fc","ref":"refs/heads/dependabot/cargo/rand_core-0.6.4","pushedAt":"2024-04-10T10:13:01.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"build(deps): update rand_core requirement from 0.5.1 to 0.6.4\n\nUpdates the requirements on [rand_core](https://github.com/rust-random/rand) to permit the latest version.\n- [Release notes](https://github.com/rust-random/rand/releases)\n- [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/rust-random/rand/compare/rand_core-0.5.1...rand_core-0.6.4)\n\n---\nupdated-dependencies:\n- dependency-name: rand_core\n dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"build(deps): update rand_core requirement from 0.5.1 to 0.6.4"}},{"before":"8d3b0432a3ce9c3223f045f52ac43f7aa1dd5d72","after":null,"ref":"refs/heads/add-dependabot","pushedAt":"2024-04-10T10:12:23.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"johanneskoester","name":"Johannes Köster","path":"/johanneskoester","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1858646?s=80&v=4"}},{"before":"c3bd992bd1b36ecc84a372873d5589db46102391","after":"791313624a80700f24857a9987585569de7bb27e","ref":"refs/heads/master","pushedAt":"2024-04-10T10:12:22.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"johanneskoester","name":"Johannes Köster","path":"/johanneskoester","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1858646?s=80&v=4"},"commit":{"message":"chore: Setup dependabot (#258)","shortMessageHtmlLink":"chore: Setup dependabot (#258)"}},{"before":"ece3ed0cfc7005a9be287eca557c0c0acbd862fd","after":null,"ref":"refs/heads/release-v0.42.2","pushedAt":"2024-04-10T10:11:54.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"johanneskoester","name":"Johannes Köster","path":"/johanneskoester","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1858646?s=80&v=4"}},{"before":"a1793ea7e7fe68d05e5d05c714213ad474581e70","after":"c3bd992bd1b36ecc84a372873d5589db46102391","ref":"refs/heads/master","pushedAt":"2024-04-10T10:11:53.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"johanneskoester","name":"Johannes Köster","path":"/johanneskoester","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1858646?s=80&v=4"},"commit":{"message":"chore: release 0.42.2 (#260)\n\nCo-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>","shortMessageHtmlLink":"chore: release 0.42.2 (#260)"}},{"before":"a1793ea7e7fe68d05e5d05c714213ad474581e70","after":"ece3ed0cfc7005a9be287eca557c0c0acbd862fd","ref":"refs/heads/release-v0.42.2","pushedAt":"2024-04-10T10:11:31.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"chore: release 0.42.2","shortMessageHtmlLink":"chore: release 0.42.2"}},{"before":null,"after":"a1793ea7e7fe68d05e5d05c714213ad474581e70","ref":"refs/heads/release-v0.42.2","pushedAt":"2024-04-10T10:11:30.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"chore: release 0.42.2\n\nRelease-As: 0.42.2","shortMessageHtmlLink":"chore: release 0.42.2"}},{"before":"39d587d4e7fd450cbeece07dc35b439c2161ff58","after":"a1793ea7e7fe68d05e5d05c714213ad474581e70","ref":"refs/heads/master","pushedAt":"2024-04-10T10:11:03.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"johanneskoester","name":"Johannes Köster","path":"/johanneskoester","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1858646?s=80&v=4"},"commit":{"message":"chore: release 0.42.2\n\nRelease-As: 0.42.2","shortMessageHtmlLink":"chore: release 0.42.2"}},{"before":"37e3dbe744c544d645fed8302f27e443eba28491","after":"39d587d4e7fd450cbeece07dc35b439c2161ff58","ref":"refs/heads/master","pushedAt":"2024-04-05T12:15:13.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"fxwiegand","name":"Felix Wiegand","path":"/fxwiegand","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/39430842?s=80&v=4"},"commit":{"message":"build: Update rust-htslib to 0.46.0 and GSL to 7.0.0 for Linux ARM64 compatibility (#259)\n\n* Update rust-htslib to 0.46.0 and GSL to 7.0.0 for Linux ARM64 compatibility\r\n\r\nSigned-off-by: Martin Tzvetanov Grigorov \r\n\r\n* Update the url to dgigb.org. Now it uses HTTPS\r\n\r\nSigned-off-by: Martin Tzvetanov Grigorov \r\n\r\n---------\r\n\r\nSigned-off-by: Martin Tzvetanov Grigorov ","shortMessageHtmlLink":"build: Update rust-htslib to 0.46.0 and GSL to 7.0.0 for Linux ARM64 …"}},{"before":"8fd97ce9ccfa61c297a4fe4ebe43b0e737a23c5e","after":null,"ref":"refs/heads/release-v0.42.1","pushedAt":"2024-04-04T11:11:40.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"fxwiegand","name":"Felix Wiegand","path":"/fxwiegand","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/39430842?s=80&v=4"}},{"before":"0ffaf4d29776b373c0a0187ec4496d2f51e2f8cf","after":"37e3dbe744c544d645fed8302f27e443eba28491","ref":"refs/heads/master","pushedAt":"2024-04-04T11:11:39.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"fxwiegand","name":"Felix Wiegand","path":"/fxwiegand","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/39430842?s=80&v=4"},"commit":{"message":"chore: release 0.42.1 (#255)\n\nCo-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>","shortMessageHtmlLink":"chore: release 0.42.1 (#255)"}},{"before":null,"after":"8d3b0432a3ce9c3223f045f52ac43f7aa1dd5d72","ref":"refs/heads/add-dependabot","pushedAt":"2023-07-26T10:18:11.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"fxwiegand","name":"Felix Wiegand","path":"/fxwiegand","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/39430842?s=80&v=4"},"commit":{"message":"chore: Setup dependabot","shortMessageHtmlLink":"chore: Setup dependabot"}},{"before":"52d5109cb924ebf80221fec224c8796c161ef6e6","after":"8fd97ce9ccfa61c297a4fe4ebe43b0e737a23c5e","ref":"refs/heads/release-v0.42.1","pushedAt":"2023-07-24T13:30:29.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"chore: release 0.42.1","shortMessageHtmlLink":"chore: release 0.42.1"}},{"before":"a45b6e3dc203869523964f7293ce1df5442385d8","after":null,"ref":"refs/heads/update-xlsxwriter","pushedAt":"2023-07-24T13:29:50.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dlaehnemann","name":"David Laehnemann","path":"/dlaehnemann","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1379875?s=80&v=4"}},{"before":"9ca5f1817dd1e6194adb8d1ed8a805725f48e161","after":"0ffaf4d29776b373c0a0187ec4496d2f51e2f8cf","ref":"refs/heads/master","pushedAt":"2023-07-24T13:29:49.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"dlaehnemann","name":"David Laehnemann","path":"/dlaehnemann","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1379875?s=80&v=4"},"commit":{"message":"build: Update xlsxwriter due to compilation error with older version (#257)","shortMessageHtmlLink":"build: Update xlsxwriter due to compilation error with older version (#…"}},{"before":null,"after":"a45b6e3dc203869523964f7293ce1df5442385d8","ref":"refs/heads/update-xlsxwriter","pushedAt":"2023-07-24T13:10:53.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"fxwiegand","name":"Felix Wiegand","path":"/fxwiegand","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/39430842?s=80&v=4"},"commit":{"message":"build: Update xlsxwriter due to compilation error with older version","shortMessageHtmlLink":"build: Update xlsxwriter due to compilation error with older version"}},{"before":"9ca5f1817dd1e6194adb8d1ed8a805725f48e161","after":"52d5109cb924ebf80221fec224c8796c161ef6e6","ref":"refs/heads/release-v0.42.1","pushedAt":"2023-03-10T11:20:43.730Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"chore: release 0.42.1","shortMessageHtmlLink":"chore: release 0.42.1"}},{"before":null,"after":"9ca5f1817dd1e6194adb8d1ed8a805725f48e161","ref":"refs/heads/release-v0.42.1","pushedAt":"2023-03-10T11:20:42.696Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"fix: consensus reads: correct handling of read orientation (#252)\n\n* handle read orientation\r\n\r\n* update tests\r\n\r\n* optimize ro tag\r\n\r\n* optimize Cargo.toml\r\n\r\n* cleanup\r\n\r\n* remove SI-tag\r\n\r\n* cleanup\r\n\r\n* cleanup\r\n\r\n* cleanup\r\n\r\n* remove whitespace\r\n\r\n* replaced concats\r\n\r\n* refactoring\r\n\r\n* debug ID-tag\r\n\r\n* fix formatting\r\n\r\n* generalize output\r\n\r\n* fix desc field\r\n\r\n* add ef-tag\r\n\r\n* write to fq by order","shortMessageHtmlLink":"fix: consensus reads: correct handling of read orientation (#252)"}},{"before":"c344e33ce3c165d1b9c4ec204e3801742d8dc842","after":null,"ref":"refs/heads/consensus_fix_readorientation","pushedAt":"2023-03-10T11:20:02.965Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"johanneskoester","name":"Johannes Köster","path":"/johanneskoester","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1858646?s=80&v=4"}},{"before":"cc3bd0667056a2ada272d5a208252bd606949a31","after":"9ca5f1817dd1e6194adb8d1ed8a805725f48e161","ref":"refs/heads/master","pushedAt":"2023-03-10T11:20:01.682Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"johanneskoester","name":"Johannes Köster","path":"/johanneskoester","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1858646?s=80&v=4"},"commit":{"message":"fix: consensus reads: correct handling of read orientation (#252)\n\n* handle read orientation\r\n\r\n* update tests\r\n\r\n* optimize ro tag\r\n\r\n* optimize Cargo.toml\r\n\r\n* cleanup\r\n\r\n* remove SI-tag\r\n\r\n* cleanup\r\n\r\n* cleanup\r\n\r\n* cleanup\r\n\r\n* remove whitespace\r\n\r\n* replaced concats\r\n\r\n* refactoring\r\n\r\n* debug ID-tag\r\n\r\n* fix formatting\r\n\r\n* generalize output\r\n\r\n* fix desc field\r\n\r\n* add ef-tag\r\n\r\n* write to fq by order","shortMessageHtmlLink":"fix: consensus reads: correct handling of read orientation (#252)"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEbXoQZAA","startCursor":null,"endCursor":null}},"title":"Activity · rust-bio/rust-bio-tools"}