This is an automated email from the ASF dual-hosted git repository.

colinlee pushed a change to branch support_dataframe_to_tsfile
in repository https://gitbox.apache.org/repos/asf/tsfile.git


    from 9e1edf5e fix sort data.
     add 9d28d1fe release code.
     add 7b91784f bump version.

No new revisions were added by this update.

Summary of changes:
 .github/workflows/unit-test-cpp.yml    |   6 +
 .github/workflows/unit-test-python.yml |  11 ++
 .github/workflows/wheels.yml           | 169 +++++++++++++++++++++++++
 cpp/CMakeLists.txt                     |   2 +-
 cpp/pom.xml                            |  12 +-
 java/common/pom.xml                    |   2 +-
 java/examples/pom.xml                  |   4 +-
 java/pom.xml                           |   4 +-
 java/tools/pom.xml                     |   6 +-
 java/tsfile/pom.xml                    |   4 +-
 pom.xml                                |  12 +-
 python/pom.xml                         |  40 +-----
 python/pyproject.toml                  |  69 ++++++++++
 python/requirements.txt                |   4 +-
 python/setup.py                        | 221 ++++++++++++++-------------------
 python/tsfile/__init__.py              |   4 -
 python/tsfile/tsfile_cpp.pxd           |   6 +-
 17 files changed, 382 insertions(+), 194 deletions(-)
 create mode 100644 .github/workflows/wheels.yml
 create mode 100644 python/pyproject.toml

Reply via email to