stan-dev / posteriordb

Database with posteriors of interest for Bayesian inference
181 stars 36 forks source link

Remove added by and added date #78

Open MansMeg opened 4 years ago

MansMeg commented 4 years ago

This is information we get from git

eerolinna commented 4 years ago

Should data_info(po) and model_info(po) still return the added by and added date? If that's the case I would suggest keeping them in the info files. If not removing them is fine.

MansMeg commented 4 years ago

Yes. This is a little bit more long term. I will remove it from the prototype milestone.

eerolinna commented 4 years ago

Perhaps we should keep the current solution long term also (in that case we can just close this issue now). We won't have the git information when using a remote database. Or is there a way to easily get it from github api?

MansMeg commented 4 years ago

It should be relatively straight forward to get it from the github API ang from git. I would like to keep this one in the long run.

eerolinna commented 4 years ago

If it can be done easily I'm all for it.