From bd71ca5acd85424c5a6a86892b4b6b1f8b0744b9 Mon Sep 17 00:00:00 2001 From: Mitchell Robert Vollger Date: Thu, 21 Mar 2024 13:41:09 -0700 Subject: [PATCH] Release fibertools-rs v0.4.2 --- CHANGELOG.md | 68 +++++++++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 62 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8618ef99..a0ec2040 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,14 +5,69 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and the project tries but probably doesn't to adhere to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 0.4.2 (2024-03-21) + +### Chore + + - clean docs + - clean docs + - clean changelog + - update helps + - clean cargo config + - clean + - clean + +### Commit Statistics + + + + - 9 commits contributed to the release over the course of 1 calendar day. + - 1 day passed between releases. + - 7 commits were understood as [conventional](https://www.conventionalcommits.org). + - 1 unique issue was worked on: [#47](https://github.com/fiberseq/fibertools-rs/issues/47) + +### Commit Details + + + +
view details + + * **[#47](https://github.com/fiberseq/fibertools-rs/issues/47)** + - 0.4.2 ([`bb7eff1`](https://github.com/fiberseq/fibertools-rs/commit/bb7eff193c7c47b290467b690cadde4066667487)) + * **Uncategorized** + - Version ([`47be701`](https://github.com/fiberseq/fibertools-rs/commit/47be70198c732b506b8e66b42b77cde3080aa15b)) + - Clean docs ([`d98cfa8`](https://github.com/fiberseq/fibertools-rs/commit/d98cfa8cef7831d70fb4e8ebd2cccf38169e68cf)) + - Clean docs ([`b4600cd`](https://github.com/fiberseq/fibertools-rs/commit/b4600cde832842ebdea80ca9485fb7f241d447e0)) + - Clean changelog ([`0222a23`](https://github.com/fiberseq/fibertools-rs/commit/0222a23b3b412555d89af6e2dbc5a5160bc1bcf1)) + - Update helps ([`fc4260d`](https://github.com/fiberseq/fibertools-rs/commit/fc4260d820084e0a9f321c2a681091b96770b93e)) + - Clean cargo config ([`fee819a`](https://github.com/fiberseq/fibertools-rs/commit/fee819ae1b1d03d841abffd51a7698ae024443b1)) + - Clean ([`069c6c9`](https://github.com/fiberseq/fibertools-rs/commit/069c6c95c575a60928998aab2e69044494ef3c55)) + - Clean ([`a06a949`](https://github.com/fiberseq/fibertools-rs/commit/a06a949d048a52600797d78fff8f35dfeccac136)) +
+ ## 0.4.1 (2024-03-20) ### Chore - ### New Features +### Chore + + - make test data larger again since I remove the whole dir from cargo publish + - make test data larger again since I remove the whole dir from cargo publish + - make test data larger again since I remove the whole dir from cargo publish + - make test data larger again since I remove the whole dir from cargo publish + - make cargo publish smaller + - make cargo publish smaller + - make cargo publish smaller + - make cargo publish smaller + - make cargo publish smaller + - make test data smaller + - ignore notebook + - sync lock with branch + - sync lock with branch + +### New Features - - - This release uses onnx files instead of pytorch files and moves the backend + - This release uses onnx files instead of pytorch files and moves the backend of m6a prediction to burn-rs instead of tch-rs. This allows us to use other ML backends in addition to pytorch, which @@ -23,14 +78,14 @@ and the project tries but probably doesn't to adhere to [Semantic Versioning](ht ensure that the number and quality of predictions are identical to previous versions regardless of backend. Will also be a useful test in the future. - - This release also adds the new `ft-footprint` command to the `ft` CLI. + This release also adds the new `ft-footprint` command to the `ft` CLI. + ### Commit Statistics - - 23 commits contributed to the release over the course of 7 calendar days. + - 24 commits contributed to the release over the course of 7 calendar days. - 20 days passed between releases. - 14 commits were understood as [conventional](https://www.conventionalcommits.org). - 2 unique issues were worked on: [#43](https://github.com/fiberseq/fibertools-rs/issues/43), [#46](https://github.com/fiberseq/fibertools-rs/issues/46) @@ -46,6 +101,7 @@ and the project tries but probably doesn't to adhere to [Semantic Versioning](ht * **[#46](https://github.com/fiberseq/fibertools-rs/issues/46)** - Convert pytorch models to onnx to allow more backends ([`547b815`](https://github.com/fiberseq/fibertools-rs/commit/547b8150f9159b41985dc59b77b254f148b200b0)) * **Uncategorized** + - Release fibertools-rs v0.4.1 ([`a123dac`](https://github.com/fiberseq/fibertools-rs/commit/a123dac23ba02d0d9d4ac8c4f8ffc4532f6d6516)) - Make test data larger again since I remove the whole dir from cargo publish ([`61967b4`](https://github.com/fiberseq/fibertools-rs/commit/61967b45e2427eafdba6700c3aa4151ca4ba17c1)) - Make test data larger again since I remove the whole dir from cargo publish ([`93de92f`](https://github.com/fiberseq/fibertools-rs/commit/93de92f6dbe3b8d5e596967f002d19ef0cd30458)) - Make test data larger again since I remove the whole dir from cargo publish ([`3a47fa8`](https://github.com/fiberseq/fibertools-rs/commit/3a47fa8f33664c37c5ae9283b376360b7dff914d))