jenkins-bot has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/731112 )
Change subject: [doc] Update ROADMAP.rst and CHANGELOG.md ...................................................................... [doc] Update ROADMAP.rst and CHANGELOG.md Change-Id: I260cfdfcdf248de53871d3154fe7a0dbe1f7962f --- M ROADMAP.rst M scripts/CHANGELOG.md 2 files changed, 9 insertions(+), 0 deletions(-) Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified diff --git a/ROADMAP.rst b/ROADMAP.rst index c3549f7..3aaab24 100644 --- a/ROADMAP.rst +++ b/ROADMAP.rst @@ -4,7 +4,9 @@ Improvements and Bugfixes ------------------------- +* Rewrite tools.intersect_generators which makes it running up to 10'000 times faster. (T85623, T293276) * The cached output functionality from compat release was re-implemented (T151727, T73646, T74942, T132135, T144698, T196039, T280466) +* L10N updates * Adjust groupsize within pagegenerators.PreloadingGenerator (T291770) * New "maxlimit" property was added to APISite (T291770) @@ -18,6 +20,10 @@ Code cleanups ------------- +* TextfilePageGenerator was replaced by TextIOPageGenerator +* PreloadingItemGenerator was replaced by PreloadingEntityGenerator +* DuplicateFilterPageGenerator was replaced by tools.filter_unique +* ItemPage.concept_url method was replaced by ItemPage.concept_uri * Outdated parameter names has been dropped * Deprecated pywikibot.Error exception were removed in favour of pywikibot.exceptions.Error classes (T280227) * Deprecated exception identifiers were removed (T280227) diff --git a/scripts/CHANGELOG.md b/scripts/CHANGELOG.md index 0db9f4c..6677768 100644 --- a/scripts/CHANGELOG.md +++ b/scripts/CHANGELOG.md @@ -17,6 +17,9 @@ ### category * Deprecated code parts were removed +### commonscat +* Ignore InvalidTitleError in CommonscatBot.findCommonscatLink (T291783) + ### djvutext * pass site arg only once (T292367) -- To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/731112 To unsubscribe, or for help writing mail filters, visit https://gerrit.wikimedia.org/r/settings Gerrit-Project: pywikibot/core Gerrit-Branch: master Gerrit-Change-Id: I260cfdfcdf248de53871d3154fe7a0dbe1f7962f Gerrit-Change-Number: 731112 Gerrit-PatchSet: 1 Gerrit-Owner: Xqt <[email protected]> Gerrit-Reviewer: D3r1ck01 <[email protected]> Gerrit-Reviewer: Xqt <[email protected]> Gerrit-Reviewer: jenkins-bot Gerrit-MessageType: merged
_______________________________________________ Pywikibot-commits mailing list -- [email protected] To unsubscribe send an email to [email protected]
