Skip to content

Commit

Permalink
Merge "doc: Update ROADMAP.rst"
Browse files Browse the repository at this point in the history
  • Loading branch information
xqt authored and Gerrit Code Review committed Dec 2, 2024
2 parents 5143b31 + 62a9418 commit 86a6e73
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions ROADMAP.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
Current Release Changes
=======================

* Add support for idwikivoyage (:phab:`T381082`)
* Add docstrings of :class:`tools.classproperty` methods (:phab:`T380628`)
* Site property :attr:`BaseSite.codes<pywikibot.site._basesite.BaseSite.codes>` was added (:phab:`T380606`)
* Increase *leeway* parameter of :meth:`login.OauthLoginManager.identity` (:phab:`T380270`)
* Show a warning if *ignore_extension* parameter of :class:`pywikibot.FilePage` was set and the extension is invalid
* Remove old code of Python 3.2 or older in :func:`tools.chars.replace_invisible` due to :pep:`393`
* use :meth:`BasePage.autoFormat()<page.BasePage.autoFormat>` instead of :func:`date.getAutoFormat` in
:mod:`titletranslate`
* Upcast :class:`pywikibot.Page` to :class:`pywikibot.FilePage` in :meth:`PageGenerator.result()
<data.api.PageGenerator.result>` if ``imageinfo`` is given (:phab:`T379513`)
* Update oauth requirements
* i18n-updates
* Implement param *with_sort_key* in :meth:`page.BasePage.categories` (:phab:`T75561`)
* Python 3.7 support will be discontinued and probably this is the last version supporting it
* Add :meth:`page.BasePage.get_revision` method
Expand All @@ -12,6 +24,8 @@ Current Release Changes
Current Deprecations
====================

* 9.6.0: :meth:`BaseSite.languages()<pywikibot.site._basesite.BaseSite.languages>` will be removed in favour of
:attr:`BaseSite.codes<pywikibot.site._basesite.BaseSite.codes>`
* 9.5.0: :meth:`DataSite.getPropertyType()<pywikibot.site._datasite.DataSite.getPropertyType>` will be removed
in favour of :meth:`DataSite.get_property_type()<pywikibot.site._datasite.DataSite.get_property_type>`
* 9.4.0: :mod:`flow` support is deprecated and will be removed (:phab:`T371180`)
Expand Down

0 comments on commit 86a6e73

Please sign in to comment.