Skip to content

Commit

Permalink
Add log type classification helper
Browse files Browse the repository at this point in the history
Closes: #18
  • Loading branch information
sco1 committed Jul 25, 2024
1 parent d7fa285 commit 7caab56
Show file tree
Hide file tree
Showing 5 changed files with 226 additions and 168 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ repos:
- id: python-check-blanket-type-ignore
- id: python-use-type-annotations
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.5.1
rev: v0.5.4
hooks:
- id: ruff
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Changelog
Versions follow [Semantic Versioning](https://semver.org/spec/v2.0.0.html) (`<major>`.`<minor>`.`<patch>`)

## [v0.3.0]
### Changed
* (Internal) Bump to Polars v1.x

### Added
* #18 Add helper for classifying Flysight hardware rev

## [v0.2.0]
### Added
* Add parsing pipelines for Flysight V1 track data files
Expand Down
Loading

0 comments on commit 7caab56

Please sign in to comment.