Skip to content

Releases: maxmind/MaxMind-DB-Reader-python

0.3.0 Added pure Python implementation

Pre-release

Choose a tag to compare

@oschwald oschwald released this 11 Feb 23:53
  • This release includes a pure Python implementation of the database reader.
    If libmaxminddb is not available or there are compilation issues, the
    module will fall-back to the pure Python implementation.
  • Minor changes were made to the exceptions of the C extension make them
    consistent with the pure Python implementation.

0.2.1

0.2.1 Pre-release
Pre-release

Choose a tag to compare

@oschwald oschwald released this 18 Dec 18:46
  • Removed -Werror compiler flag as it was causing problems for some OS X
    users.

Cleaned up code

Cleaned up code Pre-release
Pre-release

Choose a tag to compare

@oschwald oschwald released this 15 Oct 17:50
  • Refactored code and fixed a memory leak when throwing an exception.

Fixed PyPI package

Fixed PyPI package Pre-release
Pre-release

Choose a tag to compare

@oschwald oschwald released this 04 Oct 00:13
  • Added MANIFEST.in

Initial Release

Initial Release Pre-release
Pre-release

Choose a tag to compare

@oschwald oschwald released this 02 Oct 20:15

First release.