Skip to content

Releases: pzivich/Delicatessen

v2.2

23 Apr 15:05
Compare
Choose a tag to compare

v2.2 release

  • 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

v2.1

16 Mar 15:52
Compare
Choose a tag to compare

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

v2.0

28 Sep 13:01
Compare
Choose a tag to compare

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

v1.4

07 Sep 11:58
Compare
Choose a tag to compare

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

v1.3

24 Aug 13:31
Compare
Choose a tag to compare

v1.3 release

  • Adds G-estimation of linear structural nested mean models
  • Fixes bug with Powell hybrid method for root-finding specification

v1.2

23 Jun 12:44
Compare
Choose a tag to compare

version 1.2 release. Adds the optional argument offset to regression models in regression.py

v1.1

05 Apr 16:35
Compare
Choose a tag to compare

Release of v1.1

Adds a functionality for GAMs.

v1.0

02 Jan 18:25
Compare
Choose a tag to compare

v1.0 release

This major release changes the version support for several items. In order to speed up the computation of the bread matrix, SciPy approx_fprime funtionality is now used. This required the following version changes:

  • SciPy v1.9.0+ which requires NumPy 1.18.5. This is a major change in the supported versions
  • SciPy v1.9.0 also necessitates the reduction of support to 3.8+

The regression estimating equations have also now been fully updated to the new syntax. The legacy versions have been removed.

v0.6

12 Oct 22:45
Compare
Choose a tag to compare

Additional robust loss functions, better errors when nan's appear in the estimating equations, added warnings for non-differentiable estimating equations

v0.5

13 Jul 19:13
Compare
Choose a tag to compare

v0.5 adds the optional subset parameter which allows a user to optimize only a subset of the parameters (during the root-finding phase). This is useful when combined with pre-washing steps (pre-washing is essential for proper use of the subset functionality).

  • IGNORE the 0.5.0 tag. This is a GitHub issue (it things v0.5 is an existing tag, which it is not)