We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6ef8a2 commit 229ed53Copy full SHA for 229ed53
HISTORY.rst
@@ -3,6 +3,16 @@
3
History
4
-------
5
6
+2.1.0 (2014-12-XX)
7
+++++++++++++++++++
8
+
9
+* The reader now supports pure Python file and memory modes. If you are not
10
+ using the C extension and your Python does not provide the ``mmap`` module,
11
+ the file mode will be used by default. You can explicitly set the mode using
12
+ the ``mode`` keyword argument with the ``MODE_AUTO``, ``MODE_MMAP``,
13
+ ``MODE_MMAP_EXT``, ``MODE_FILE``, and ``MODE_MEMORY`` constants exported by
14
+ ``geoip2.database``.
15
16
2.0.2 (2014-10-28)
17
++++++++++++++++++
18
0 commit comments