reader v0.5 Release Notes

  • ๐Ÿš€ Released 2019-02-09

    • โšก๏ธ Make updating new feeds up to 2 orders of magnitude faster; fixes a problem introduced by :issue:94. (:issue:104)
    • ๐Ÿ“ฆ Move the core modules to a separate subpackage and enforce test coverage (make coverage now fails if the coverage for core modules is less than 100%). (:issue:101)
    • ๐Ÿ‘Œ Support Python 3.8 development branch.
    • โž• Add dev and docs extras (to install development requirements).
    • ๐Ÿ“š Build HTML documentation when running tox.
    • โž• Add test-all and docs make targets (to run tox / build HTML docs).