Delicatessen

Latest version: v3.0

Safety actively analyzes 723217 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 4

3.0

- Added support for Generalized Methods of Moments (GMM) estimator. This approach is implemented through the `GMMEstimator` class. It has the same syntax of `MEstimator` but differs slightly in how it works. Rather than root-finding, minimization procedures are used. Additionally, GMM supports over-identified parameters.
- Added built-in estimating functions for the Usual IV estimator: `ee_iv_causal`
- Added built-in estimating functions for Two-Stage Least Squares: `ee_2sls`
- Added built-in estimating functions for geometric mean: `ee_mean_geometric`
- Removed `ee_p_logistic` in favor of the new `ee_loglogistic` convention, as warned in 2.4

2.3

- Checked compatibility with NumPy 2.0
- Added estimating equation for regression calibration to measurement error corrections
- Change to pharmacokinetic model underlying structure
- Added E-max model and its ED function as estimating equations
- Replaced parameter log-logistic models with the more general `ee_loglogistic` estimating equation. The `ee_loglogistic` models will be removed in v3.0

2.2

- Added extended Rogan-Gladen to correct for differential measurement error
- Added separate functionality to compute the sandwich matrix. This avoids needing to call `MEstimator` to compute the sandwich matrix.
- Updated all docs

2.1

v2.1 addition of new estimating equations: Rogan-Gladen measurement error correction, multinomial logistic regression, efficient g-estimation, log-linear SMM g-estimation.

Added support for Python 3.12

Added option to rescale spline terms when generated

Re-organized test structure for easier maintenance (does not impact actual package)

Bug fixes: fixed issue in call to ee_lasso_regression

2.0

v2.0 adds an automatic differentiation functionality to compute the bread matrix. So, now both numerical approximation and automatic differentiation are supported.

1.4

Additions of v1.4 release

- Added Generalized Linear Models (GLM) as a built-in estimating equation
- Added Z-scores, P-values, and S-values
- Added Marginal Structural Models with Inverse Probability Weighting as a built-in estimating equation
- Added support for missingness weights with `ee_ipw` and `ee_gestimation_snmm`

Page 1 of 4

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.