Pisa Versions Save

PISA: Performant Indexes and Search for Academia

v0.9.0

4 months ago

Note that there has been a lot of breaking changes since the last release. We are working on a stable release, but until then breaking changes will be common.

What's Changed

New Contributors

Full Changelog: https://github.com/pisa-engine/pisa/compare/v0.8.2...v0.9.0

v0.8.2

4 years ago
  • cppcoreguidelines-pro-type-member-init (#349)
  • Extract compression to headers (#350)
  • Plaintext tokenizer (#351)

v0.8.1

4 years ago
  • Replace unnecessary raw loops (#338)
  • Fix readability-braces-around-statements warnings (#340)
  • Fix hicpp-use-auto warnings
  • Revert "Fix hicpp-use-auto warnings"
  • Fix hicpp-use-auto warnings (#341)
  • [clang-tidy] hicpp-move-const-arg (#342)
  • modernize-use-equals-default + modernize-use-using (#344)
  • Readability implicit bool conversion (#345)
  • Readability uppercase literal suffix (#346)
  • hicpp-explicit-conversions (#347)
  • Update CMakeLists.txt (#348)

v0.8.0

4 years ago
  • Binary lib (#312)
  • Change default run name from "R0" to "PISA" (#314)
  • 99% quantile in queries tool (#315)
  • QLD fix (#316)
  • Fix maskedvbyte and varintgb buffer initialization when encoding (#318)
  • Thresholds (#320)
  • Add support for rerunning unsafe queries (#319)
  • Common CLI arguments (#313)
  • Quantized index (#321)
  • Clang format (#324)
  • Support for clang-tidy (#326)
  • Fix CLI in create_freq_index (#329)
  • Finish clang-format and add Travis check (#327)
  • Some minor fixes to quantization (#331)
  • Small tweak to app (#333)
  • Update bit_vector.hpp (#335)
  • Removed almost all config (#330)
  • drop default logger in create_freq_index (#334)
  • Fix 336 (#337)

v0.7.0

4 years ago

v0.6.6

4 years ago
  • Fix: issue with using an old version of trecpp

v0.6.5

4 years ago
  • Added node_modules to gitignore
  • Log stats on the inverted index (#208)
  • Update TBB and PSTL (#211)
  • Integrate new trecpp version (#210)
  • Introduce error limit for gumbo (#213)
  • Updated CLI11 (#212)
  • Update trecpp (#214)
  • Fix sorting term bug (#209)
  • Fix memory leak in cleantext (#215)
  • Add run_id (#216)

v0.6.4

4 years ago
  • Update README.md
  • Update README.md
  • Update recursive_graph_bisection.cpp (#202)
  • Update recursive_graph_bisection.cpp (#204)

v0.6.3

5 years ago
  • Fix python script to read the collection (#197)

v0.6.2

5 years ago