Skip to content

Commit 5e9ebe2

Browse files
committed
v2.0.1
1 parent fce9152 commit 5e9ebe2

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

docs/source/change_log.rst

+11
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,19 @@ Change Log
44
``Master branch``
55
^^^^^^^^^^^^^^^^^
66

7+
8+
``[V2.0.0 - 2021-08-14]``
9+
^^^^^^^^^^^^^^^^^^^^^^^^^^
10+
11+
* Expose primary key option for datastore in ``create_featurestore`` function
12+
* Time dimention support for the coverage store
13+
* Bug fixing for the ``.tiff`` datastore
14+
* Added the request.content to error messages in order to get more information about error
15+
16+
717
``[V2.0.0 - 2021-05-28]``
818
^^^^^^^^^^^^^^^^^^^^^^^^^^
19+
920
* Fully replaced the `pycurl <http://pycurl.io/>`_ dependency with `request` and `psycopg2 <https://www.psycopg.org/>`_
1021
* Dropped the PostgreSQL functionalities (deleted ``geo/Postgres.py`` file). I think the functionalities of PostgreSQL is outside the scope of this library. So I initiated the seperated library `postgres-helper <https://postgres-helper.readthedocs.io/en/latest/>`_
1122
* Documentation adjustments

geo/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66

77
__author__ = "Tek Kshetri"
88
__email__ = "[email protected]"
9-
__version__ = "2.0.1.dev0"
9+
__version__ = "2.1.0"

0 commit comments

Comments
 (0)