Skip to content

v0.16.0

Latest
Compare
Choose a tag to compare
@kbattocchi kbattocchi released this 14 Jul 16:49

This is a major update to EconML, with new features, support for newer versions of Python and for updated versions of our dependencies, and many bugfixes. The biggest new feature is the addition of a method for sensitivity analysis for several of our estimators - see validation.rst.

What's Changed

New features

  • Add sensitivity analysis methods by @fverac in #967, #975
  • Alternative scoring metrics by @carl-offerfit in #988
  • Add support for numpy 2, Cython 3, Python 3.13 by @kbattocchi in #984
    • Note that since Python 3.8 is no longer supported, we no longer support DeepIV, which relied on an outdated version of TensorFlow. We hope to add a pytorch replacement in the future, see #87.

Bug fixes, minor enhancements, and build improvements

New Contributors

Full Changelog: v0.15.1...v0.16.0