We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee70234 commit 8f42b18Copy full SHA for 8f42b18
README.md
@@ -70,8 +70,8 @@ python -m run_spctr_recs
70
71
72
## To-Do List:
73
-1. Write unit tests.
74
-2. Perhaps unify runs into one file.
+1. Write more unit tests.
+Fix title extract (e.g., quotes in titles 000664).
75
76
## License
77
MIT
@@ -95,3 +95,8 @@ Please open an issue for any suggestions, thank you!
95
- Added CI pipeline with Actions.
96
- Improved module/var naming.
97
- Updated data files.
98
+- v0.0.4
99
+ - Ignored remembrance pieces in recommendations.
100
+ - Added unit tests.
101
+ - Dumped `annoy` for spctr method.
102
+ - Added a rule to Actions to run tests before commit.
0 commit comments