From 3e77a7e589335c6d901cd07232ed558c026007cb Mon Sep 17 00:00:00 2001 From: denehoffman Date: Thu, 2 May 2024 18:01:53 -0400 Subject: [PATCH] Release rustitude v0.3.2 --- CHANGELOG.md | 291 ++++++++++++++------------------------------------- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 80 insertions(+), 215 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 779018e..f762b3c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,8 +5,67 @@ 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 this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 0.3.2 (2024-05-02) + +### Chore + + - bump rustitude dependency versions + +### New Features + + - initial commit to rustitude meta-crate + Includes some preliminary PyO3 bindings for the rustitude-core crate as well as rustitude-gluex bindings for testing. The gluex submodule will eventually be behind a feature gate! + +### Other + + - Create rust.yml + - add README and CHANGELOG + +### Reverted + + - opt for implementing all pyo3 bindings in their own submodules - this package will be very lightweight! + +### Style + + - add local notes + - Create LICENSE + - update .gitignore + +### Commit Statistics + + + + - 9 commits contributed to the release over the course of 1 calendar day. + - 8 commits were understood as [conventional](https://www.conventionalcommits.org). + - 0 issues like '(#ID)' were seen in commit messages + +### Commit Details + + + +
view details + + * **Uncategorized** + - Bump rustitude dependency versions ([`023cfea`](https://github.com/denehoffman/rustitude/commit/023cfea357b0d6e5c12f724df32d4ed30c9f24c7)) + - Opt for implementing all pyo3 bindings in their own submodules - this package will be very lightweight! ([`3126b7a`](https://github.com/denehoffman/rustitude/commit/3126b7a26b835ee24d112883ca540c172d97dd82)) + - Merge branch 'main' of https://github.com/denehoffman/rustitude ([`ee950cd`](https://github.com/denehoffman/rustitude/commit/ee950cda479ebd9b3ee2c9d829aa16b359f39022)) + - Add local notes ([`aaa07cd`](https://github.com/denehoffman/rustitude/commit/aaa07cd742e03461449269e8261e7f326600b2a0)) + - Create LICENSE ([`e2cb6e5`](https://github.com/denehoffman/rustitude/commit/e2cb6e54946744299506a39a5d3559ee099378fb)) + - Create rust.yml ([`7646b89`](https://github.com/denehoffman/rustitude/commit/7646b89c792c0f55b8898832abe6a743a052fc7a)) + - Initial commit to rustitude meta-crate ([`157c864`](https://github.com/denehoffman/rustitude/commit/157c8648dbcc1a6111d8c262a31139990ab09f3b)) + - Update .gitignore ([`310f89c`](https://github.com/denehoffman/rustitude/commit/310f89c2a2da584beabad3e208484be186e8f7fd)) + - Add README and CHANGELOG ([`8bd07de`](https://github.com/denehoffman/rustitude/commit/8bd07de2425e48f4489a59ce4c168eaa9df9cc42)) +
+ ## 0.3.1 (2024-04-10) + + + + + + + ### Chore - update Cargo.lock @@ -49,89 +108,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - remove line from docs-header.html -### Commit Statistics - - - - - 61 commits contributed to the release over the course of 46 calendar days. - - 67 days passed between releases. - - 23 commits were understood as [conventional](https://www.conventionalcommits.org). - - 0 issues like '(#ID)' were seen in commit messages - -### Commit Details - - - -
view details - - * **Uncategorized** - - Update README.md ([`32fb835`](https://github.com/denehoffman/rustitude/commit/32fb8351ee7fa4d1b8883391f3360a63a643497d)) - - Add pretty printing to Parameter struct ([`bf655e4`](https://github.com/denehoffman/rustitude/commit/bf655e45feab393115b52ac711d4e9d3d487e799)) - - Formalize Parameter struct ([`060bd61`](https://github.com/denehoffman/rustitude/commit/060bd61296a4311ab3fd57f91ddf9a66187a9e7f)) - - Update README.md ([`b9c9730`](https://github.com/denehoffman/rustitude/commit/b9c973034a53153de41370591b64d7f8817e87a3)) - - Rework loading from parquet and different ways to load EPS ([`15f3afe`](https://github.com/denehoffman/rustitude/commit/15f3afe9a97a1715a67095d5dcd2b8ea5fbd8e07)) - - Update README.md ([`03d7239`](https://github.com/denehoffman/rustitude/commit/03d7239ab40a9edc3e545e8ea9051c6507658e8f)) - - Modify output of Manage::parameters to include other parameter fields ([`ae0f81f`](https://github.com/denehoffman/rustitude/commit/ae0f81f9e12236ecfb0755522773b2c18d2874ba)) - - Make Manager::compute public again ([`f5d1b75`](https://github.com/denehoffman/rustitude/commit/f5d1b75e8c0d97f9c2090afb6778f31bd0d61804)) - - Fix tests ([`69b3dce`](https://github.com/denehoffman/rustitude/commit/69b3dce41f3aedcb07c6f5f56e4529086bba163d)) - - Re-export num_complex::Complex64 ([`8c9cf90`](https://github.com/denehoffman/rustitude/commit/8c9cf902b85584098e754f02381ac3f3735170e6)) - - Reorganize amplitude module into amplitude and manager restructure manager via Manage trait ([`5307dc7`](https://github.com/denehoffman/rustitude/commit/5307dc79d26eaf38692e558f72a5f9185d78db68)) - - Remove line from docs-header.html ([`042cee3`](https://github.com/denehoffman/rustitude/commit/042cee3a55e95567058401a72260911fcffccc0b)) - - Update .gitignore ([`1d91ee9`](https://github.com/denehoffman/rustitude/commit/1d91ee9b2928b9761b0568104ea5e8b7841bf24c)) - - Update Cargo.lock ([`35fd81a`](https://github.com/denehoffman/rustitude/commit/35fd81ade394522801d288e4a2d084b581d5e5a5)) - - Document ParameterType ([`e0509c9`](https://github.com/denehoffman/rustitude/commit/e0509c98ab2389991b78980b7df01d4bf2ee5369)) - - Document Scalar and ComplexScalar ([`fcd1fc0`](https://github.com/denehoffman/rustitude/commit/fcd1fc0584eeccdac26571b1422212e2ef2dee4e)) - - Document Amplitude ([`2793683`](https://github.com/denehoffman/rustitude/commit/2793683c3820e127efa817fb324ec78353ba7064)) - - Document Node ([`182ac51`](https://github.com/denehoffman/rustitude/commit/182ac516a990ee2c9fccebcc253397c0bcf6db8e)) - - Document macros ([`54197fc`](https://github.com/denehoffman/rustitude/commit/54197fc39b455db3b10f820ac09185f11eb12588)) - - Remove nightly-only feature which was unused ([`6cb74a2`](https://github.com/denehoffman/rustitude/commit/6cb74a26eccd5311bd9c42461b4a8340e55acf0c)) - - Create rust.yml ([`343e9cc`](https://github.com/denehoffman/rustitude/commit/343e9cc4e7bb408a60d7d86ae535e97bd6a5c41a)) - - Delete .github/workflows/release-plz.yml ([`a208525`](https://github.com/denehoffman/rustitude/commit/a208525dfb7cc79348c0eeef2c447197840a1563)) - - Reorganization ([`7f92845`](https://github.com/denehoffman/rustitude/commit/7f928459688704d8eab6c67e00a549321c6709b6)) - - Update rustitude-gluex Cargo.toml ([`9eca00b`](https://github.com/denehoffman/rustitude/commit/9eca00bec3df06136e4bf71be5d74cc560b728cc)) - - Version bump ([`666d2e6`](https://github.com/denehoffman/rustitude/commit/666d2e6b4bfa89f281fb0b06c06ce3e5b835e525)) - - Release-plz settings ([`62d27a6`](https://github.com/denehoffman/rustitude/commit/62d27a6c1fd93bd3ae41deed38d904884b1e442b)) - - Figured it out ([`3d5aaba`](https://github.com/denehoffman/rustitude/commit/3d5aaba517c23ff6e1b17faeb1f87e1fdda9ad8a)) - - Trying again ([`22b5493`](https://github.com/denehoffman/rustitude/commit/22b54936f75cba19955371094324ac18e821aebc)) - - A few more fixes ([`da05752`](https://github.com/denehoffman/rustitude/commit/da05752e412781f3818c38b9514f164c5aeefd86)) - - Fix version ([`1dd6433`](https://github.com/denehoffman/rustitude/commit/1dd643306b88115882bb6a6fe3dc51bee7747fe7)) - - Some more clean up ([`a7b0df1`](https://github.com/denehoffman/rustitude/commit/a7b0df194671e5bccdc078c9df2d2a290f51a702)) - - Reset version ([`2310315`](https://github.com/denehoffman/rustitude/commit/231031574b0a52fcc310f0a241f36e9ac9e4fc69)) - - Get rid of expect, gluex ([`73067f2`](https://github.com/denehoffman/rustitude/commit/73067f2c6f657ba3b35a197a0ab2ea8029e359e6)) - - Auto stash before revert of "readmes" ([`f2dc808`](https://github.com/denehoffman/rustitude/commit/f2dc808222b59d69d221be15bfd1029bf27f5f7a)) - - Revert "readmes" ([`04e5473`](https://github.com/denehoffman/rustitude/commit/04e54739064a384a4f72e87015c930931fce2b5e)) - - Readmes ([`4525d23`](https://github.com/denehoffman/rustitude/commit/4525d23141f022675674fa99d74bc0c25e3b56dd)) - - Fix media ([`e3320e1`](https://github.com/denehoffman/rustitude/commit/e3320e17ecd5c2f13ba257cdc5a4e65091a1287b)) - - Merge branch 'main' of github.com:denehoffman/rustitude ([`586abbf`](https://github.com/denehoffman/rustitude/commit/586abbf045ed4dc4b6aa8b84046ca983dff41818)) - - Undo bad commits ([`21b66dc`](https://github.com/denehoffman/rustitude/commit/21b66dcdf5c3ca0e60f7cb340a98190e3fb8b351)) - - Adjusting changelogs prior to release of rustitude v0.3.0 ([`21f3871`](https://github.com/denehoffman/rustitude/commit/21f38711c669aa2e8d13fb67d71bee65c82073b8)) - - Adjusting changelogs prior to release of rustitude v0.3.0 ([`0d12f1b`](https://github.com/denehoffman/rustitude/commit/0d12f1ba923d7c3c6da44e6299af0d0e3f8f7486)) - - Preliminary changelog ([`6a9e174`](https://github.com/denehoffman/rustitude/commit/6a9e17470623fe33c6ca1e297f9e5f41ccb86a61)) - - Merge pull request #4 from denehoffman/the_everything_is_a_vector_rewrite ([`c47ba17`](https://github.com/denehoffman/rustitude/commit/c47ba171fd517f9c08e0d6f52b5b2b4cec583cc5)) - - Get rid of benchmarks for now, move mds ([`7526439`](https://github.com/denehoffman/rustitude/commit/7526439994bed98a457aa67fbd223ecf93e95b26)) - - First attempt separating submodules ([`605a77e`](https://github.com/denehoffman/rustitude/commit/605a77e83e418b2e6658d01e4f05a62c46347012)) - - Doctest ([`db41c39`](https://github.com/denehoffman/rustitude/commit/db41c39e93443701f2a45bda806bfd438a6ba141)) - - More convenient API changes ([`9e247af`](https://github.com/denehoffman/rustitude/commit/9e247afe6fb9bc845fc00249f4ce9f35a3102960)) - - Finished main bulk of code I think ([`1ebc06d`](https://github.com/denehoffman/rustitude/commit/1ebc06ddbfc3141143e21af6aee3f9fe521e6d7e)) - - Move aux_data back to node level, speeds up everything ([`b85f1f5`](https://github.com/denehoffman/rustitude/commit/b85f1f59eef49a38c5c75132ebbaba507d232967)) - - Add F0 amplitude and fix benchmarks ([`daca025`](https://github.com/denehoffman/rustitude/commit/daca025a707b5b8ee350f3fe7262a964024c1c58)) - - Update the way parameters are registered ([`db587b5`](https://github.com/denehoffman/rustitude/commit/db587b5c5a82bf3d89637f0d542f8c5662554085)) - - Small demo, incomplete ([`cab86ae`](https://github.com/denehoffman/rustitude/commit/cab86aee21e1adf61b51d6400f1737090e1afba8)) - - I think I've failed again ([`7144a4f`](https://github.com/denehoffman/rustitude/commit/7144a4fcfe3e2db155cb7e1cf8dffd3c5d422b8f)) - - Create basic amplitude API ([`38870c2`](https://github.com/denehoffman/rustitude/commit/38870c27f0454ef903deb14cdb2507422761623c)) - - Add some benchmarks, speed up kmatrix by precalculating more of the p-vector ([`c46d2c4`](https://github.com/denehoffman/rustitude/commit/c46d2c48fec6e34741989508aa7fb655773685e4)) - - Trying out some SIMD stuff ([`927555d`](https://github.com/denehoffman/rustitude/commit/927555d85f54e80be3bc2bcf74d02fb82cec2c51)) - - First commit for this branch ([`12ec2a4`](https://github.com/denehoffman/rustitude/commit/12ec2a421ec25edd90ac7f82e11616e229eb5297)) - - Some updates to bacon and other configs ([`55443f6`](https://github.com/denehoffman/rustitude/commit/55443f6454e0072abc3cfc41d38e5fa297cdb9cd)) - - First commit of functional code ([`aa9d919`](https://github.com/denehoffman/rustitude/commit/aa9d91971816ff3d99a47e928be5bfb2360c0694)) - - Prototype ([`b03d9c6`](https://github.com/denehoffman/rustitude/commit/b03d9c6b35e46bca10f7d47fa1e7528386cf7a0a)) - - Gitignore ([`2c082e9`](https://github.com/denehoffman/rustitude/commit/2c082e9e6e20a238345d32c5164c35b77ef6239f)) -
- ## 0.3.0 (2024-04-05) ## 0.2.0-alpha (2024-02-02) + + + + + + + + ### Chore - Release rustitude version 0.2.0-alpha @@ -160,42 +148,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - give logo a white background - add logo -### Commit Statistics - - - - - 16 commits contributed to the release over the course of 34 calendar days. - - 34 days passed between releases. - - 8 commits were understood as [conventional](https://www.conventionalcommits.org). - - 0 issues like '(#ID)' were seen in commit messages - -### Commit Details - - - -
view details - - * **Uncategorized** - - Release rustitude version 0.2.0-alpha ([`be408f1`](https://github.com/denehoffman/rustitude/commit/be408f129f003ec8ec273cc2a7e89480c743b525)) - - Update README.md ([`74a6366`](https://github.com/denehoffman/rustitude/commit/74a6366d63556e60532036e00179cc05d385f500)) - - Merge pull request #3 from denehoffman/nodule ([`e64a074`](https://github.com/denehoffman/rustitude/commit/e64a07424a9379981f49e59045ab9ecaac30983a)) - - Remove experimental feature that was unused ([`040a79c`](https://github.com/denehoffman/rustitude/commit/040a79c53d18d5550e2ac4a9096e8a43b7a31a98)) - - Complete rewrite of basically everything. ([`e6e1e5b`](https://github.com/denehoffman/rustitude/commit/e6e1e5bd15e2bcb8d723953876e31734a4ddf291)) - - Initial commit for new API ([`e225408`](https://github.com/denehoffman/rustitude/commit/e2254081e30b17bfa3803cca93a42361f0772903)) - - Changing stuff around so we no longer run out of memory (DashMaps bad) but it's very slow ([`1e46650`](https://github.com/denehoffman/rustitude/commit/1e466508aa95edbdacac60cb1ad495a8e5bcacd0)) - - Change par_evaluate_on to evaluate_on_par ([`ffb0253`](https://github.com/denehoffman/rustitude/commit/ffb02531cc77f25bc9bdf02b19df97eb7b82b28b)) - - Demo the Ylm amplitude ([`fcd8d8e`](https://github.com/denehoffman/rustitude/commit/fcd8d8ea14237bb900c5b8451c4970579cdfa10e)) - - Re-implement dependency resolution ([`67279a8`](https://github.com/denehoffman/rustitude/commit/67279a800722f3bf90754502126f5a387f0dabd8)) - - Add Resolver trait and some other minor organizational things ([`c57b8cc`](https://github.com/denehoffman/rustitude/commit/c57b8ccb558f61bae4739b0e22604856807d741a)) - - Changed resolve to function to match amplitude ([`bf6d071`](https://github.com/denehoffman/rustitude/commit/bf6d0714c8969e3e82f3479778ae033b7a1cfd8b)) - - Major rewrite of Dataset and Variable types ([`45274b2`](https://github.com/denehoffman/rustitude/commit/45274b24fb5cd7d596585909c868ae6223af3824)) - - Update README.md ([`e064d5b`](https://github.com/denehoffman/rustitude/commit/e064d5bbf75ad4efa8fb56d41b8b05f3de0e5d8b)) - - Give logo a white background ([`7e561e9`](https://github.com/denehoffman/rustitude/commit/7e561e9a5bfebcf901c0f460448f9f68c286757f)) - - Add logo ([`e64d69a`](https://github.com/denehoffman/rustitude/commit/e64d69a70e00537cd059b0e8cddfbe6c9ebc656b)) -
- ## 0.1.3 (2023-12-29) + + + + + ### New Features - add Pow trait and pow function to Amplitude @@ -222,113 +181,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - try out logging fit steps - remove some commented-out code -### Commit Statistics - - - - - 11 commits contributed to the release. - - 8 commits were understood as [conventional](https://www.conventionalcommits.org). - - 0 issues like '(#ID)' were seen in commit messages - -### Commit Details - - - -
view details - - * **Uncategorized** - - Release rustitude v0.1.3 ([`be29215`](https://github.com/denehoffman/rustitude/commit/be292152a39c1d693cd7ae5d23057db71f9b4350)) - - Merge branch 'main' of github.com:denehoffman/rustitude ([`0e180b9`](https://github.com/denehoffman/rustitude/commit/0e180b9bfc7504d92be07ff999affa307d78861f)) - - Try out logging fit steps ([`e85e1ca`](https://github.com/denehoffman/rustitude/commit/e85e1ca1fb81476ac90249b57bcdc60e22881d9a)) - - Remove some commented-out code ([`f0b655b`](https://github.com/denehoffman/rustitude/commit/f0b655bac628665bf7f1a479f3e941d0280407ae)) - - Add Pow trait and pow function to Amplitude ([`545f263`](https://github.com/denehoffman/rustitude/commit/545f263a714e9d8ed7fc91c7250af97275fe9738)) - - Allow for different amplitudes for data and MC ([`0dff196`](https://github.com/denehoffman/rustitude/commit/0dff19617e8264c61a9c1569b06a56797c4f55d3)) - - Add Branch struct ([`676daf3`](https://github.com/denehoffman/rustitude/commit/676daf37764d153e4d7c4898c9784b3243814f2b)) - - Doctests were taking Strings after I changed to &str ([`2f5de7f`](https://github.com/denehoffman/rustitude/commit/2f5de7f864a35d38f9c6d612a4e3db5354b4c2fe)) - - Move data extraction into dataset and propogate errors ([`2c0a933`](https://github.com/denehoffman/rustitude/commit/2c0a933b1e2861987b172cdfc81a479ced68792c)) - - Change inputs to functions to &str ([`3442057`](https://github.com/denehoffman/rustitude/commit/3442057a56351b0fb3a5c53fb89df242c36a4c66)) - - Delete .github/workflows/release-plz.yml ([`7562e69`](https://github.com/denehoffman/rustitude/commit/7562e699053e758b1606391bfebcab54447b316e)) -
- -## 0.1.2-beta.1 (2023-12-29) - -### Chore - - - Release rustitude version 0.1.2-beta.1 - -### Commit Statistics - - - - - 30 commits contributed to the release over the course of 7 calendar days. - - 1 commit was understood as [conventional](https://www.conventionalcommits.org). - - 0 issues like '(#ID)' were seen in commit messages - -### Commit Details - - - -
view details - - * **Uncategorized** - - Release rustitude version 0.1.2-beta.1 ([`0b5ace3`](https://github.com/denehoffman/rustitude/commit/0b5ace3f3d7f9c2549e2011a488bbd35d55290d9)) - - Update documentation ([`0a4329a`](https://github.com/denehoffman/rustitude/commit/0a4329ae32d1ccc82bb439f4db019ea558e34892)) - - Overhaul of Parameters and how evaluate calls work, amplitudes keep track of external parameters, implemented ParticleSwarm with likelihood ([`16536e3`](https://github.com/denehoffman/rustitude/commit/16536e3aae353b15dc2fe6777ed656486ef82130)) - - Remove all data from repo ([`14ea8f0`](https://github.com/denehoffman/rustitude/commit/14ea8f0ef61fe4615239656f519d84806f790cf2)) - - Add Variantly to clear up a bunch of boilerplate, some other aesthetic changes ([`997a27c`](https://github.com/denehoffman/rustitude/commit/997a27c7a0242ebfd62023f07f40a288899be5f1)) - - More pedantic clippy suggestions, some documentation too ([`ff6c741`](https://github.com/denehoffman/rustitude/commit/ff6c741e4ae566cc2a31196d4dc3307f191ec211)) - - Add some flags for running ([`6d43621`](https://github.com/denehoffman/rustitude/commit/6d436211e1bba318fe61369ce3bf0d5fdbbbe312)) - - Linting fixes ([`87d9e93`](https://github.com/denehoffman/rustitude/commit/87d9e93eefe017b666502b9c6d25a6aae5eb3a52)) - - Remove with_deps ([`fd63c5b`](https://github.com/denehoffman/rustitude/commit/fd63c5baa8111de14cc1021eea063f172e743a5d)) - - Add debugging to release (for now) ([`59a361a`](https://github.com/denehoffman/rustitude/commit/59a361a94f36265606e04fcc1e2d46fb31127aca)) - - Update .gitignore ([`72384f0`](https://github.com/denehoffman/rustitude/commit/72384f0817079a4bfc2a471641715598b6f6b38e)) - - Add bacon.toml ([`bea460e`](https://github.com/denehoffman/rustitude/commit/bea460eb6e6cb6c60d6c6c6ee0bbafc9371d7189)) - - Merge branch 'main' of github.com:denehoffman/rustitude ([`cc21ca1`](https://github.com/denehoffman/rustitude/commit/cc21ca159716b313a33ea45f7d4f4809a2e1106b)) - - Remove main.rs from crate ([`79df6a6`](https://github.com/denehoffman/rustitude/commit/79df6a643ecfcb6a340740d30bce22fbf1a419e3)) - - Offload barrier factor and mass calcualtion to variables, huge speedup ([`7d99261`](https://github.com/denehoffman/rustitude/commit/7d99261c1e0eaef2f58e370d1b5e6409782b95d1)) - - Change input to evaluate_on and par_evaluate_all from vectors to slices ([`3dcd766`](https://github.com/denehoffman/rustitude/commit/3dcd7665faa015d1d0dca54798519e597df660b5)) - - Update unwrapping functions ([`bd2dd88`](https://github.com/denehoffman/rustitude/commit/bd2dd889b5b49c11f91053de197f941d450a7a60)) - - Add some upgrades to the standard library for performance (looks like parking_lot helps a lot) ([`f698a8e`](https://github.com/denehoffman/rustitude/commit/f698a8e4f198c1cb140b2217ea1f87c3a7d0b971)) - - Fix compilation on ARM Macs ([`87c0ce8`](https://github.com/denehoffman/rustitude/commit/87c0ce88b85633b9517debe832fae5eee306df77)) - - Update rust.yml ([`392afdf`](https://github.com/denehoffman/rustitude/commit/392afdf76715397f17dc0b0481be20a6a27fc7b4)) - - Add some derives for the parameter structs, changed their name to &str and a few other modifications, also add some likelihood code ([`38d4448`](https://github.com/denehoffman/rustitude/commit/38d4448cf90748342bf6b0a9985fa5fb01b0827a)) - - Bump version ([`b7e4b93`](https://github.com/denehoffman/rustitude/commit/b7e4b9319e1f26a04bdbce49a1c3a50ec11b7f87)) - - Alias ndarray-linalg features ([`7dc3c60`](https://github.com/denehoffman/rustitude/commit/7dc3c602976e2c5b0da215123f5605422c7c539e)) - - Create README.md ([`2a82b08`](https://github.com/denehoffman/rustitude/commit/2a82b08812755f8c480627a09b0bcf764f3c3a76)) - - Create LICENSE ([`2c500da`](https://github.com/denehoffman/rustitude/commit/2c500da9a9c7123c0516840ce92926a07a19135d)) - - Delete data.root ([`48f2fae`](https://github.com/denehoffman/rustitude/commit/48f2faedfdf3d5bd9050bbacc38e647edda11afc)) - - Create rust.yml ([`865837a`](https://github.com/denehoffman/rustitude/commit/865837a8ef8beab96c17a0f61b7bc95e5a0995d2)) - - Actually we can have parquets back for now ([`12d7cc4`](https://github.com/denehoffman/rustitude/commit/12d7cc43563f3201161f82f244d928d96019f193)) - - Remove data files ([`b18eb01`](https://github.com/denehoffman/rustitude/commit/b18eb0132e4d6843fd988d3826739cb6b45c9f9b)) - - Initial commit ([`ba95984`](https://github.com/denehoffman/rustitude/commit/ba959845593f7906a2b3e1be247373bf3c5e4635)) -
- ## 0.1.2-beta.2 (2023-12-29) + + ### Chore - release -### Commit Statistics - - - - - 6 commits contributed to the release. - - 1 commit was understood as [conventional](https://www.conventionalcommits.org). - - 0 issues like '(#ID)' were seen in commit messages - -### Commit Details +## 0.1.2-beta.1 (2023-12-29) - + -
view details +### Chore - * **Uncategorized** - - Merge pull request #2 from denehoffman/release-plz-2023-12-29T05-39-06Z ([`432a50f`](https://github.com/denehoffman/rustitude/commit/432a50fc89bf310aca6bfbd57766d1e5f5a961ad)) - - Release ([`8d596bf`](https://github.com/denehoffman/rustitude/commit/8d596bf94049e0cd4327902bf63b9ae240c51a13)) - - Update and rename main.yml to release-plz.yml ([`d7ecaf0`](https://github.com/denehoffman/rustitude/commit/d7ecaf0fabadf92d8073eeab40be4490a8de9083)) - - Create main.yml ([`5260781`](https://github.com/denehoffman/rustitude/commit/52607811145a82e98938b0f009711cbbb5493523)) - - Typos in documentation ([`dc53009`](https://github.com/denehoffman/rustitude/commit/dc530098b4ff2dd6195e8b00fe4365d2d0d4abb8)) - - Update so doctests pass ([`f8d544b`](https://github.com/denehoffman/rustitude/commit/f8d544bd5775474bc19bb9e09ccbce78ad092eeb)) -
+ - Release rustitude version 0.1.2-beta.1 diff --git a/Cargo.lock b/Cargo.lock index 81b3420..8c45a38 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1106,7 +1106,7 @@ dependencies = [ [[package]] name = "rustitude" -version = "0.3.1" +version = "0.3.2" dependencies = [ "pyo3", "rayon", diff --git a/Cargo.toml b/Cargo.toml index 62b4b7f..f2b0e61 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] exclude = ["convert", "resources"] name = "rustitude" -version = "0.3.1" +version = "0.3.2" edition = "2021" authors = ["Nathaniel Dene Hoffman "] description = "A library to create and operate models for particle physics amplitude analyses"