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

When running setup_matching the assignment configuration invitation builds the default score_spec, we need to make sure the Bid invitation is present when the Bid Stage is active.

Currently the `set_assignment` function is calling to the tools module to create an AnonReviewer group even if the reviewer name is public. We should skip this. We need to also...

Create the recruit invitation where the commiittee group is the prefix: ICLR.cc/2021/Confenrece/Area_Chairs/-/Recruit ICLR.cc/2021/Confenrece/Reviewers/-/Recruit ICLR.cc/2021/Confenrece/Reviewers/-/Reduce_Load

When building the edge browser url we should check that all the edge invitations are created in order to use them in the parameters, otherwise the edge browser will throw...

Currently the builder creates the authors group to be public (readers are everyone). It would be preferable if the readers were set to '~' so that only logged in users...

Now we are only hiding paper note but not the replies.

This is probably a feature request. I am trying to get the acceptance status for a number of notes (submissions). I am roughly following the [example from the documentation](https://openreview-py.readthedocs.io/en/latest/getting_data.html#retrieving-all-accepted-submissions-for-a-conference-single-blind), but...