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

Instead of overwrite the whole webfield code: ``` var GROUP_ID = 'MIDL.io/2018'; var HEADER = { title: '', description: '' }; var VENUE_LINKS = [ { url: '/group?id=MIDL.amsterdam/2018/Conference', name: 'MIDL...

We could split the search_profiles function in different functions: ``` search_profiles_by_id(ids) search_profiles_by_email(emails) search_profiles_by_name(first, middle, last) search_profiles_by_term(term) ``` For the first 2 functions we should do the network calls in batches...

It shows 1 of 0 Reviews Submitted. Shows the correct values on the PC console.

When bids are opened or reviews assigned, an email should be sent to the ACs/Reviewers to take action. This can be done fairly easily through the PC console, but it's...

It should either not allow upper case in emails, or even better convert them to lowercase. Specifically noticed this in the recruitment form.

If the content of the submission invitation is edited through the invitation editor, then the venue request forum is edited via "Revision", the content of the submission is reset to...

In order to support a large list of papers to bid we need to paginate each tab on the bid UI. Does the current pagination support being used in multiple...

Line 615 of invitation.py set_revise_submission_invitation() calls conference.get_original_reader() which isn't defined.

Fails if due_date is Null - can't add delta to set expiration date Recommendations for what? A comment would help. Recommendations for reviewers? for reviewer and/or AC assignments?

If the client was created with a valid user (not guest) and the token is expired, we should throw an error to tell the user to create the client again...