PyFixest 0.16.0
What's Changed
Version 0.16.0
comes with multiple quality of life improvements for development. All of this is thanks to @NKeleher: for example, he has added contribution guidelines to the docs, updated the github workflows to build the documentation, and undertaken a large code-refactoring to pass linting checks that he implemented as well. @Wenzhi-Ding has implemented multiple new features for the etable()
function - for example, it is now possible to pass custom statistics, or to keep and drop variables from the estimation tables. Thanks for all your work! 🎉 @s3alfisc has implemented the Romano-Wolf procedure for multiple hypothesis correction via the rwolf()
function. Last, the documentation has been ported to quartodoc
, which required dropping support for Python 3.8
.
Details
- Update docs by @s3alfisc in #275
- add information on contributing by @NKeleher in #289
- Build Documentation locally by @s3alfisc in #290
- move content from _site to docs by @s3alfisc in #292
- Github Action to copy docs from
docs/_site
todocs
by @s3alfisc in #294 - update poetry dependencies by @NKeleher in #288
- dev: Customize significance notation and coefficient reporting format. by @Wenzhi-Ding in #297
- Migrate docs build to github workflow by @NKeleher in #299
- take out etable example that likely causes build error for quartodoc by @s3alfisc in #301
- publish docs on refs/heads/master by @NKeleher in #302
- rename docs/readme.md by @NKeleher in #303
- Implement the Romano Wolf Multiple Testing Correction #277 by @s3alfisc in #278
- Add ruff linting formatting and basic ruff autofixes by @s3alfisc in #305
- update readme by @s3alfisc in #308
- add bonferroni correction #309 by @s3alfisc in #310
- Refactor codebase to apply selected ruff linting and formatting rules… by @s3alfisc in #312
- Docstyle formatting by @NKeleher in #315
- delete unused functions by @s3alfisc in #317
- dev: Support custom statistics in
etable()
output (#306) by @Wenzhi-Ding in #318 - Bump cryptography from 42.0.2 to 42.0.4 by @dependabot in #319
- dev: Support keep/drop coefs; Improve number formatting. by @Wenzhi-Ding in #320
- release version 0.16.0 by @s3alfisc in #321
New Contributors
- @NKeleher and @Wenzhi-Ding made their first contributions! Thank you so much for all your efforts! 🎉
Full Changelog: v0.15.0...v0.16.0