openreview-py icon indicating copy to clipboard operation
openreview-py copied to clipboard

Official Python client library for the OpenReview API

Results 313 openreview-py issues
Sort by recently updated
recently updated
newest added

When there is one rebuttal per paper, the parent note is not a review. We shouldn't try to reply notify the readers of the parent note. Also make sure the...

https://github.com/openreview/openreview-py/blob/5c354cf4677def70a9834f3095a7ec5299202ba8/openreview/conference/templates/sac_assignment_post_process.py#L9-L13 The process function for making assignments assumes that the assignments for SACs are to ACs and does not account for SACs to papers so the paper groups are not...

When a venue opts for manual reviewer assignment, the assignment links should not be shown. Links: Reviewer Paper Assignment - PC Console Timeline Paper Matching Setup - venue form

When a profile id is removed and it is member of the reviewers group if a venue. We should remove the old anonids and replace all the signatures.

Check if the note doesn't have venue and venueid to post it.

This allows authors to revise the submission license until the paper deadline and allows PCs to use PC revision to edit license.

PCs are still getting confused about how to interpret this field. One way to make it more clear is if we change the options to be something like: "Allow author...

A PC tried to use the tokens {Recipient.InviteeAcceptUrl} and {Recipient.InviteeDeclineUrl} which caused recruitment to fail. I don't think this is covered in the validation, we only warn users if any...