Releases: thepushkarp/nalcos
Releases · thepushkarp/nalcos
Visual improvements 🌟
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 ✨
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🎉
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.