openreview-py
openreview-py copied to clipboard
Official Python client library for the OpenReview API
Since user moderation was created, the response from [`client.activate_user`](https://github.com/openreview/openreview-py/blob/f1ee31c57b2cb342fc233fcc8b482df000ea6f11/openreview/openreview.py#L168) is empty when moderation is active. This causes an error in the [`__handle_token`](https://github.com/openreview/openreview-py/blob/f1ee31c57b2cb342fc233fcc8b482df000ea6f11/openreview/openreview.py#L98) method when trying to get the `token`. I...
If there is an error where the client cannot find an attachment (see example stack below), the backend returns a 404 but openreview-py does not properly catch the error. This...
PCs can currently submit venue request forms with their venue name and abbreviated name surrounded by quotation marks. This should be validated when they try to submit in order to...
- Fixes #1928 - Depends on #2059
- Include `invitation` and `signature` into the post_message call, these fields are optional to keep backward compatibility - Use meta invitation to post messages as organizers - Create a message...
Sherry reported an issue when a paper is flagged for Ethics Review. It looks like the we were reading the review readers from the wrong place. I am now reading...
Right now, we always add the PCs as invitees, readers and signatures of all CustomStage invitations. There was an issue where the PC submitted the review revision of a review....
We removed the parentGroup when email authors about decisions, so we need to update the comment posted to the request form, as this is confusing to PCs.
I'm creating this issue here, Celeste mentioned this and I saw another case where they ran the paper matching and didn't include the bid score. Celeste's proposal is to add...