Closed PPeitsch closed 1 month ago
The pull request introduces updates to the Pkynetics library, including a version increment from "0.1.0" to "0.2.1". Key changes include the reorganization of imports in __init__.py
, the addition of the kissinger_nonlinear_eq
function in model_fitting_methods/kissinger.py
, and modifications to the kissinger_equation
function. Additionally, requirements.txt
and setup.py
have been updated to reflect new dependencies and version specifications, removing previous dependencies on tensorflow
and torch
.
File Path | Change Summary |
---|---|
__init__.py |
Version updated to "0.2.1"; kissinger_method added to __all__ ; plot_activation_energy removed from __all__ . |
model_fitting_methods/kissinger.py |
Added kissinger_nonlinear_eq function; simplified signature of kissinger_equation . |
requirements.txt , setup.py |
Updated dependencies: added numpy , matplotlib , pandas , scipy , statsmodels , scikit-learn , seaborn , pytest , pylint ; removed tensorflow and torch . |
kissinger_method
and kissinger_equation
functions in model_fitting_methods/kissinger.py
, which are directly related to the updates made in the main PR regarding the Kissinger method's implementation and function signatures.In the garden of code, we hop and play,
Withkissinger
methods brightening the way.
Dependencies shift, like leaves in the breeze,
As we dance through the changes with utmost ease.
A version anew, oh what a delight,
In the world of Pkynetics, everything feels right! 🐇✨
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Summary by CodeRabbit
New Features
kissinger_nonlinear_eq
function for enhanced non-isothermal kinetics analysis.kissinger_equation
for simplified usage.Version Updates
Dependency Changes