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.19.0 #13

Draft
wants to merge 18 commits into
base: master
Choose a base branch
from
Draft

Release/v0.19.0 #13

wants to merge 18 commits into from

Conversation

cscherrer
Copy link
Contributor

No description provided.

Copy link

codecov bot commented Mar 4, 2025

Codecov Report

Attention: Patch coverage is 68.56555% with 458 lines in your changes missing coverage. Please review.

Project coverage is 80.85%. Comparing base (489d768) to head (0e83109).

Files with missing lines Patch % Lines
src/dist/betaprime.rs 79.01% 68 Missing ⚠️
src/dist/cdvm.rs 70.22% 38 Missing and 1 partial ⚠️
src/data/stat/scaled.rs 0.00% 32 Missing ⚠️
src/dist/shifted.rs 59.72% 29 Missing ⚠️
src/dist/scaled.rs 69.66% 27 Missing ⚠️
src/data/stat/shifted.rs 0.00% 25 Missing ⚠️
src/traits.rs 4.00% 24 Missing ⚠️
src/data/stat/cdvm.rs 84.25% 20 Missing ⚠️
src/dist/gaussian.rs 48.00% 12 Missing and 1 partial ⚠️
src/dist/cauchy.rs 50.00% 12 Missing ⚠️
... and 32 more
Additional details and impacted files
@@            Coverage Diff             @@
##           master      #13      +/-   ##
==========================================
- Coverage   81.17%   80.85%   -0.32%     
==========================================
  Files          90       97       +7     
  Lines       18147    19241    +1094     
  Branches    18147    19241    +1094     
==========================================
+ Hits        14731    15558     +827     
- Misses       3315     3584     +269     
+ Partials      101       99       -2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

* start on CDVM

* cdvm work

* cdvm work

* more CDVM stuff

* cargo fmt

* drop dead code

* clippying

* change to pflip

* more cdvm work

* CDVM work

* move modulus to last arg

* reorder args

* add note

* drop get_ from getter

* revert betaprime and stickbreaking changes

* add ln_f_matches_ln_f_stat

* bugfix

* cargo fmt

* bugfix

* add ln_pflip test

* typo
* Shifted draft

* bugfixes

* updates

* implement Shiftable

* cargo fmt

* split things up

* move things around

* oops

* test_shiftable macro

* rename

* crate::impl_shiftable!

* test etc

* update tests

* udpate docs

* start on scaled

* work on scaled

* udpate

* update

* update

* udpate

* cargo fmt

* update

* formatting + some comments

* work on scaled

* ScaledError

* search and replace

* more fixes

* update impl Scalable

* more fixes

* cargo fmt

* whitespace

* update shifted

* fix tests

* update traits

* ujpdate

* update

* tests

* tests

* methods

* minor tweaks + drop extraneous tests

* drop unused imports

* format

* fix pareto and scaled_inv_chisq

* bugfix

* Drop old proptest file

* scalable for unit powerlaw

* add missing implem,entation

* missing methods

* drop redundant method

* drop dead code

* mod test

* simplify

* cleanup

* format

* crate::impl_scalable!(InvGaussian);

* Scalable tests for InvGamma

* format

* Fix InvGamma cdf

* dx -> shift

* format

* add commented-out implementation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant