Skip to content

Commit

Permalink
Merge branch 'main' into tsdf_optional_fields
Browse files Browse the repository at this point in the history
  • Loading branch information
vedran-kasalica authored Sep 5, 2023
2 parents 7825b38 + 19271dc commit d497eaa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: Python package

on:
push:
branches: [ main ]
branches: [ main, improve-docs ]
pull_request:
branches: [ main ]

Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,4 @@ This example demonstrates a TSDF metadata file, showcasing the structured format
This Python library facilitates the manipulation of Time Series Data Format (TSDF) metadata and binary files, providing users with a familiar and structured interface. Leveraging the power of numpy arrays, it simplifies the process of working with TSDF data, allowing users to efficiently read, write, and manipulate both metadata and binary data. This approach enhances data management and analysis, making it a valuable tool for researchers and data scientists dealing with extensive physiological sensor data.


The package is available in [PyPI](https://pypi.org/project/tsdf/).
The package is available in [PyPI](https://pypi.org/project/tsdf/).

0 comments on commit d497eaa

Please sign in to comment.