File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1- ## Version 3.1.0 (2023/12/11 )
1+ ## Version 3.1.0 (2023/12/13 )
22
33* Add ` AnalyticDB ` for a spatial database composed of analytic functions.
44* Add ` CSGeoLocal ` for local rotated geographic coordinate systems.
55* Switch from CppUnit to Catch2 for C++ testing framework.
66* Bugfixes
77 - Update spatial database validateParameters() to use correct data member (self.label -> self.description).
8+ * Update Pyre requirement to version 1.1.0.
9+ * Update Python requirement to version 3.8 or later.
810
911## Version 3.0.0 (2022/06/06)
1012
Original file line number Diff line number Diff line change 9393AM_CONDITIONAL([ ENABLE_SCEC_CVM_H] , [ test "$enable_scec_cvm_h" != no] )
9494
9595dnl Check for Python modules and packages.
96- AM_PATH_PYTHON([ 3.6 ] )
96+ AM_PATH_PYTHON([ 3.8 ] )
9797AC_ARG_VAR ( PYTHON , [ Python interpreter] )
9898AC_ARG_VAR ( PYTHONPATH , [ Python module search path] )
9999CIT_PYTHON_SYSCONFIG
100100CIT_CHECK_PYTHON_HEADER
101101CIT_CHECK_PYTHON_SHARED
102102
103103dnl PYTHIA/PYRE
104- CIT_PYTHON_MODULE([ pythia] ,[ 1.0 .0] )
104+ CIT_PYTHON_MODULE([ pythia] ,[ 1.1 .0] )
105105
106106dnl NUMPY
107107CIT_NUMPY_PYTHON_MODULE
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ license = MIT
1212url = https://geodynamics.org/resources/spatialdata
1313
1414[options]
15- python_requires = >=3.6
15+ python_requires = >=3.8
1616
1717packages = find:
1818
You can’t perform that action at this time.
0 commit comments