openreview-py
openreview-py copied to clipboard
Official Python client library for the OpenReview API
For ICML decisions, the decision "Accept (Oral & Poster)" was translated to "ICML 2023 OralPoster". I think it should be "ICML 2023 Oral & Poster"
the defaultValue of recommendationName config in ICML PC Console is 'Recommendation' with capital R while the recommendation field name of meta review note is in lowercase it cause the meta...
For large conference the function to recruit reviewers take too much time. Some improvements: - Get the profiles of all the invitees at once instead of doing one API call...
Currently when a Stage fails to run, an error is posted on the Venue Request form. Following the failure, and it can be visually difficult for PCs to tell if...
Creating the expertise selection invitation on deployment will help us assist indecisive PCs switching between manual and automatic paper matching.
A request was recently made by a user for the identities of Reviewers to be hidden from ACs. For their use case, ACs are asked to rank the reviewers at...
Catch the group not found error to keep processing other emails. Some PCs enter the recruitment email as: ``` behrad moniri ,Behrad Moniri ``` The new API is now throwing...
In order to solve the permission issue of publication chairs having access to the accepted papers, camera ready revisions and accepted authors, I proposed to include this new role when...
currently sends notifications when the review is posted
To change the readers of the note, bibtex, odate, etc use concurrent request. I would also like to use the same function to change the note. There is one in...