Skip to content

Commit

Permalink
Release 2.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
john-b-yang committed Jul 8, 2024
1 parent dd00e18 commit 7137642
Show file tree
Hide file tree
Showing 5 changed files with 177 additions and 214 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@ 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.7] - 7/8/2024
## [2.0.8] - 7/8/2024
* Add `cutoff_date`, `max_pulls` arguments to collection pipeline
* Minor Django issue comment parsing logic
* Rewritten `extract_patches` logic
* Remove `MAP_REPO_TO_TEST_FRAMEWORK` symbol

## [2.0.4] - 7/5/2024
* #173 Fix: Allow to set GH token from env var in collect/print_pulls
Expand Down
5 changes: 2 additions & 3 deletions swebench/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "2.0.7"
__version__ = "2.0.8"

from swebench.collect.build_dataset import main as build_dataset
from swebench.collect.get_tasks_pipeline import main as get_tasks_pipeline
Expand All @@ -8,8 +8,7 @@
KEY_INSTANCE_ID,
KEY_MODEL,
KEY_PREDICTION,
MAP_REPO_TO_TEST_FRAMEWORK,
MAP_VERSION_TO_INSTALL,
MAP_REPO_VERSION_TO_SPECS,
)

from swebench.harness.docker_build import (
Expand Down
Loading

0 comments on commit 7137642

Please sign in to comment.