0.7.2
Minor release addressing some useful bug fixes and small features. This is the last release that will support Python 3.6.
What's Changed
- using chunked instead of ichunked - this fixes indexing speed/memory-consumption/crashes with indexing pipelines, by @seanmacavaney in #238
- remove deprecated code by @cmacdonald in #239
- combsum dropping documents not appearing on both sides of + by @cmacdonald in #240
- addresses #203, verbose in pt.Experiment by @cmacdonald in #245
- Py37 minimum warning, addresses #241 by @cmacdonald in #246
- use caching in GitHub Actions by @cmacdonald in #248
- save run files automatically in pt.Experiment #163 by @cmacdonald in #247
- Set dtype for qrels columns at read time in io method by @jjdelvalle in #254
- support meta config in IterDictIndexer constructor, addresses #250, by @cmacdonald in #251
New Contributors
- @jjdelvalle made their first contribution in #254
Full Changelog: 0.7.1...0.7.2