Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release notes for 0.9.0 #2

Merged
merged 3 commits into from
Jun 19, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 34 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,40 @@
Changes
=======

0.9.0 (2024-06-DD)
------------------

* Dropped official support for Python 3.7 and lower, and added official support
for Python 3.8 and higher.

* Added support for the latest versions of all dependencies, and upgraded
minimum supported versions of dependencies as follows:

* ``docopt``: ``0.4.0``

* ``requests``: ``1.0.0``

* ``tldextract``: ``1.2.0``

* ``with-deps`` extra dependencies:

* ``joblib``: ``1.2.0``

* ``lxml``: ``4.4.1``

* ``lxml-html-clean``: ``0.1.0``

* ``scikit-learn``: ``0.18.0`` → ``0.24.0``

* ``scipy``: ``1.5.1``

* ``sklearn-crfsuite``: ``0.3.1`` → ``0.5.1``

* https://github.com/scrapinghub/formasaurus is the new code repository,
replacing https://github.com/TeamHG-Memex/Formasaurus.

* Updated the CI configuration and development tooling.

0.8.1 (2018-07-02)
------------------

Expand Down