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

A venue submitted two emails unders `contact_email`. This email is used in the replyto when sending decision notifications to authors and caused an error: https://api2.openreview.net/messages?id=2UDH3Q3iXhCQ

The pre process validation that checks if the previous_url is valid doesn't fail when the user pass the forum id + plus comment id: `id=[forum_id]&noteId=[note_id]` To fix this we should...

The registration stages do not have a due date and don't show up in the tasks page

The matcher does not retrieve value 0 edges if the edge invitation has the default set to 0 for the weight. Either this must be changed in the matcher, or...

Hi, I'm using the following pipeline which allows me to retrieve NeurIPS main conference submissions from 2021 and 2022. However, when I try to use it for 2023, it doesn't...

Otherwise it doesn't work the paper matching because it parses the paper invitation string using `&` as a separator.

The ARRStage and ARRWorkflow are in helpers but their logic should be integrated into the ARR class, or at least these objects should exist in the `arr.py` file

The edge operations in ARR delete and post individual edges when updating the edges. The edges should just be updated in place by passing the ID of the edge.

It depends on https://github.com/openreview/openreview-api/pull/490

This PR depends on https://github.com/openreview/openreview-web/pull/1938 We need to fix how to get the registration notes for reviewers with no assignments, otherwise there will be reminders for all reviewers. Fixes https://github.com/openreview/openreview-py/issues/2189