Releases: BianchTech/Search_Engine
Releases · BianchTech/Search_Engine
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