v0.14.0
What's Changed
This release contains a major new feature, treatment featurization (#615), plus a number of bugfixes and minor improvements.
Breaking changes: several deprecated features have now been removed, and DynamicDML has been moved to a new econml.panel
package.
Details
Major changes
- treatment featurization by @fverac in #615
- Create panel subpackage by @kbattocchi in #662
- Remove deprecated functionality by @kbattocchi in #663
Minor updates and bugfixes
- fix small typo by @Padarn in #651
- initial commit for aka.ms/econml doc migration by @fverac in #640
- Update README.md by @coreynoone in #658
- add usage examples in docs for backdoor and IV methods, add KernelDML to docs by @fverac in #677
- Update Policy Learning with Trees and Forests.ipynb by @OliverTseng in #685
Package changes
- Remove dowhy as core dependency by @kbattocchi in #661
- add matplotlib version ceiling by @fverac in #680
Build system changes
New Contributors
- @Padarn made their first contribution in #651
- @coreynoone made their first contribution in #658
- @OliverTseng made their first contribution in #685
Full Changelog: v0.13.1...v0.14.0