Skip to content

Commit

Permalink
Merge pull request #44 from geodynamics/baagaard/release-2.0.0
Browse files Browse the repository at this point in the history
Final updates/cleanup for 2.0.0 release
  • Loading branch information
baagaard-usgs authored Jan 10, 2021
2 parents f88073b + f0a9a79 commit a1ece2b
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
14 changes: 13 additions & 1 deletion CHANGES
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
2020/03/03 (version 2.0.0)
2021/01/09 (version 2.0.0)

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

Add factory methods for creating spatial database writers to bypass
validators that require files to exist. This is a result of using
Pyre validators to check that spatial and temporal database file
exist (this triggers early notification of any missing spatial or
temporal database files).

Improve continuous integration testing via docker containers for
multiple Linux distributions and Travis CI.

This is the final release for Python 2.7. The next release will only
support Python 3.6 and later.


2019/07/29 (version 1.10.1)

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ AC_INIT([spatialdata], [2.0.0], [[email protected]])
AC_CONFIG_HEADER([portinfo])
AC_CONFIG_AUX_DIR([./aux-config])
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([foreign subdir-objects])
AM_INIT_AUTOMAKE([foreign subdir-objects tar-pax])

# ----------------------------------------------------------------------
# SWIG
Expand Down
2 changes: 0 additions & 2 deletions tests/pytests/utils/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ TESTS = test_utils.py
dist_check_SCRIPTS = test_utils.py

noinst_PYTHON = \
TestChangeCoordSys.py \
TestConvertApp.py \
TestSpatialdataVersion.py

data_TMP = in.txt out.txt
Expand Down

0 comments on commit a1ece2b

Please sign in to comment.