Skip to content

Commit fd9a250

Browse files
committed
@ physicelldataloader : next release v4.1.2.
1 parent 5692e35 commit fd9a250

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -129,15 +129,15 @@ Developers, please make pull requests to the https://github.com/elmbeech/physice
129129

130130

131131
## Release Notes:
132-
+ version 4.2.0 (2026-03-06): elmbeech/physicelldataloader
133-
+ new TimeStep class and TimeSeries class function **custom_data_astype** to set the dtype of custom\_data variables even after the timestep or timeseries is loaded.
134-
+ the TimeSeries \_\_init\_\_ function can now handle a list of TimeStep objects as input instead of a path.
132+
+ version 4.1.2 (2026-03-06): elmbeech/physicelldataloader
133+
+ new **custom_data_astype** TimeStep class and TimeSeries class function to set the dtype of custom\_data variables even after the timestep or timeseries is loaded.
134+
+ TimeSeries \_\_init\_\_ function can now handle a list of TimeStep objects as input instead of a path.
135135

136136
+ version 4.1.1 (2026-02-28): elmbeech/physicelldataloader
137-
+ reduce memory footprint.
137+
+ reduced memory footprint.
138138

139139
+ version 4.1.0 (2025-12-31): elmbeech/physicelldataloader
140-
+ new TimeStep class and TimeSeris class function **get_spatialdata** and command line command **pcdl_get_spatialdata**.
140+
+ new **get_spatialdata** TimeStep class and TimeSeris class function and **pcdl_get_spatialdata** command line command.
141141

142142
+ version 4.0.5 (2025-10-22): elmbeech/physicelldataloader
143143
+ **settingxml** default is now set to False, because the cell\_type id label mapping can, in recent PhysiCell output, be retrieved from output\*.xml too.

pcdl/VERSION.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '4.1.1'
1+
__version__ = '4.1.2'

0 commit comments

Comments
 (0)