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

Currently, openreview-py sends the venue short_name to the expertise API to create the scores file. There are two issues: 1. The short name can be changed at any time. 2....

Problem: There are reports of SACs being removed from their assigned submissions when there is a change in the AC assignments. New AC is assigned to a submission first. Old...

Resolves #2356 This PR disables ethics review flagging from meta-reviews. The tests were changed to: 1. Move the ethics review test from the meta-review test to the official review test...

arr

Resolves #2349 and resolves #2318 This PR fixes an issue where a stage keeps running because the `expdate` is mismatched because the expdate is set in the `InvitationBuilder` instead of...

arr

Resolves #2346 Fixes an issue where the setup matching scripts are trying to get groups that don't exist from previously withdrawn/desk-rejected submissions

Include the following field in the official review: ``` "secondary_reviewer": { "value": { "param": { "type": "profile[]", "regex": "^~\\S+$|([a-z0-9_\\-\\.]{1,}@[a-z0-9_\\-\\.]{2,}\\.[a-z]{2,},){0,}([a-z0-9_\\-\\.]{1,}@[a-z0-9_\\-\\.]{2,}\\.[a-z]{2,})", "optional": true } }, "description": "If another person contributed significantly to...

arr

The ARR EICs have designed a new review feedback from (effort led by @annargrs). I've updated the form itself and the description of the date fields in the venue configuration...

Some notes copied between cycles for long-term unavailability were made with empty loads

arr

The option for `next_available_year` and `next_available_month` are radio buttons - meaning that if a note is submitted with an item checked, you cannot remove it to indicate their availability to...

arr