- 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.
1.1.0
- Added raw scores to `fanoutqa.evaluate`
1.0.4
- Fixes `wiki_content` creating a directory named `~` in the workdir instead of correctly expanding to the user home.
1.0.3
- Increase the default timeout of `wiki_search` and `wiki_content` to 30s, up from the default of [5s](https://www.python-httpx.org/advanced/timeouts/).
1.0.2
- Bump the `kani` dependency of `fanoutqa[eval]` to `>=1.0.0,<2.0.0`.
1.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.