Skip to content

Conversation

@ParticularMiner
Copy link
Owner

No description provided.

bergvca and others added 18 commits April 11, 2021 21:33
removed kwarg suppress_warning.  An error is now raised when
max_n_matches is too small.
made significant performance enhancements:
1. _symmetrize_matrix instead of _symmetrize_matches_list (boost x5)
2. _get_matches_list (boost x33)
1. _symmetrize_matrix instead of _symmetrize_matches_list (boost x5)
2. _get_matches_list (boost x33)
3. awesome_cossim_true_minmax_topn_only (boost x43)
the matrix-product results.  Also discarded the entire C/C++ memory
management extension array_wrappers.
@ParticularMiner ParticularMiner force-pushed the free branch 3 times, most recently from 0ba367f to dd844f7 Compare May 5, 2021 00:28
possible conflicts with original pypi package sparse_dot_topn
Conflicts (resolved):
	.github/workflows/test.yml
	README.md
	string_grouper/string_grouper.py
@ParticularMiner ParticularMiner force-pushed the free branch 3 times, most recently from 043c047 to ec77ca5 Compare May 11, 2021 10:22
Conflicts:
	README.md
	string_grouper/string_grouper.py
	string_grouper/test/test_string_grouper.py
tf-idf values of the matrix components). Allowed values are np.float32
and np.float64 (used by sparse_dot_topn v0.3.1).  Default is np.float32:
np.float32 often leads to faster processing but less precision than
np.float64
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants