Skip to content

Commit

Permalink
Mention deprecations.
Browse files Browse the repository at this point in the history
  • Loading branch information
wRAR committed Apr 23, 2024
1 parent 0b7cbec commit 553a4b6
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@ Changelog

* Now requires ``attrs >= 22.2.0``.

* New deprecations:

* ``zyte_common_items.components.request_list_processor`` (use
``zyte_common_items.processors.probability_request_list_processor``)
* ``zyte_common_items.items.RequestListCaster`` (use
``zyte_common_items.converters.to_probability_request_list``)
* ``zyte_common_items.util.metadata_processor`` (use
``zyte_common_items.processors.metadata_processor``)

* Added :class:`~.pipelines.DropLowProbabilityItemPipeline` that drops items
with the ``probability`` value lower than a set threshold.

Expand Down

0 comments on commit 553a4b6

Please sign in to comment.