Closed PPeitsch closed 2 months ago
The Pkynetics library has been updated with the introduction of a changelog, comprehensive documentation, and new functionality for importing thermal analysis data. Key features include modules for TGA and DSC data import, various model fitting methods for crystallization kinetics, and model-free methods for kinetic analysis. Documentation has been enhanced to improve usability, clarity, and organization.
Files | Change Summary |
---|---|
docs/changelog.rst |
Added a comprehensive changelog detailing the library's initial release and key functionalities. |
docs/examples/index.srt |
Introduced a structured guide with examples of thermal analysis tasks using the library. |
docs/index.rst |
Revised introduction, updated table of contents, and added sections for model-free methods and changelog. |
docs/modules/data_import/*.rst |
Added functions for importing TGA and DSC data, including error handling and usage examples. |
docs/modules/model_fitting_methods/*.rst |
Documented various model fitting methods for kinetic analysis, including usage examples and parameter details. |
docs/modules/model_free_methods/index.rst |
Introduced documentation for model-free methods focusing on isoconversional analysis. |
sequenceDiagram
participant User
participant Pkynetics
participant DataImporter
participant ModelFitter
User->>Pkynetics: Request to import TGA/DSC data
Pkynetics->>DataImporter: Call appropriate importer (tga_importer/dsc_importer)
DataImporter-->>Pkynetics: Return imported data
Pkynetics->>ModelFitter: Request to fit model
ModelFitter-->>Pkynetics: Return fitting results
Pkynetics-->>User: Provide results
🐰 "In the garden where data flows,
A library blooms, as knowledge grows.
With TGA and DSC, we hop with glee,
Fitting models, wild and free!
New paths to explore, oh what a sight,
In Pkynetics, we take flight!" 🐇
[!TIP] We have updated our review workflow to use the Anthropic's Claude family of models. Please share any feedback in the discussion post on our Discord.
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
Documentation