Releases: xKDR/CRRao.jl
Releases · xKDR/CRRao.jl
v0.1.1
What's Changed
- Add test for Random Number Generator by @ShouvikGhosh2048 in #86
- Update Base.show for BayesianRegression to print formula and link by @ShouvikGhosh2048 in #87
- Update documentation CI to trigger Documenter by @ShouvikGhosh2048 in #93
- Adding stable docs badge. by @codetalker7 in #96
- CompatHelper: bump compat for Turing to 0.24, (keep existing compat) by @github-actions in #92
- Add keyword arguments to frequentist models by @ShouvikGhosh2048 in #97
- Add Brush Pegan test by @ShouvikGhosh2048 in #102
- Update tests to use newer version of Bijectors by @ShouvikGhosh2048 in #108
- Fix readme by @ShouvikGhosh2048 in #105
- Add Bootstrap Regression (Linear Regression) by @ShouvikGhosh2048 in #106
- Update ci.yml by @ayushpatnaikgit in #135
- CompatHelper: bump compat for Turing to 0.32, (keep existing compat) by @github-actions in #144
- CompatHelper: bump compat for StatsBase to 0.34, (keep existing compat) by @github-actions in #140
- CompatHelper: add new compat entry for HypothesisTests at version 0.11, (keep existing compat) by @github-actions in #138
- CompatHelper: bump compat for Documenter to 1, (keep existing compat) by @github-actions in #137
- Update tests to use standard deviation by @ShouvikGhosh2048 in #143
- CompatHelper: bump compat for Turing to 0.34, (keep existing compat) by @github-actions in #146
- Fix failing CI tests by @ayushpatnaikgit in #147
New Contributors
- @ayushpatnaikgit made their first contribution in #135
Full Changelog: v0.1.0...v0.1.1
v0.1.0
CRRao v0.1.0
Closed issues:
predictors
undefined in the code for Bayesian Linear Regression with Uniform Prior. (#11)- Issue regarding Cauchy Prior and T-Distribution Prior in Linear Regression (#20)
- formula not working (#24)
- Bug: alpha term missing from Bayesian logistic regression (#27)
- Prior_HorseShoe() for Regression (#30)
- How to Plot in Bayesian Regression (#31)
- Horse Shoe Prior for Logistic Regression (#33)
- Horse Shoe Prior for Poisson Regression (#34)
- Horse Shoe Prior for Negative Binomial Regression (#35)
- Update document once the Horse Shoe prior is implemented for all four regression models (#36)
- Urgent: Revert to
fit
from@fitmodel
(#39) - StatsAPI integration in CRRao (#45)
- Documentation Update (#47)
- Bug in Uniform Prior - Deprecate it from Current CRRao.jl (#48)
- User specific mean and variance for alpha and beta in Regression (#54)
- Integrate g-prior for Simple Regression to CRRao (#55)
- Integrate g-prior for Logistic Regression to CRRao (#56)
- Integrate g-prior for Poisson regression to CRRao (#57)
- Integrate g-prior for Negative Binomial Regression to CRRao (#58)
- Error on front page (#60)
- Testing strategy, some thoughts (#62)
- Different coeftables from GLM and CRRao (#64)
Merged pull requests:
- Fitmodel macro (#2) (@codetalker7)
- Adding
StableRNGs
. (#6) (@codetalker7) - Added basic tests (#8) (@ShouvikGhosh2048)
- Reorganizing and shortening code. (#10) (@codetalker7)
- Adding initial documentation. (#12) (@codetalker7)
- Adding custom
predict
functions for frequentist models. (#17) (@codetalker7) - Predict for bayesian linear regression (#18) (@ShouvikGhosh2048)
- Fix uniform logistic regression seed + Comment out uniform linear reg… (#19) (@ShouvikGhosh2048)
- Fixed bayesian linear regression with uniform prior. (#21) (@codetalker7)
- Prediction for bayesian models (#23) (@ShouvikGhosh2048)
- Adding documentation examples (#28) (@ShouvikGhosh2048)
- Alpha bayes logistic regression (#29) (@sourish-cmi)
- Adding HorseShoe Prior in Bayesian Regression (#32) (@sourish-cmi)
- horse shoe prior for logistic regression (#38) (@sourish-cmi)
- Change fitmodel macro to fit function (#40) (@ShouvikGhosh2048)
- changing fitmodel to fit for horseshoe (#46) (@sourish-cmi)
- Major Documentation update (#50) (@sourish-cmi)
- add user specific alpha and beta (#59) (@sourish-cmi)
- Deprecate uniform prior (#63) (@ShouvikGhosh2048)
- Remove apply_schema (#65) (@ShouvikGhosh2048)
- Coef mismatch (#66) (@sourish-cmi)
- Adding frequentist numerical tests + Integrate StatsAPI (#67) (@ShouvikGhosh2048)
- update NegativeBinomial and corresponding test cases (#68) (@mousum-github)
- Adding bayesian numerical tests (#69) (@ShouvikGhosh2048)
- Remove .DS_Store and .vscode (#71) (@ShouvikGhosh2048)
- Added CompatHelper and TagBot actions (#72) (@ShouvikGhosh2048)
- CompatHelper: add new compat entry for Documenter at version 0.27, (keep existing compat) (#74) (@github-actions[bot])
- Added compat (#84) (@ShouvikGhosh2048)