CARVIEW |
Select Language
HTTP/2 200
date: Thu, 24 Jul 2025 02:36:14 GMT
content-type: text/html; charset=utf-8
vary: X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, X-Requested-With,Accept-Encoding, Accept, X-Requested-With
etag: W/"2dac4ec9a2e278abae88b8fc156a6189"
cache-control: max-age=0, private, must-revalidate
strict-transport-security: max-age=31536000; includeSubdomains; preload
x-frame-options: deny
x-content-type-options: nosniff
x-xss-protection: 0
referrer-policy: no-referrer-when-downgrade
content-security-policy: default-src 'none'; base-uri 'self'; child-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/; connect-src 'self' uploads.github.com www.githubstatus.com collector.github.com raw.githubusercontent.com api.github.com github-cloud.s3.amazonaws.com github-production-repository-file-5c1aeb.s3.amazonaws.com github-production-upload-manifest-file-7fdce7.s3.amazonaws.com github-production-user-asset-6210df.s3.amazonaws.com *.rel.tunnels.api.visualstudio.com wss://*.rel.tunnels.api.visualstudio.com objects-origin.githubusercontent.com copilot-proxy.githubusercontent.com proxy.individual.githubcopilot.com proxy.business.githubcopilot.com proxy.enterprise.githubcopilot.com *.actions.githubusercontent.com wss://*.actions.githubusercontent.com productionresultssa0.blob.core.windows.net/ productionresultssa1.blob.core.windows.net/ productionresultssa2.blob.core.windows.net/ productionresultssa3.blob.core.windows.net/ productionresultssa4.blob.core.windows.net/ productionresultssa5.blob.core.windows.net/ productionresultssa6.blob.core.windows.net/ productionresultssa7.blob.core.windows.net/ productionresultssa8.blob.core.windows.net/ productionresultssa9.blob.core.windows.net/ productionresultssa10.blob.core.windows.net/ productionresultssa11.blob.core.windows.net/ productionresultssa12.blob.core.windows.net/ productionresultssa13.blob.core.windows.net/ productionresultssa14.blob.core.windows.net/ productionresultssa15.blob.core.windows.net/ productionresultssa16.blob.core.windows.net/ productionresultssa17.blob.core.windows.net/ productionresultssa18.blob.core.windows.net/ productionresultssa19.blob.core.windows.net/ github-production-repository-image-32fea6.s3.amazonaws.com github-production-release-asset-2e65be.s3.amazonaws.com insights.github.com wss://alive.github.com api.githubcopilot.com api.individual.githubcopilot.com api.business.githubcopilot.com api.enterprise.githubcopilot.com; font-src github.githubassets.com; form-action 'self' github.com gist.github.com copilot-workspace.githubnext.com objects-origin.githubusercontent.com; frame-ancestors 'none'; frame-src viewscreen.githubusercontent.com notebooks.githubusercontent.com; img-src 'self' data: blob: github.githubassets.com media.githubusercontent.com camo.githubusercontent.com identicons.github.com avatars.githubusercontent.com private-avatars.githubusercontent.com github-cloud.s3.amazonaws.com objects.githubusercontent.com release-assets.githubusercontent.com secured-user-images.githubusercontent.com/ user-images.githubusercontent.com/ private-user-images.githubusercontent.com opengraph.githubassets.com copilotprodattachments.blob.core.windows.net/github-production-copilot-attachments/ github-production-user-asset-6210df.s3.amazonaws.com customer-stories-feed.github.com spotlights-feed.github.com objects-origin.githubusercontent.com *.githubusercontent.com; manifest-src 'self'; media-src github.com user-images.githubusercontent.com/ secured-user-images.githubusercontent.com/ private-user-images.githubusercontent.com github-production-user-asset-6210df.s3.amazonaws.com gist.github.com; script-src github.githubassets.com; style-src 'unsafe-inline' github.githubassets.com; upgrade-insecure-requests; worker-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/
server: github.com
content-encoding: gzip
accept-ranges: bytes
set-cookie: _gh_sess=Kr%2BIsDkEUFOyBcRleVSYymAKAEJ2ysrlDHgvSVO0EQgpF3DN%2FlCF%2BmfbmJnTPhOhxThf40SOfKX5tW2LVVguI%2F9De0QjEFwn1dDzUekIq8%2Bqt939FYBVvOlccYM4KJ867JZPeOnx0PDBH1ux%2FY5UFZI%2FSKFGoogiijYpV%2BwDj1cD1e6%2FYRMxJjmj2czDGkswExVUBiK0%2F6Qd2Tvnq2%2F7ojuQUPq02fao1dKk2hjKufgK4LmXS22YhA2NUcncZI2rx%2BSPem%2ByBGvbDl0RF6yPPQ%3D%3D--uvxddLrLR5EAhqXs--rxE2y73y318seUvEro5aow%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.1603634149.1753324574; Path=/; Domain=github.com; Expires=Fri, 24 Jul 2026 02:36:14 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Fri, 24 Jul 2026 02:36:14 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: AA8A:3CFE7:24DD6A:347AA7:68819C1E
Release v0.16.0 · py-why/EconML · GitHub
Loading
Skip to content
Navigation Menu
{{ message }}
-
Notifications
You must be signed in to change notification settings - Fork 760
Compare
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
- Fix documentation publishing workflow by @kbattocchi in #894
- Fix ATE bounds frequency by @kgao in #899
- Disable Python 3.13 when building wheels for CI by @kbattocchi in #909
- Switch from pycodestyle to ruff by @kbattocchi in #901
- fix bug in check_high_dimensional by @itamarfaran in #906
- add compiled .c files to .gitignore by @vojavocni in #911
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #910
- Update README information by @kbattocchi in #916
- Fix coverage upload by @kbattocchi in #923
- "Fixes linear DRIV shape inconsistency" by @ssemov in #920
- Add LKG generation to CI by @kbattocchi in #803
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #917
- Enable Discrete Outcomes w/ RScorer by @jakepenzak in #927
- Correct "Help Wanted" url in readme by @KomiB-Atsou in #934
- fix
dowhy_
not existance issue by @louis-she in #929 - Enable support for dowhy 0.12 by @kbattocchi in #935
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #928
- Miscellaneous fixes by @kbattocchi in #939
- Fix numpy iterable import in _causal_analysis.py for numpy>2.0 by @imatiach-msft in #945
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #937
- Update supported shap versions by @kbattocchi in #948
- Fix typos in the Customer Segmentation case study by @KuanHaoHuang in #957
- update datasets host url for notebooks by @kgao in #959
- minor readme fix by @fverac in #974
- Bugfix rscorer discrete outcome treatment by @maartenvanhooftds in #977
- allow missing values in X when inferencing for specific ests by @fverac in #982
- ENH:
_check_sample_weight
dtype made kwarg in sklearn 1.7.x by @atharva-novi in #980
New Contributors
- @itamarfaran made their first contribution in #906
- @vojavocni made their first contribution in #911
- @pre-commit-ci made their first contribution in #910
- @ssemov made their first contribution in #920
- @jakepenzak made their first contribution in #927
- @KomiB-Atsou made their first contribution in #934
- @louis-she made their first contribution in #929
- @KuanHaoHuang made their first contribution in #957
- @maartenvanhooftds made their first contribution in #977
- @atharva-novi made their first contribution in #980
- @carl-offerfit made their first contribution in #988
Full Changelog: v0.15.1...v0.16.0
Assets 2
You can’t perform that action at this time.