Skip to content

Commit a1ece2b

Browse files
Merge pull request #44 from geodynamics/baagaard/release-2.0.0
Final updates/cleanup for 2.0.0 release
2 parents f88073b + f0a9a79 commit a1ece2b

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

CHANGES

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
2020/03/03 (version 2.0.0)
1+
2021/01/09 (version 2.0.0)
22

33
Update to use Proj 6.x. This allows a user to specify a coordinate
44
system using a string consisting of Proj parameters, EPSG code, or
@@ -10,6 +10,18 @@
1010
Clean up layout of C++ unit test code. Consolidate files with test
1111
data.
1212

13+
Add factory methods for creating spatial database writers to bypass
14+
validators that require files to exist. This is a result of using
15+
Pyre validators to check that spatial and temporal database file
16+
exist (this triggers early notification of any missing spatial or
17+
temporal database files).
18+
19+
Improve continuous integration testing via docker containers for
20+
multiple Linux distributions and Travis CI.
21+
22+
This is the final release for Python 2.7. The next release will only
23+
support Python 3.6 and later.
24+
1325

1426
2019/07/29 (version 1.10.1)
1527

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ AC_INIT([spatialdata], [2.0.0], [[email protected]])
1919
AC_CONFIG_HEADER([portinfo])
2020
AC_CONFIG_AUX_DIR([./aux-config])
2121
AC_CONFIG_MACRO_DIR([m4])
22-
AM_INIT_AUTOMAKE([foreign subdir-objects])
22+
AM_INIT_AUTOMAKE([foreign subdir-objects tar-pax])
2323

2424
# ----------------------------------------------------------------------
2525
# SWIG

tests/pytests/utils/Makefile.am

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ TESTS = test_utils.py
2020
dist_check_SCRIPTS = test_utils.py
2121

2222
noinst_PYTHON = \
23-
TestChangeCoordSys.py \
24-
TestConvertApp.py \
2523
TestSpatialdataVersion.py
2624

2725
data_TMP = in.txt out.txt

0 commit comments

Comments
 (0)