nrl-tracker 1.7.3__py3-none-any.whl → 1.7.4__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {nrl_tracker-1.7.3.dist-info → nrl_tracker-1.7.4.dist-info}/METADATA +1 -1
- {nrl_tracker-1.7.3.dist-info → nrl_tracker-1.7.4.dist-info}/RECORD +6 -6
- pytcl/__init__.py +2 -1
- {nrl_tracker-1.7.3.dist-info → nrl_tracker-1.7.4.dist-info}/LICENSE +0 -0
- {nrl_tracker-1.7.3.dist-info → nrl_tracker-1.7.4.dist-info}/WHEEL +0 -0
- {nrl_tracker-1.7.3.dist-info → nrl_tracker-1.7.4.dist-info}/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: nrl-tracker
|
|
3
|
-
Version: 1.7.
|
|
3
|
+
Version: 1.7.4
|
|
4
4
|
Summary: Python port of the U.S. Naval Research Laboratory's Tracker Component Library for target tracking algorithms
|
|
5
5
|
Author: Original: David F. Crouse, Naval Research Laboratory
|
|
6
6
|
Maintainer: Python Port Contributors
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
pytcl/__init__.py,sha256=
|
|
1
|
+
pytcl/__init__.py,sha256=AE278JqohPSNY45j6P8lY1OX4Lz83KSclA8GCMxtHSg,2030
|
|
2
2
|
pytcl/logging_config.py,sha256=UJaYufQgNuIjpsOMTPo3ewz1XCHPk8a08jTHyP7uoI4,8956
|
|
3
3
|
pytcl/assignment_algorithms/__init__.py,sha256=kUWhmyLhZcs5GiUQA5_v7KA3qETGsvqV6wU8r7paO-k,2976
|
|
4
4
|
pytcl/assignment_algorithms/data_association.py,sha256=tsRxWJZk9aAPmE99BKXGouEpFfZrjPjb4HXvgxFUHhU,11405
|
|
@@ -158,8 +158,8 @@ pytcl/trackers/mht.py,sha256=osEOXMaCeTt1eVn_E08dLRhEvBroVmf8b81zO5Zp1lU,20720
|
|
|
158
158
|
pytcl/trackers/multi_target.py,sha256=RDITa0xnbgtVYAMj5XXp4lljo5lZ2zAAc02KZlOjxbQ,10526
|
|
159
159
|
pytcl/trackers/single_target.py,sha256=Yy3FwaNTArMWcaod-0HVeiioNV4xLWxNDn_7ZPVqQYs,6562
|
|
160
160
|
pytcl/transponders/__init__.py,sha256=5fL4u3lKCYgPLo5uFeuZbtRZkJPABntuKYGUvVgMMEI,41
|
|
161
|
-
nrl_tracker-1.7.
|
|
162
|
-
nrl_tracker-1.7.
|
|
163
|
-
nrl_tracker-1.7.
|
|
164
|
-
nrl_tracker-1.7.
|
|
165
|
-
nrl_tracker-1.7.
|
|
161
|
+
nrl_tracker-1.7.4.dist-info/LICENSE,sha256=rB5G4WppIIUzMOYr2N6uyYlNJ00hRJqE5tie6BMvYuE,1612
|
|
162
|
+
nrl_tracker-1.7.4.dist-info/METADATA,sha256=zc6C14g58bdYkOHMe7hZbED8tsU_rrg-K7N7Qs6EICA,12452
|
|
163
|
+
nrl_tracker-1.7.4.dist-info/WHEEL,sha256=pL8R0wFFS65tNSRnaOVrsw9EOkOqxLrlUPenUYnJKNo,91
|
|
164
|
+
nrl_tracker-1.7.4.dist-info/top_level.txt,sha256=17megxcrTPBWwPZTh6jTkwTKxX7No-ZqRpyvElnnO-s,6
|
|
165
|
+
nrl_tracker-1.7.4.dist-info/RECORD,,
|
pytcl/__init__.py
CHANGED
|
@@ -6,7 +6,8 @@ systems, dynamic models, estimation algorithms, and mathematical functions.
|
|
|
6
6
|
|
|
7
7
|
This is a Python port of the U.S. Naval Research Laboratory's Tracker Component
|
|
8
8
|
Library originally written in MATLAB.
|
|
9
|
-
|
|
9
|
+
**Current Version:** 1.7.4 (January 4, 2026)
|
|
10
|
+
**Status:** Production-ready, 2,057 tests passing, 76% line coverage
|
|
10
11
|
Examples
|
|
11
12
|
--------
|
|
12
13
|
>>> import pytcl as pytcl
|
|
File without changes
|
|
File without changes
|
|
File without changes
|