ModernDiD 0.1.1 Release Notes#

ModernDiD 0.1.1 is a maintenance release with dependency updates, minor refactoring, and documentation improvements.

Python versions 3.11-3.13 are supported in this release.

Improvements#

Dependency and Import Cleanup#

  • Update scipy dependency range and add GPU feature support in pixi.toml.

    (#207)

  • Handle intercept and covariates formula more carefully in estimators.

    (#207)

  • Update Dask and Spark backend imports and remove unused exports.

    (#207)

  • Reorganize package dependencies.

    (#207)

  • Remove unused parameter from API surface.

    (#204)

Documentation#

  • Update usage documentation with improved examples and clarity.

    (#212)

  • Add acknowledgements section and enhance contributing guidelines.

    (#211)

  • Simplify plotting examples and update image URLs in README.

    (#208)

  • Enhance GPU troubleshooting section and clarify dependency documentation.

    (#205)

  • Update installation and overview documentation.

    (#205)

  • Add pixi setup instructions to README.

    (#209)

Contributors#

A total of 1 person contributed to this release.

  • Jordan Deklerk

Pull Requests Merged#

A total of 8 pull requests were merged for this release.

  • #212: Update usage docs

  • #211: Enhance documentation

  • #210: Fix prose and links in README

  • #209: Simplify plotting examples

  • #208: Introduce pixi dev tools

  • #207: Remove unused imports and exports from Dask and Spark backends

  • #205: Update installation and overview docs

  • #204: Remove unused parameter