Releases: BianchTech/Search_Engine
Releases · BianchTech/Search_Engine
v0.2.0-alpha
What's Changed
- deps: bump doxygen-awesome-css from
568f56c
toaf1d903
by @dependabot in #35 - Inverted index wrapper by @pedrobiqua in #37
- deps: bump doxygen-awesome-css from
af1d903
to98dd024
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
- @dependabot made their first contribution in #35
Full Changelog: v0.1.3-alpha...v0.2.0-alpha
v0.1.3-alpha
What's Changed
- Refactor tests by @pedrobiqua in #32
- fix(Build-system): Add init.py copy .so files to right folder by @pedrobiqua in #34
Full Changelog: v0.1.1-alpha...v0.1.3-alpha
v0.1.2-alpha
Full Changelog: v0.1.1-alpha...v0.1.2-alpha
v0.1.1-alpha
What's Changed
- Add documentation for c++ by @pedrobiqua in #10
- Implement reverse indexing cython by @pedrobiqua in #13
- Add python documentation using doxygen by @pedrobiqua in #15
- test action by @pedrobiqua in #19
- Remove comments by @pedrobiqua in #24
- New version by @pedrobiqua in #25
Full Changelog: v0.1.0-alpha...v0.1.1-alpha
Initial release
First Release v0.1.0-alpha
🏕 Features
- initial release with PageRank implementation for ranking nodes in a directed graph by @pedrobiqua