Skip to content

Commit

Permalink
Merge pull request #22 from PPeitsch/release
Browse files Browse the repository at this point in the history
changelog for release
  • Loading branch information
PPeitsch authored Oct 22, 2024
2 parents 886f849 + 39137d6 commit 3803752
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,26 @@ All notable changes to this project will be documented in this file.
The format is based on `Keep a Changelog <https://keepachangelog.com/en/1.0.0/>`_,
and this project adheres to `Semantic Versioning <https://semver.org/spec/v2.0.0.html>`_.

[0.2.2] - 2024-10-22
--------------------

Added
^^^^^
- New ``kissinger_nonlinear_eq`` function for enhanced non-isothermal kinetics analysis
- Enhanced calculations in the Kissinger method for improved accuracy and robustness
- Five new plotting functions for better visualization of kinetic analysis data

Changed
^^^^^^^
- Updated dependency specifications for improved functionality
- Removed dependencies on tensorflow and torch
- Improved data handling and filtering processes within kinetic analysis methods

Fixed
^^^^^
- Improved error handling in the Kissinger method to ensure positive peak temperatures and heating rates
- Minor formatting improvements in test files for better readability

[0.2.1] - 2024-09-18
--------------------

Expand Down Expand Up @@ -63,4 +83,4 @@ Model fitting methods
Other
"""""
- Basic documentation and examples for each implemented method
- Unit tests for data import and model fitting methods
- Unit tests for data import and model fitting methods

0 comments on commit 3803752

Please sign in to comment.