From 2305648f54b405bfefc071db00a4c71bc845815c Mon Sep 17 00:00:00 2001 From: John Yang Date: Fri, 5 Jul 2024 14:29:32 -0400 Subject: [PATCH] Release 2.0.4 --- CHANGELOG.md | 5 +++++ swebench/__init__.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b50293c9..14d00bfb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,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.4] - 7/5/2024 +* #173 Fix: Allow to set GH token from env var in collect/print_pulls +* #171 Don't let tox install a virtualenv during evaluation +* #169 Handle failures because of None/empty patches + ## [2.0.3] - 7/2/2024 * #149 Interface fix: run_id is required * #151 Fix: Support JSON datasets (avoid loading json twice) diff --git a/swebench/__init__.py b/swebench/__init__.py index 61bc1966..6f923903 100644 --- a/swebench/__init__.py +++ b/swebench/__init__.py @@ -1,4 +1,4 @@ -__version__ = "2.0.3" +__version__ = "2.0.4" from swebench.collect.build_dataset import main as build_dataset from swebench.collect.get_tasks_pipeline import main as get_tasks_pipeline