- fix license mismatch (meant to do this in 0.1.4!)
- added support for Windows paths (backslashes ugh lol).
- now windows users can use forward slashes for categories, just like unix (platform independence! yay!)
- Credit goes to @wochinge! Thanks for the PR!
- added
randomname saved(orrandomname.SavedList()) to let you precompute the IDs in a set order and access them by index. Their values are stored in json under~/.randomname sample()now guarantees unique values. Disable usingunique=False. Ifn_fails (default 50)to draw a unique value occur in a row, then sample will return under-sampled
- rename
sample->sample_wordsto sample specific words from categories. - added
sample_namesas aget_nameequivalent - changed default
samplebehavior to be the same assample_names - added changelog (lol)
- better error message for
load_file - add fuzzy matching for categories
close_matches- get matches as a listget_matched_categories- add matches to exception
- caching
load_fileandget_matched_categories - util as a cli - for testing
- added util tests