Skip to content

Releases: thepushkarp/nalcos

Visual improvements 🌟

18 Sep 21:21
2e410f4
Compare
Choose a tag to compare

Changelog

  • Adds an option of showing the similarity score for the results using the -s flag.
  • Adds option of viewing the entire commit message instead of just the commit title using the -v flag.
  • Commits in results retrieved from GitHub have links to the commits
  • Improved the model download progress bar display when loading model for the first time

Improvement patch ✨

14 Sep 20:15
ff401a1
Compare
Choose a tag to compare

Changelog

  • Make similarity computation more efficient
  • Add support for computation on CUDA
  • Add Black Code style in requirements
  • Published to PyPi at https://pypi.org/project/nalcos/ 🥳

First Release🎉

13 Sep 23:05
a409284
Compare
Choose a tag to compare

Features ✨

  • Search commit messages in both local and remote GitHub repositories.
  • Search for commits in a specific branch.
  • Restrict the number of commits to look back in history while searching.
  • Increase the number of retrieved results.