0.0.10
What's Changed
Documentation 📖
- add random seed to all pymc examples for reproducible results by @drbenvincent in #149
- Idiomatic data import and processing with pandas method chaining for all examples by @drbenvincent in #153
- Fix rtd builds by @OriolAbril in #164
- add pydata global 2022 video to README and docs by @drbenvincent in #180
- Add UML diagrams for overview of the codebase by @drbenvincent in #177
- Add more information to help contributors to the repo by @drbenvincent in #182
- Add CausalPy logo and restructure docs contents by @drbenvincent in #184
- fix small error in DiD notebook by @drbenvincent in #190
Maintenance 🔧
- remove
treated
anduntreated
kwargs for DifferenceInDifferences by @drbenvincent in #151 setup.py
is dead, long livepyproject.toml
by @drbenvincent in #156- Add input validation, custom exceptions, and associated tests by @drbenvincent in #152
New Contributors
- @OriolAbril made their first contribution in #164
- @lucianopaz made their first contribution in #166
Full Changelog: 0.0.9...0.0.10