Skip to content

Latest commit

 

History

History
55 lines (34 loc) · 2.66 KB

CHANGELOG.md

File metadata and controls

55 lines (34 loc) · 2.66 KB

Changelog

Current

Version 1.4

  • Test wikipdia library on Python v3.4. PR #52 by frewsxcv
  • Add WikipediaPage.categories attribute. PR #59 by @willf

Version 1.3.1

  • Determine package version without importing wikipedia in setup.py. Fixes #50 reported by @arcolife

  • Update requests dependency to v2.3.0

Version 1.3

  • wikipedia.languages() for easy access to all language prefixes
  • Conditional check for normalization in redirect queries. Fixes #47
  • Remove pip requirement to fix pip installation error. Fixes #46 reported by @oquidav

Version 1.2.1

  • Refactor query functions to standardize & fix functionality of WikipediaPage properties that return a list. Fixes #38 reported by @gwezerek

  • Use official Mediawiki API 'redirects' key to avoid redirection parse errors. Fixes #28 reported by @shichao-an and #32 reported by @dmirylenka

Version 1.2

Version 1.1

  • Add limited ability to access section titles on a page. PR #18 by @astavonin
  • Add optional rate limiting. Closes issue #20 reported by @mobeets
  • Add HTTPTimeout exception

Version 1.0.2

  • Fix installation issue on some Python 3 machines. Closes issue #15 by @wronglink
  • Add Python 3 support on PyPI

Version 1.0

  • Add international support
  • Fix continue values with Mediawiki API
  • Support Python 3

Version 0.9

  • Initial functionality
  • Add documentation and upload to ReadTheDocs