Skip to content

Releases: snguyenthanh/better_profanity

v0.7.0

02 Nov 10:52
Compare
Choose a tag to compare
  • #17: Optimize string comparison, which increases performance and reduce memory usage.
  • #12: Update the default wordlist to support a lot more words, since #17 helps reduced the memory usage significantly.

v0.6.1

08 Apr 16:37
e352465
Compare
Choose a tag to compare
  • #10 Fix compatibility issue with Python 3.5 (and earlier) (@Giovanni-Alzetta)
  • #11 Update wordlist and add modified spelling for t: 7

v0.6.0

31 Mar 15:11
Compare
Choose a tag to compare
  • Add function load_censor_words_from_file to load a custom wordlist from a local text file.
  • Add a keyword argument whitelist_words to functions load_censor_words and load_censor_words_from_file to ignore adding words in a wordlist into profanity.

v0.5.0

05 Aug 14:27
Compare
Choose a tag to compare

Add the capability to add to the word list rather than replace it. #8

v0.4.0

26 May 03:12
d3bc35b
Compare
Choose a tag to compare

Using type hinting is a good engineering practice, but the goal is to support the community and not to limit their usage to Python >=3.5.

So let's remove the type hinting to enable the library for Python 3.*.

v0.3.4

15 May 16:06
Compare
Choose a tag to compare

Add significantly more swear words from Full List of Bad Words and Top Swear Words Banned by Google.

v0.3.3

13 May 12:33
d40795a
Compare
Choose a tag to compare

Fix an incompatibility problem with Python 3.5

v0.3.2

24 Feb 05:38
Compare
Choose a tag to compare

Fix a typo in documentation

v0.3.1

24 Feb 04:35
Compare
Choose a tag to compare
  • Remove unused dependencies

v0.3.0

16 Nov 12:17
Compare
Choose a tag to compare
  • Remove & and ^ from word dividers.