Skip to content

Commit 02d89bf

Browse files
committed
Updated version to 2.4
1 parent bf03986 commit 02d89bf

File tree

6 files changed

+13
-5
lines changed

6 files changed

+13
-5
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
All notable changes to this project are documented in this file.
44

5+
## [2.4] - 11-Apr-2025
6+
7+
### Added
8+
- **Specialized functions for creating heatmaps**: New functions `plot_dtime` and `plot_cputime`.
9+
10+
### Fixed
11+
- **Stiffness scalable steps**: Resolved a bug where `stiffness_scalable_steps = 'all'` could be ignored.
12+
513
## [2.3] - 04-Apr-2025
614

715
### Added

tests/reference_files/energetics_input_reference.dat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
################################################################################
2-
# Zacros input file generated by ZacrosTools (version 2.3) #
2+
# Zacros input file generated by ZacrosTools (version 2.4) #
33
# https://github.com/hprats/ZacrosTools #
44
# #
55
# Hector Prats, PhD #

tests/reference_files/lattice_input_reference.dat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
################################################################################
2-
# Zacros input file generated by ZacrosTools (version 2.3) #
2+
# Zacros input file generated by ZacrosTools (version 2.4) #
33
# https://github.com/hprats/ZacrosTools #
44
# #
55
# Hector Prats, PhD #

tests/reference_files/mechanism_input_reference.dat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
################################################################################
2-
# Zacros input file generated by ZacrosTools (version 2.3) #
2+
# Zacros input file generated by ZacrosTools (version 2.4) #
33
# https://github.com/hprats/ZacrosTools #
44
# #
55
# Hector Prats, PhD #

tests/reference_files/simulation_input_reference.dat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
################################################################################
2-
# Zacros input file generated by ZacrosTools (version 2.3) #
2+
# Zacros input file generated by ZacrosTools (version 2.4) #
33
# https://github.com/hprats/ZacrosTools #
44
# #
55
# Hector Prats, PhD #

zacrostools/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.3"
1+
__version__ = "2.4"

0 commit comments

Comments
 (0)