Skip to content

Commit fe5b43c

Browse files
committed
update dates and version
1 parent dd09c98 commit fe5b43c

3 files changed

Lines changed: 5 additions & 7 deletions

File tree

python/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file.
33

44
This project adheres to [Semantic Versioning](http://semver.org/).
55

6-
## [v0.14.0] - April 17, 2026
6+
## [v0.14.0] - April 20, 2026
77

88
### What's New
99

python/lib/sift_client/resources/sync_stubs/__init__.pyi

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -653,9 +653,8 @@ class DataImportAPI:
653653
is inferred from the file extension when ``data_type`` is not
654654
provided.
655655
656-
CSV, Parquet, and HDF5 files are supported for auto-detection.
657-
For other formats (TDMS), create the config manually
658-
using ``TdmsImportConfig``.
656+
CSV, Parquet, HDF5, and TDMS files are supported for
657+
auto-detection.
659658
660659
For CSV files, the server scans the first two rows for an optional
661660
JSON metadata row. Row 1 is checked first; row 2 is checked only
@@ -733,8 +732,7 @@ class DataImportAPI:
733732
completion before proceeding.
734733
735734
When ``config`` is omitted the file format is auto-detected via
736-
``detect_config`` (CSV, Parquet, and HDF5). For other formats
737-
(TDMS), ``config`` must be provided.
735+
``detect_config`` (CSV, Parquet, HDF5, and TDMS).
738736
When ``asset`` is provided it overrides the config value;
739737
otherwise the config's ``asset_name`` is used.
740738
If neither ``run`` nor ``run_name`` is provided (and none is

python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "sift_stack_py"
7-
version = "0.13.0"
7+
version = "0.14.0"
88
description = "Python client library for the Sift API"
99
requires-python = ">=3.8"
1010
readme = { file = "README.md", content-type = "text/markdown" }

0 commit comments

Comments
 (0)