openreview-py
openreview-py copied to clipboard
Official Python client library for the OpenReview API
Valid token does not work when creating an instance of the Client class unless 'Bearer ' is prepended in the token. The Client instance is created properly, but as a...
I have looked at the current [get_bibtex](https://openreview-py.readthedocs.io/en/latest/_modules/tools.html#get_bibtex) but needed a few more bells and whistles. I came up with the following: ```python def get_midl_bibtex(note, venue_fullname, year): ''' Generates a bibtex...
We don't want to stop the execution if the first promise fails in the process function. We should handle the error of each promise and save an array of errors...
On the Reviewers tab of the PC console, the number of reviews submitted shows up wrong if the AnonReviewer member is set to the email address instead of the tilde...
When we need to send email notifications to users we are only checking the readers value, we should check the nonreaders value to ignore the notifications to users who can...
They are not listed here: https://openreview-py.readthedocs.io/en/latest/api.html#conference-builder
Allow the decision of selecting the readers from a list of options with hierarchy or not.
Same we do in the forbidden page, add a text in the email content explaining the user that needs to link all the emails in order to have access to...
In double blind submissions the authorid and authors fields should include text about using real names as they will be anonymized.