Releases: zhudotexe/fanoutqa
Releases · zhudotexe/fanoutqa
v1.1.1
- The library now treats a Wikipedia article as uncached if it fails to decode the cache file (e.g., UTF-8/ascii mismatch). Cache files are now explicitly encoded in UTF-8.
v1.1.0
- Added raw scores to
fanoutqa.evaluate
v1.0.4
- Fixes
wiki_content
creating a directory named ~
in the workdir instead of correctly expanding to the user home.
v1.0.3
- Increase the default timeout of
wiki_search
and wiki_content
to 30s, up from the default of 5s.
v1.0.2
- Bump the
kani
dependency of fanoutqa[eval]
to >=1.0.0,<2.0.0
.
v1.0.1
- Fixes a bug where missing answers (i.e., questions that had no corresponding answer provided) would be counted twice in
fanoutqa.evaluate
- This manifested as an
AssertionError
rather than reporting an incorrect result.
v1.0.0
build: nits, add manifest for data