You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -129,11 +129,15 @@ Developers, please make pull requests to the https://github.com/elmbeech/physice
129
129
130
130
131
131
## Release Notes:
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.
135
+
132
136
+ version 4.1.1 (2026-02-28): elmbeech/physicelldataloader
133
-
+reduce memory footprint.
137
+
+reduced memory footprint.
134
138
135
139
+ version 4.1.0 (2025-12-31): elmbeech/physicelldataloader
136
-
+ 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.
137
141
138
142
+ version 4.0.5 (2025-10-22): elmbeech/physicelldataloader
139
143
+**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.
Copy file name to clipboardExpand all lines: man/REFERENCE.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,6 +39,7 @@ Basically, there are four types of functions:
39
39
40
40
### TimeStep initialize
41
41
+[help(pcdl.TimeStep.\_\_init\_\_)](https://github.com/elmbeech/physicelldataloader/tree/master/man/docstring/mcds.__init__.md) #! workhorse function
42
+
+[help(mcds.custom_data_astype)](https://github.com/elmbeech/physicelldataloader/tree/master/man/docstring/mcds.custom_data_astype.md) #! workhorse function
42
43
+[help(mcds.set_verbose_false)](https://github.com/elmbeech/physicelldataloader/tree/master/man/docstring/mcds.set_verbose_false.md) #! workhorse function
43
44
+[help(mcds.set_verbose_true)](https://github.com/elmbeech/physicelldataloader/tree/master/man/docstring/mcds.set_verbose_true.md) #! workhorse function
44
45
@@ -124,6 +125,7 @@ Basically, there are four types of functions:
+[help(mcdsts.get_mcds_list)](https://github.com/elmbeech/physicelldataloader/tree/master/man/docstring/mcdsts.get_mcds_list.md) #! workhose function
126
127
+[help(mcdsts.get_annmcds_list)](https://github.com/elmbeech/physicelldataloader/tree/master/man/docstring/mcdsts.get_annmcds_list.md) #! workhose function
128
+
+[help(mcdsts.custom_data_astype)](https://github.com/elmbeech/physicelldataloader/tree/master/man/docstring/mcdsts.custom_data_astype.md) #! workhorse function
127
129
+[help(mcdsts.set_verbose_false)](https://github.com/elmbeech/physicelldataloader/tree/master/man/docstring/mcdsts.set_verbose_false.md) #! workhorse function
128
130
+[help(mcdsts.set_verbose_true)](https://github.com/elmbeech/physicelldataloader/tree/master/man/docstring/mcdsts.set_verbose_true.md) #! workhorse function
0 commit comments