Skip to content

Releases: king-millez/snapmap-archiver

2.3.0

30 Apr 09:54
a6180ac
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.2.0...2.3.0

2.2.0

26 Apr 14:20
d776d81
Compare
Choose a tag to compare

Install

pip install snapmap-archiver==2.2.0 --no-cache

What's Changed

Full Changelog: 2.1.0...2.2.0

snapmap-archiver 2.1.0

28 Jan 03:40
0dd5ad5
Compare
Choose a tag to compare

This release:

  • fixes typing (completely this time)
  • enforces Python 3.10+
  • fixes up the README
  • Puts timestamps in a correct floating point format (#11)

snapmap-archiver 2.0.2

09 Jan 05:28
95222da
Compare
Choose a tag to compare

This release fixes up mypy typing, organises black linting, and fixes two logic errors which were referenced in #10

View on PyPI

snapmap-archiver 2.0

23 Dec 13:21
691021c
Compare
Choose a tag to compare

Version 2.0

Install with pip install snapmap-archiver

Updated Codebase

  • Usable as a package
  • The SnapmapArchiver class can be used across projects for custom integration with other packages
  • More efficient: no more blank excepts!
  • Better API integration
  • Uses dict.get instead of countless except KeyError checks

Installable

  • Package is now (properly) installable through pip
  • Now buildable with setup.py

Buildable Release

06 Jan 06:59
Compare
Choose a tag to compare
  • Removed user-agents.json to make this package buildable with pyinstaller and other compilers