entropy-lab / entropy

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

ParamStore list_values(key) to get values of key across all commits #164

Closed urig closed 2 years ago

urig commented 2 years ago

This PR implements the list_values(key) ParamStore method in InProcessParamStore.

Given a specific key, the method returns a list of its previous (and current) values across commits in the store.

The values are returned as a pandas DataFrame with these columns:

The list is sorted by the time of commit in ascending order.

github-actions[bot] commented 2 years ago

Unit Test Results

    1 files      1 suites   52s :stopwatch: 176 tests 172 :heavy_check_mark: 4 :zzz: 0 :x:

Results for commit b5cd94e6.

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