openreview-py
openreview-py copied to clipboard
Official Python client library for the OpenReview API
Flagging for ethics review at the meta review stage is too late so we should remove the ability to do so, and remove the tests for this
When we request expertise between two groups, we add the first group's expertise invitaton as the seond group's expertise invitation. https://github.com/openreview/openreview-py/blob/d5f1f8caeb87a68ad52f4aeea038de890635abd0/openreview/api/client.py#L2175C39-L2176C51 We need to make sure we add the correct...
This PR adds a new option to the ARR PC console to email reviewers that have not responded to their rebuttals. This will send an email if any of their...
We use a Submission Revision stage to create a task for authors to fill out the blind submission agreement if they did not agree to it while submitting. We manually...
We need to handle cases that are resubmissions but the reviewers submitted group was not created
Some PCs have been asking for a way to allow reviewers to modify their ratings after reviews have been posted, and they may not want to open up the review...
Had some errors in the Invite Assignment process assignment because the reviewers couldn't be added to their respective submission groups- we had to update the submission deadline then re-run the...
We want to create a service that is invoked using a cron job - [X] Parse DBLP xml - [X] Load database in-memory - [ ] Stream large data -...
The Ethics Review Flag invitation needs to be updated for the "flagged_for_ethics_review" to display properly. "enum": [ {"value":true,"description":"True"}, {"value":false,"description":"False"} ],
Bumps [setuptools](https://github.com/pypa/setuptools) from 65.5.1 to 70.0.0. Changelog Sourced from setuptools's changelog. v70.0.0 Features Emit a warning when [tools.setuptools] is present in pyproject.toml and will be ignored. -- by :user:SnoopJ (#4150)...