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
trafficstars

- Fixes the issue mentioned here: https://github.com/openreview/openreview-py/pull/2201#discussion_r1700795788 In some preprocess functions we retrieve fields from the domain using the committee name in the key. The problem is that these fields...

In the paper bid webfields we have this conditional text in the instructions: `${affinityScoreId ? '- Papers are sorted based on keyword similarity with the papers that you provided in...

The current workflow for this is so that the agreement does not show up in the tasks tab of the Authors console when the Authors agree on submission. This is...

arr

Two venues so far have requested the ability to hide the author identities from PCs. I may have submitted this issue previously, although I've been unable to locate it.

@celestemartinez was working on this workflow for ACL conference and so far it is working fine. We need to make sure this is part of the workflow in openreview-py for...

arr

The meta review invitations can have a review readers field in the content to specify a set of readers depending on how it was flagged, like for an ethics review...

I'm trying to analyze the reviews on a venue I was a PC using APIv2. I was able to retrieve the reviewers and reviews per submission following the documentation. However,...

When I tried to install openreview-py using the instructions [here](https://github.com/openreview/openreview-py?tab=readme-ov-file#installation), I ran into an issue with the git installation and Python 3.12. Using Python 3.12: ``` git clone https://github.com/openreview/openreview-py.git cd...

found this when executing test_venue_configuration from a different timezone the pytest fail at assertion of >invitation = pc_client.get_invitation('ICLR.cc/2025/Conference/Submission1/-/Confidential_Comment') the super confidential comment invitation is created but process function didn't create...