Closed urig closed 2 years ago
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.
@qguyk this feature is for tracking where a parameter has been changed (which commit) It answers a request by @liorella-qm
This PR adds a new property to
Params
stored in theParamStore
. The new property iscommit_id
and contains the id of the commit when the Param was last changed (i.e. added or updated).⚠Breaking change: The
ParamStore
methodget()
has been renamed toget_value()
so thatParamStore
can be declared as extendingMutableMapping
.