Skip to content

Releases: BianchTech/Search_Engine

v0.2.0-alpha

20 Jan 21:17
Compare
Choose a tag to compare
v0.2.0-alpha Pre-release
Pre-release

What's Changed

  • deps: bump doxygen-awesome-css from 568f56c to af1d903 by @dependabot in #35
  • Inverted index wrapper by @pedrobiqua in #37
  • deps: bump doxygen-awesome-css from af1d903 to 98dd024 by @dependabot in #38
  • deps(deps-dev): bump setuptools from 75.7.0 to 75.8.0 by @dependabot in #40
  • 39 feat/preprocessing rspl stemmer algorithm by @pedrobiqua in #41
  • feat(stemmer_cpp.pyx): implementation of the .pyx that bridges the C++ code to Python calls by @pedrobiqua in #44

New Contributors

Full Changelog: v0.1.3-alpha...v0.2.0-alpha

v0.1.3-alpha

06 Jan 00:35
dea9748
Compare
Choose a tag to compare
v0.1.3-alpha Pre-release
Pre-release

What's Changed

Full Changelog: v0.1.1-alpha...v0.1.3-alpha

v0.1.2-alpha

03 Jan 23:47
Compare
Choose a tag to compare
v0.1.2-alpha Pre-release
Pre-release

v0.1.1-alpha

03 Jan 22:57
325d8e0
Compare
Choose a tag to compare
v0.1.1-alpha Pre-release
Pre-release

What's Changed

Full Changelog: v0.1.0-alpha...v0.1.1-alpha

Initial release

15 Dec 01:17
0081398
Compare
Choose a tag to compare
Initial release Pre-release
Pre-release

First Release v0.1.0-alpha

🏕 Features

  • initial release with PageRank implementation for ranking nodes in a directed graph by @pedrobiqua