@@ -10,27 +10,27 @@ Building of the library and execution of the sample programs have been checked i
1010
1111 OS: CentOS 7.9(x64) (GCC 4.8.5)
1212 SWIG: 4.0.2
13- Python: 3.9
14- GridDB C client: V4.5 CE(Community Edition)
15- GridDB server: V4.5 CE, CentOS 7.9(x64) (GCC 4.8.5)
13+ Python: 3.10
14+ GridDB C client: V4.6 CE(Community Edition)
15+ GridDB server: V4.6 CE, CentOS 7.9(x64) (GCC 4.8.5)
1616
17- OS: Ubuntu 18.04(x64) (gcc 7.5.0)
17+ OS: Ubuntu 18.04/20.04 (x64) (gcc 7.5.0)
1818 SWIG: 4.0.2
19- Python: 3.9
20- GridDB C client: V4.5 CE (Note: If you build from source code, please use GCC 4.8.5.)
21- GridDB server: V4.5 CE, Ubuntu 18.04(x64) (Note: If you build from source code, please use GCC 4.8.5.)
19+ Python: 3.10
20+ GridDB C client: V4.6 CE (Note: If you build from source code, please use GCC 4.8.5.)
21+ GridDB server: V4.6 CE, Ubuntu 18.04(x64) (Note: If you build from source code, please use GCC 4.8.5.)
2222
2323 OS: Windows 10(x64) (VS2017)
2424 SWIG: 4.0.2
25- Python: 3.9
26- GridDB C client: V4.5 CE
27- GridDB server: V4.5 CE, CentOS 7.9(x64) (GCC 4.8.5)
25+ Python: 3.10
26+ GridDB C client: V4.6 CE
27+ GridDB server: V4.6 CE, CentOS 7.9(x64) (GCC 4.8.5)
2828
2929 OS: MacOS Catalina (x86_64)
3030 SWIG: 4.0.2
31- Python: 3.9
32- GridDB C client: V4.5 CE
33- GridDB server: V4.5 CE, Centos 7.9(x64) (GCC 4.8.5)
31+ Python: 3.10
32+ GridDB C client: V4.6 CE
33+ GridDB server: V4.6 CE, Centos 7.9(x64) (GCC 4.8.5)
3434
3535## QuickStart (CentOS, Ubuntu)
3636### Preparations
@@ -173,12 +173,12 @@ GridDB Server need to be started in advance.
173173- normal query, aggregation with TQL
174174- Multi-Put/Get/Query (batch processing)
175175- Array type for GridDB
176+ - timeseries-specific function, affinity
176177
177178(not available)
178179- GEOMETRY type for GridDB
179180- timeseries compression
180- - timeseries-specific function like gsAggregateTimeSeries, gsQueryByTimeSeriesSampling in C client
181- - trigger, affinity
181+ - trigger
182182
183183Please refer to the following files for more detailed information.
184184- [Python Client API Reference](https://griddb.github.io/python_client/PythonAPIReference.htm)
0 commit comments