v0.2.0
Survey v0.2.0
Closed issues:
- Registration of package in Julia Repository (#141)
- Julia Discourse post (#143)
- Constructor to directly read replicate weights data (#194)
- Update all mentions of installing package to
add Survey
(#242) - Updating Documentation regarding installation of Survey.jl (#246)
- Failing tests in PR #247 (#248)
- Urgent main test failing (#267)
- Mistake in
apiclus1
example in documentation. (#282) - Jackknife estimates and variance not matching for dclus2 (#288)
- apiclus2 weights (#291)
Merged pull requests:
- Allows multiple columns in domain estimation (#250) (@smishr)
- New constructor for
ReplicateDesign
. (#251) (@codetalker7) - Urgent update main (#252) (@smishr)
- update v0.1.1 (#254) (@smishr)
- [WIP] Updating contribution guidelines (#255) (@smishr)
- Version 0.1.1 into main (#256) (@smishr)
- upstream changes from main to raking (#257) (@smishr)
- [WIP] add jackknife for unstratified and stratified (#260) (@smishr)
- Added apiclus2 for runtests (#272) (@itsdebartha)
- Add stable badge. (#276) (@codetalker7)
- Added tests for
ratio.jl
(#278) (@itsdebartha) - update downstream (#280) (@smishr)
- Add option
push_preview
in docs. (#281) (@codetalker7) - added instructions for WSL + table of contents (#283) (@nadiaenh)
- fixed typo in SurveyDesign docstring (#285) (@nadiaenh)
- Speed-up in
bootweights
by using a function barrier (#290) (@jishnub)