Focused crawls are collections of frequently-updated webcrawl data from narrow (as opposed to broad or wide) web crawls, often focused on a single domain or subdomain.
The official SuiteSparse library: a suite of sparse matrix algorithms authored or co-authored by Tim Davis, Texas A&M University. NOTE: PRs without signed CONTRIBUTOR AGREEMENT can't be accepted.
I see no reason why these shouldn't exist in indexunary namespace. Any reason for their omission @jim22k?
Also, I noticed that select and indexunary are both directories with a single __init__.py. Unless we expect to put more files in these (such as numpy.py), I would change these to select.py and indexunary.py.
enhancement
Improve existing functionality or make things work better
good first issue
Clearly described and easy to accomplish. Good for beginners to the project.
feature
Something is missing
good second issue
Clearly described, educational, but less trivial than "good first issue".
I see no reason why these shouldn't exist in
indexunarynamespace. Any reason for their omission @jim22k?Also, I noticed that
selectandindexunaryare both directories with a single__init__.py. Unless we expect to put more files in these (such asnumpy.py), I would change these toselect.pyandindexunary.py.