You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This adds badges to the README.md for quick knowledge of the Python
software's current status, as well as classifiers to better enable
package discovery, and a CI/CD workflow for running pytest.
Extends the Microchip TWST collect script to collect all data entries by
default and moves the filtering of which measurements should be sent to the db to
the MicrochipTWST Probe Object.
An additional entrypoint opensampl-server2 was added which more directly wraps
docker compose while providing the correct compose file and env file.
---------
Co-authored-by: Grant, Josh <grantjn@ornl.gov>
Co-authored-by: MacFarland, Midgie <macfarlandmj@ornl.gov>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,6 +37,24 @@ This project adheres to [Semantic Versioning](https://semver.org/).
37
37
*Unreleased* versions radiate potential—-and dread. Once you merge an infernal PR, move its bullet under a new version heading with the actual release date.*
38
38
39
39
-->
40
+
41
+
## [1.1.2] - 2025-07-24
42
+
### Added
43
+
- 🔥 README badges
44
+
- 🧪 Added testing CI/CD
45
+
- 🏛️ Added classifiers for easier discovery
46
+
- 🔥 opensampl-server2 which passes everything directly to docker compose with correct compose and env
47
+
- 🔥 opensampl-collect entry point for accessing the collection scripts
48
+
49
+
### Changed
50
+
- ⚡ MicrochipTWST collection script takes all data by default rather than specific readings
51
+
- ⚡ MicrochipTWST collection script can take optional server and control ports
<ahref="https://pypistats.org/packages/opensampl"><imgsrc="https://img.shields.io/pypi/dm/opensampl?label=downloads%20%28month%29"alt="downloads per month"></a>
<ahref="https://github.com/ORNL/OpenSAMPL/actions/workflows/lint.yml"><imgsrc="https://github.com/ORNL/OpenSAMPL/actions/workflows/lint.yml/badge.svg"alt="ruff Formating and Linting"></a>
OpenSAMPL was created to provide a set of Python tools for managing clock data in a TimescaleDB database, specifically designed for synchronization analytics and monitoring.
4
24
This project came out of [**CAST**](https://cast.ornl.gov), the **C**enter for **A**lternative **S**yncrhonization and **T**iming, a research group at Oak Ridge National Laboratory (ORNL).
5
25
The name OpenSAMPL stands for **O**pen **S**ynchronization **A**nalytics and **M**onitoring **PL**atform, and provides the code and logic for uploading, managing, and visualizing clock data from various sources, including ADVA probes and Microchip TWST data files,
0 commit comments