Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosejimenez committed Jul 10, 2024
2 parents fb9fc89 + 3cac489 commit 9085553
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ All notable changes to the PyPI package for SWE-bench ([`swebench`](https://pypi

Prior to version 1.1.0, not all deployed versions are listed, as the PyPI package was going through development and testing. The noteworthy versions and the respective changes that were introduced by that version are included. All versions 1.1.0 onwards are fully listed.

## [2.0.9] - 7/10/2024
* #176 Move inference to swebench.inference sub-package
* #175 Fix link in collect README.md

## [2.0.8] - 7/8/2024
* Add `cutoff_date`, `max_pulls` arguments to collection pipeline
Expand Down
2 changes: 1 addition & 1 deletion swebench/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "2.0.8"
__version__ = "2.0.9"

from swebench.collect.build_dataset import main as build_dataset
from swebench.collect.get_tasks_pipeline import main as get_tasks_pipeline
Expand Down

0 comments on commit 9085553

Please sign in to comment.