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

Updates the AAAI tests to match their workflow. There are changes to `venue.py` that will not be merged, but is needed to support the 2 phase review. This is because...

DMLR requested an additional step to the camera ready verification where the EiC must also approve the camera ready, on top the AE.

Resolves #2265 This PR adds a new hidden field `comment_notification_threshold` to the request form and stores the variable in the domain and the Venue class. It also parameterizes the process/pre-process...

These changes create a DBLP service that fetches new publications for users.

This PR adds a submission revision stage to allow authors to only edit the fields related to reviewer nomination. Some extra changes were made to the Venue InvitationBuilder to support...

This PR adds a setting to the journal called `has_main_editor_in_chief`. This is for a request from MELBA. It's a boolean value and, if true, will create a group called `/Main_Editor_In_Chief`....

Minor formatting tuning (usual Python guidelines + flake8), and test the PR process before more complex commits. Note that one duplicated get function was removed (`get_expertise_model`).

Fixes #2380 Requires https://github.com/openreview/openreview-api-v1/pull/3024

This PR uses concurrent requests for the recruitment to speed it up. I also included a retry functionality with backoff strategy in case one of the requests fails. It will...

Resolves #2263 Depends on [openreview-web#2133](https://github.com/openreview/openreview-web/pull/2133) This PR adds a new type to the ARRStage `Commentary_Control` and builds the invitations similar to how the registration forms are generated: - Create a...

arr