openreview-py
openreview-py copied to clipboard
Official Python client library for the OpenReview API
When author reorder is selected, authors and authorids fields are always being added back to the invitation from the notes. Allow addition and deletion of authors in the submission revision...
There are some duplicates or unused import which could be cleaned up.
Let me know if this issue belongs in a different repository. We discussed as a team that it makes sense to show the All Submissions tab on the venue homepage...
When an AC assignes or invites a reviewer to a paper, we always reveal who the AC is. We should check if reviewers have access to AC identities. Issue: the...
Add support for submissions to be reopened while the review process in ongoing. Currently, reopening the deadline and accepting new submissions while reviewers are reviewing papers resets the submission/post submission...
I tried `client.get_all_invitations() `but nothing was being outputted after 5-10 minutes. I want to explore data beyond ICLR 2019 from the README front page. ``` import openreview client = openreview.Client(baseurl='https://api.openreview.net',...
.note_content_value is added in [b4c3215](https://github.com/openreview/openreview-py/pull/1750/commits/b4c3215002f10bfa4d1d80797c89d9ba1511650c) for backward compatibility remove it when new note editor is merged
This PR adds the ability for API2 to support ARR-like cycles of reviewing: from a single pool of submissions and reviewers/area chairs/senior area chairs, multiple different reviewing workflows can happen...