entropy-lab / entropy

BSD 3-Clause "New" or "Revised" License
30 stars 13 forks source link

enhancements to paramstore: dealing with keys #217

Closed galwiner closed 2 years ago

galwiner commented 2 years ago

Update key (changing a key name) remove key

methods are currently missing in the API.

It is needed for example for helping with the implementation of a paramstore GUI

urig commented 2 years ago

Implemented by rename_key() and __del__().