Skip to content

Releases: macbre/mediawiki-dump

Introduce the IteratorDump class and document how to read local XML dumps

24 Apr 12:11
e2aa70a
Compare
Choose a tag to compare

What's Changed

  • Reading dumps from local files: document and test it by @macbre in #226
  • Introduce the IteratorDump for reading the XML dump as a stream by @macbre in #227

Full Changelog: v1.2.1...v1.3.0

Update dependencies

17 Apr 09:21
60f96c8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.0...v1.2.1

Require Python 3.8+

26 Sep 12:28
79a83fc
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.0...v1.2.0

Dependencies updated

15 Mar 19:22
69b96da
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0...v1.1.0

Code coverage + dependencies upgraded

30 Aug 12:54
Compare
Choose a tag to compare
  • #55 dependencies - Bump black from 21.6b0 to 21.8b0 (by @dependabot[bot])
  • #56 internals - Strict dependencies + CI refactor
  • #57 internals - Report code coverage
  • #58 dependencies - Bump actions/setup-python from 1 to 2.2.2 (by @dependabot[bot])
  • #59 pr - Be less strict on prod dependencies
  • #60 internals - CI - test using Python 3.10.0-rc.1 too

Dependencies updated + CI now tests all supported Python versions

15 Jun 10:36
b61846d
Compare
Choose a tag to compare
  • #50 dependencies - Bump libarchive-c from 2.9 to 3.1 (by @dependabot[bot])
  • #51 dependencies - Bump black from 20.8b1 to 21.6b0 (by @dependabot[bot])
  • #52 ci - CI - test using multiple Python versions and cache pip dependencies
  • #53 ci - Improve CI dependencies cache

v0.7.0

16 Sep 17:00
59860a0
Compare
Choose a tag to compare
  • #32 enhancement - Do not be so strict on pinned depedencies (by @BoboTiG)
  • #33 enhancement - Add StringDump Class (by @e1mo)
  • #36 dependencies - Bump libarchive-c from 2.8 to 2.9 (by @dependabot[bot])
  • #39 pr - Code linting
  • #40 pr - Move from TravisCI to GitHub Actions
  • #41 enhancement - Introduce black formatting
  • #42 enhancement - Black: use a separated GitHub actions workflow

v0.6.5: Merge pull request #28 from macbre/plain-dump-class

13 Jun 20:44
367bc70
Compare
Choose a tag to compare

#28 - Introduce LocalFileDump and LocalWikipediaDump

v0.6.4

01 Apr 19:15
76559fe
Compare
Choose a tag to compare

#26 - Expose URL of the currently processed entry

v0.6.3

25 Mar 15:34
4e63113
Compare
Choose a tag to compare
  • #25 - Ggraceful handling of failed import of libarchive