File tree Expand file tree Collapse file tree 3 files changed +14
-4
lines changed Expand file tree Collapse file tree 3 files changed +14
-4
lines changed Original file line number Diff line number Diff line change 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
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
14262019/07/29 (version 1.10.1)
1527
Original file line number Diff line number Diff line change 1919AC_CONFIG_HEADER([ portinfo] )
2020AC_CONFIG_AUX_DIR ( [ ./aux-config] )
2121AC_CONFIG_MACRO_DIR ( [ m4] )
22- AM_INIT_AUTOMAKE ( [ foreign subdir-objects] )
22+ AM_INIT_AUTOMAKE ( [ foreign subdir-objects tar-pax ] )
2323
2424# ----------------------------------------------------------------------
2525# SWIG
Original file line number Diff line number Diff line change @@ -20,8 +20,6 @@ TESTS = test_utils.py
2020dist_check_SCRIPTS = test_utils.py
2121
2222noinst_PYTHON = \
23- TestChangeCoordSys.py \
24- TestConvertApp.py \
2523 TestSpatialdataVersion.py
2624
2725data_TMP = in.txt out.txt
You can’t perform that action at this time.
0 commit comments