Skip to content

Releases: openelections/clarify

0.5.0-dev

23 Dec 00:04
Compare
Choose a tag to compare
  • Added support for new-style URLs (with "Web02" or "web." in them)
  • All functions using requests.get() now pass a generic user-agent to defeat Scytl's blockers

0.4.0

06 Oct 14:49
Compare
Choose a tag to compare
  • Handle subjurisdiction without results (e.g. summary lines).
  • Fix #21: url tests failing in test_jurisdiction (http / https issues)
    • Switch URLs to HTTPS.
    • Fix failing tests.
  • Begin using continuous integration for build testing.
  • Improve test coverage.
  • Close #16: Add support for current_ver
    • Add support for determining the latest summary URL.
  • Uplift missing changes from 0.1.2.
  • Fix code formatting issues reported by flake8.