entropy-lab / entropy

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

New Property for ParamStore Params: commit_id #254

Closed urig closed 2 years ago

urig commented 2 years ago

This PR adds a new property to Params stored in the ParamStore. The new property is commit_id and contains the id of the commit when the Param was last changed (i.e. added or updated).

⚠Breaking change: The ParamStore method get() has been renamed to get_value() so that ParamStore can be declared as extending MutableMapping.

github-actions[bot] commented 2 years ago

Unit Test Results

229 tests   225 :heavy_check_mark:  56s :stopwatch:     1 suites      4 :zzz:     1 files        0 :x:

Results for commit 313f39bd.

:recycle: This comment has been updated with latest results.

galwiner commented 2 years ago

@qguyk this feature is for tracking where a parameter has been changed (which commit) It answers a request by @liorella-qm