Skip to content

Commit

Permalink
Readme typos
Browse files Browse the repository at this point in the history
  • Loading branch information
gandersen101 committed May 1, 2023
1 parent 8b63d1a commit 8b9aac8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ spaczz has been tested on Ubuntu, MacOS, and Windows Server.
- *Support for `python<=3.11,>=3.7`, along with `rapidfuzz>=1.0.0`.
- *Dropped support for spaCy v2. Sorry to do this without a deprecation cycle, but I stepped away from this project for a long time.*
- *Removed support of `"spaczz_"` preprended optional `SpaczzRuler` init arguments. Also, sorry to do this without a deprecation cycle.*
- *`Matcher.pipe` methods, which were deprecated, are now removed.
- *`spaczz_span` custom attribute, which was deprecated, is now removed.
- *`Matcher.pipe` methods, which were deprecated, are now removed.*
- *`spaczz_span` custom attribute, which was deprecated, is now removed.*

Please see the [changelog](https://github.com/gandersen101/spaczz/blob/master/CHANGELOG.md) for previous release notes. This will eventually be moved to the [Read the Docs](https://spaczz.readthedocs.io/en/latest/) page.

Expand Down
5 changes: 3 additions & 2 deletions notebooks/README.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"metadata": {},
"source": [
Expand All @@ -42,8 +43,8 @@
"- *Support for `python<=3.11,>=3.7`, along with `rapidfuzz>=1.0.0`.\n",
"- *Dropped support for spaCy v2. Sorry to do this without a deprecation cycle, but I stepped away from this project for a long time.*\n",
"- *Removed support of `\"spaczz_\"` preprended optional `SpaczzRuler` init arguments. Also, sorry to do this without a deprecation cycle.*\n",
"- *`Matcher.pipe` methods, which were deprecated, are now removed.\n",
"- *`spaczz_span` custom attribute, which was deprecated, is now removed.\n",
"- *`Matcher.pipe` methods, which were deprecated, are now removed.*\n",
"- *`spaczz_span` custom attribute, which was deprecated, is now removed.*\n",
"\n",
"Please see the [changelog](https://github.com/gandersen101/spaczz/blob/master/CHANGELOG.md) for previous release notes. This will eventually be moved to the [Read the Docs](https://spaczz.readthedocs.io/en/latest/) page."
]
Expand Down

0 comments on commit 8b9aac8

Please sign in to comment.