Skip to content

Commit a951baf

Browse files
committed
chore(release): Bump version to 0.4.1 and update changelog
Updates the version in `__about__.py` and finalizes the CHANGELOG.md for the v0.4.2 release. This version includes robustness improvements to peak detection and a reorganization of the examples directory.
1 parent ba12431 commit a951baf

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88

9+
## [v0.4.2] - 2025-07-17
10+
11+
### Changed
12+
13+
- Reorganized the `examples/` directory into categorized subdirectories (`dsc/`, `dilatometry/`, `kinetic_methods/`, etc.) to improve structure and user navigation.
14+
- Renamed the generic `dsc_example.py` to `legacy_dsc_analysis_example.py` and simplified its content to serve as a basic demonstration.
15+
16+
917
## [v0.4.1] - 2025-07-15
1018

1119
### Fixed

src/pkynetics/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Version information."""
22

3-
__version__ = "0.4.1"
3+
__version__ = "0.4.2"

0 commit comments

Comments
 (0)