Becksteinlab / kda

Python package used for the analysis of biochemical kinetic diagrams.
GNU General Public License v3.0
5 stars 1 forks source link

MAINT: Deprecate `calc_*_from_diags` functions #111

Closed nawtrey closed 3 months ago

nawtrey commented 3 months ago

Description

These changes are motivated by the desire to completely remove the calc_state_probs_from_diags and calc_net_cycle_flux_from_diags functions since they are completely unnecessary. They are not in use in the KDA paper code at all, so they could probably be removed at any time. I chose to leave them in (with DeprecationWarnings) in case they are in use in other locations (like in the kda-examples repo) so I don't have to fix a bunch of code elsewhere.

Changes