<!--
SPDX-FileCopyrightText: 2024 Helmholtz-Zentrum Dresden - Rossendorf (HZDR)
SPDX-License-Identifier: CC-BY-SA-4.0
-->
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.
[0.3.0] - 2024-10-10
Added
- Datasets can now be loaded from DOI/URL which is implemented in the
remote_data
module.
- The software version and a "Contribute" link are now shown in the footer.
- Search links to find datasets on Rodare and Zenodo are now shown in the header text.
Changed
- The UI layout was changed to accomodate for the new remote data functionality.
In the course of this change, large parts of the
ThermalAnalysisApp
class were
refactored.
[0.2.0] - 2024-09-19
Added
- Download link for a manual in PDF format.
Changed
- Large update to the UI, moving away from the grid layout.
- The function
plot_fitting
in metabolator.plots
was renamed to
plot_fitting_enthalpy
.
- The function
plot_fitting_time
in metabolator.plots
now takes an additional
title
parameter.
Fixed
- Non-optimal fitting intervals are now caught and don't cause the app to get stuck any
more.
- If the fitting procedure fails due to bad selected range or offsets, this is now
correctly reported back to the user and doesn't make the app get stuck any more.
- Actually use the ranges determined by the four point method in the fitting process.
Previously, starting values from the four point method were used but the range was
applied and then overwritten.
[0.1.1] - 2024-08-26
Fixed
- The fitted curve in the time domain is now aligned with the original data.
Changed
[0.1.0] - 2024-07-11
Initial release of the METABOLATOR analysis tool.