What's Changed
* Improve rendering of cli documentation in cli and in Read The Docs by msschwartz21 in https://github.com/Janelia-Trackathon-2023/traccuracy/pull/29
* Add report of matcher coverage by msschwartz21 in https://github.com/Janelia-Trackathon-2023/traccuracy/pull/34
* Use appropriate label key for `gt` and `pred` graphs in `ctc` matching by DragaDoncila in https://github.com/Janelia-Trackathon-2023/traccuracy/pull/35
* Remove detection matrix computation by DragaDoncila in https://github.com/Janelia-Trackathon-2023/traccuracy/pull/36
* Faster matchings/metrics by maweigert in https://github.com/Janelia-Trackathon-2023/traccuracy/pull/37
* Create Enums for our Node and Edge Attribute strings by cmalinmayor in https://github.com/Janelia-Trackathon-2023/traccuracy/pull/46
* Eliminate use of `TrackEvents` in in CTC error calculations by msschwartz21 in https://github.com/Janelia-Trackathon-2023/traccuracy/pull/47
* Eliminate use of `DivisionEvents` and reorganize placement of division functions by msschwartz21 in https://github.com/Janelia-Trackathon-2023/traccuracy/pull/48
* Remove `TrackingData` by msschwartz21 in https://github.com/Janelia-Trackathon-2023/traccuracy/pull/50
* Graph access funcs by cmalinmayor in https://github.com/Janelia-Trackathon-2023/traccuracy/pull/51
* README update by cmalinmayor in https://github.com/Janelia-Trackathon-2023/traccuracy/pull/55
* Add function to extract tracklets by msschwartz21 in https://github.com/Janelia-Trackathon-2023/traccuracy/pull/56
* Use logging API by bentaculum in https://github.com/Janelia-Trackathon-2023/traccuracy/pull/58
* Add basic set of performance benchmarking tests by msschwartz21 in https://github.com/Janelia-Trackathon-2023/traccuracy/pull/62
* Improve the benchmarking workflow to generate a commit comment on PRs by msschwartz21 in https://github.com/Janelia-Trackathon-2023/traccuracy/pull/64
* Improve benchmark action when running on repo forks by msschwartz21 in https://github.com/Janelia-Trackathon-2023/traccuracy/pull/65
* Annotate intertrack edges in the ctc `get_edge_errors` function by msschwartz21 in https://github.com/Janelia-Trackathon-2023/traccuracy/pull/54
* Correct benchmarking tests assertion for wrong semantic edges by msschwartz21 in https://github.com/Janelia-Trackathon-2023/traccuracy/pull/66
* Speed up accessing nodes/edges by attribute and node/edge attributes by cmalinmayor in https://github.com/Janelia-Trackathon-2023/traccuracy/pull/63
* Speed up CTC edge errors by bentaculum in https://github.com/Janelia-Trackathon-2023/traccuracy/pull/59
* test: enable codecov by tlambert03 in https://github.com/Janelia-Trackathon-2023/traccuracy/pull/69
* style: update pre-commit by tlambert03 in https://github.com/Janelia-Trackathon-2023/traccuracy/pull/70
* docs: fix docs build, fix all build warnings, enable strict mode by tlambert03 in https://github.com/Janelia-Trackathon-2023/traccuracy/pull/71
* Adding track overlap metrics from `laptrack` by yfukai in https://github.com/Janelia-Trackathon-2023/traccuracy/pull/112
* Refactor existing `Matched` into separate `Matcher` which returns `Matched` by msschwartz21 in https://github.com/Janelia-Trackathon-2023/traccuracy/pull/103
* Refactor `Metrics` class to pass data into compute method not constructor by msschwartz21 in https://github.com/Janelia-Trackathon-2023/traccuracy/pull/109
* Add pull request and issue templates by msschwartz21 in https://github.com/Janelia-Trackathon-2023/traccuracy/pull/121
* Create general pr template by msschwartz21 in https://github.com/Janelia-Trackathon-2023/traccuracy/pull/122
* Remove Pr template headers by msschwartz21 in https://github.com/Janelia-Trackathon-2023/traccuracy/pull/123
* Fix subclass docstrings for sphinx autoapi by msschwartz21 in https://github.com/Janelia-Trackathon-2023/traccuracy/pull/124
* fix import loop by tlambert03 in https://github.com/Janelia-Trackathon-2023/traccuracy/pull/125
* Update `run_metrics` to take instantiated `Matchers` and `Metrics` as input by msschwartz21 in https://github.com/Janelia-Trackathon-2023/traccuracy/pull/118
* style: cleanup string type annotations by tlambert03 in https://github.com/Janelia-Trackathon-2023/traccuracy/pull/104
* Add CTC format checks in loader by bentaculum in https://github.com/Janelia-Trackathon-2023/traccuracy/pull/119
* Create a `Results` class for storing metric output with associated metadata by msschwartz21 in https://github.com/Janelia-Trackathon-2023/traccuracy/pull/126
* Prune tracking graph API by cmalinmayor in https://github.com/Janelia-Trackathon-2023/traccuracy/pull/111
* Change `frame_buffer` kwarg to `max_frame_buffer` by msschwartz21 in https://github.com/Janelia-Trackathon-2023/traccuracy/pull/136
New Contributors
* maweigert made their first contribution in https://github.com/Janelia-Trackathon-2023/traccuracy/pull/37
* cmalinmayor made their first contribution in https://github.com/Janelia-Trackathon-2023/traccuracy/pull/46
* bentaculum made their first contribution in https://github.com/Janelia-Trackathon-2023/traccuracy/pull/58
* dependabot made their first contribution in https://github.com/Janelia-Trackathon-2023/traccuracy/pull/52
* yfukai made their first contribution in https://github.com/Janelia-Trackathon-2023/traccuracy/pull/112
* pre-commit-ci made their first contribution in https://github.com/Janelia-Trackathon-2023/traccuracy/pull/113
**Full Changelog**: https://github.com/Janelia-Trackathon-2023/traccuracy/compare/v0.0.2...v0.1.0