pzivich / Delicatessen

Delicatessen: the Python one-stop sandwich (variance) shop 🥪
https://deli.readthedocs.io/en/latest/index.html
MIT License
22 stars 2 forks source link

v1.0 #19

Closed pzivich closed 1 year ago

pzivich commented 1 year ago

v1.0 will be the next major release of delicatessen. There are some important updates to the internal structure, how the bread is computed, and the dependencies. These changes warrant the jump to v1.0 since there are major changes for compatibility.

v1.0 will be limited to

All previous versions will have their continual support, but future versions will be restricted to these versions.

The major change is the replacement of my partial_derivative function with SciPy's approx_fprime. The SciPy offers a simple solution to compute the bread (the Jacobian of the estimating equations). This is substantial faster when delicatessen interacts with >50 parameters. The speed difference is stark, so I made the decision to switch over.

Summary of changes

Other changes still TBD

pzivich commented 1 year ago

I can update everything when 3.11 is released (Oct 24, 2022)