Skip to content

Commit 51e9f9c

Browse files
authored
Merge pull request #42 from elmbeech/master
@ physicelldataloader : next release with reduced memory footprint.
2 parents f1a4b9b + 3cce918 commit 51e9f9c

3 files changed

Lines changed: 9 additions & 1 deletion

File tree

README.md

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

130130

131131
## Release Notes:
132+
+ version 4.1.1 (2026-02-28): elmbeech/physicelldataloader
133+
+ reduce memory footprint.
134+
132135
+ version 4.1.0 (2025-12-31): elmbeech/physicelldataloader
133136
+ new TimeStep class and TimeSeris class function **get_spatialdata** and command line command **pcdl_get_spatialdata**.
134137

pcdl/VERSION.py

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

pcdl/timestep.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3333,6 +3333,11 @@ def _read_xml(self, xmlfile, output_path='.'):
33333333
except AttributeError:
33343334
pass
33353335

3336+
###############
3337+
# free memory #
3338+
###############
3339+
del d_mcds['raw_substrate']
3340+
del d_mcds['raw_cell']
33363341

33373342
##########
33383343
# output #

0 commit comments

Comments
 (0)