Merged
Conversation
Adding Python 3.13 to the tests
Fixing issue in CDB considering the channel id an int
* Start of utility docs, not connected to main docs yet * Util docs (missed last commit) * Linked utilities docs into main page; small related edits * Minor doc improvements * A couple more edits
* Added missing Sensor attributes, docstring updates * Fixed bad test, removed tests of impossible use * Fixed Channel/SubChannel sensor references; added `Sensor.getChannels()`; skipped bad tests; added annotation * Added `UserData` elements for file sync info; added some documentation to schema * Added session offset (untested) * First trial sync-related functions, some small fixes, removed bad tests * Fully implemented time offset; deprecated `Session.startTime` and `Session.endTime`; cleanup * Fixed `Sensor` hash and `__eq__()`; added start of basic sync compatibility check * Revised sync-related schema 'user data' elements * Implemented sync, but something's wrong * Fixed offset scaling issue; little bit of cleanup * Made sync reference mean index-based; Session.__repr__ improvement; corrected data types; removed deprecated call; various fixes * Fixed compatibility w/ Python < 3.11 * Added basic sync/offset tests; removed some vestigial attributes; more documentation and type annotation * More sync validity checks; sync using specific sensor ID; minor tweaks * Added SyncInfo for userdata; rudimentary thread safety * Fleshed out sync functions; added sync from/to userdata; sync-related schema revisions; misc. fixes * More sync tests * Revised `clear` parameter in `sync.sync`; more tests. * Added basic `Dataset` hash mechanism (`Dataset.fingerprint`) * More stuff for sync info copy/paste; sync parameter improvement * A little bit more coverage * More sync copy/paste stuff; more tests * minor fix, minor coverage increase * Improved logging; removed Python <3.7 hack; codecov tags * small codecov tag test * Added to `sync` docstring for Sphinx render. * Docstrings and small edits * Documentation (fixes, added sync and other excluded submodules) * Attempted sphinx warning fix
* Docstring edits (fixing tags, adding missing parameters, etc.), some code formatting cleanup * Schema documentation edit; added text/style elements to `WarningRange`; added notes to `UserData` * Removed schema additions (should be in different PR)
* Added missing Sensor attributes, docstring updates * Fixed bad test, removed tests of impossible use * Fixed Channel/SubChannel sensor references; added `Sensor.getChannels()`; skipped bad tests; added annotation * Added `UserData` elements for file sync info; added some documentation to schema * Added session offset (untested) * First trial sync-related functions, some small fixes, removed bad tests * Fully implemented time offset; deprecated `Session.startTime` and `Session.endTime`; cleanup * Fixed `Sensor` hash and `__eq__()`; added start of basic sync compatibility check * Revised sync-related schema 'user data' elements * Implemented sync, but something's wrong * Fixed offset scaling issue; little bit of cleanup * Made sync reference mean index-based; Session.__repr__ improvement; corrected data types; removed deprecated call; various fixes * Fixed compatibility w/ Python < 3.11 * Added basic sync/offset tests; removed some vestigial attributes; more documentation and type annotation * More sync validity checks; sync using specific sensor ID; minor tweaks * Added SyncInfo for userdata; rudimentary thread safety * Fleshed out sync functions; added sync from/to userdata; sync-related schema revisions; misc. fixes * More sync tests * Revised `clear` parameter in `sync.sync`; more tests. * Added basic `Dataset` hash mechanism (`Dataset.fingerprint`) * More stuff for sync info copy/paste; sync parameter improvement * A little bit more coverage * More sync copy/paste stuff; more tests * minor fix, minor coverage increase * Improved logging; removed Python <3.7 hack; codecov tags * small codecov tag test * Added to `sync` docstring for Sphinx render. * Docstrings and small edits * Documentation (fixes, added sync and other excluded submodules) * Attempted sphinx warning fix * Fix for sync offsets while file lazy-loading * Optimization/safety check in `EventArray.append()` * Added 'fine' UTC time base elements to schema; more minor fixes (mostly sync related) * First attempt at GNSS timebase adjustment; basic handling of 'fine' timebase values * fixed test after exception type change * Added more GNSS timebase functions; some sync refactoring; added GNSS timebase tests * Fixed sync removal; added userdata revert on error; additional tests. * Added sync CLI utility (1st draft); minor fixes/updates * Added `--sync` option to `ideexport`, small fixes to `idesync` * Made fixes to `idesync.syncFiles()` and added a couple of basic tests * python < 3.11 datetime fix * Added GNSS/userdata test * Sync documentation and setup update (`idesync` entry point, Python versions) * Moved `idesync` tests to `test_tools.py`; improved `idesync` output; docstring edits * added missing `sync` arg * Fix for applying sync to an unloaded IDE * Added `ideexport` test w/ sync data, test applying sync to a partially-loaded IDE * comments
#168) Mostly just a metadata change; merging without review.
* Added basic `idesync` utility documentation * Minor doc clarification
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #172 +/- ##
==========================================
+ Coverage 75.32% 75.88% +0.56%
==========================================
Files 13 15 +2
Lines 4016 4454 +438
==========================================
+ Hits 3025 3380 +355
- Misses 991 1074 +83 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
* fix: add block.numSamples = 1 condition when setting block.minMeanMax with _singleSample EventArray * fix: replace bitwise '&' with 'and'
pscheidler
approved these changes
Feb 12, 2026
Member
pscheidler
left a comment
There was a problem hiding this comment.
Great work on the documentation updates. Might be good to get a blog post up about the IDE sync stuff as well, to help publicize it, but we have time for that
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
idelib.syncand command-line toolsidesyncandideexport