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

3.0 Deprecation Warnings: Remove deprecated featurizers #8879

Closed
4 tasks done
ancalita opened this issue Jun 15, 2021 · 1 comment · Fixed by #9171
Closed
4 tasks done

3.0 Deprecation Warnings: Remove deprecated featurizers #8879

ancalita opened this issue Jun 15, 2021 · 1 comment · Fixed by #9171
Assignees
Labels
area:rasa-oss 🎡 Anything related to the open source Rasa framework maintenance:rasa-3.0/deprecation

Comments

@ancalita
Copy link
Member

ancalita commented Jun 15, 2021

Background
These warnings were found in:

  • rasa.core.featurizers.single_state_featurizer.py:L382, L410
"f""'{self.__class__.__name__}' is deprecated and ""
f""will be removed in Rasa Open Source 3.0.0. ""
f""It is recommended to use the '{SingleStateFeaturizer.__name__}' instead."""
  • rasa.nlu.utils.hugging_face.hf_transformers.py:L66
"f""'{self.__class__.__name__}' is deprecated and ""
f""will be removed in the future. ""
 f""It is recommended to use the '{LanguageModelFeaturizer.__name__}' instead."""

Definition of Done:

  • resolve warnings in 3.0 version
  • Removed the deprecated featurizers from the codebase.
  • Added a changelog entry for 3.0 saying we've removed the previously deprecated featurizers
  • Removed the references in the docs
@ancalita ancalita added the area:rasa-oss 🎡 Anything related to the open source Rasa framework label Jun 15, 2021
@TyDunn TyDunn added this to the 3.0 Rasa Open Source milestone Jun 15, 2021
@kedz
Copy link
Contributor

kedz commented Jul 19, 2021

Since tokenization and featurization tests are tightly coupled, I'm removing rasa/nlu/utils/hugging_face/hf_transformers.py as part of #9120 .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:rasa-oss 🎡 Anything related to the open source Rasa framework maintenance:rasa-3.0/deprecation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants