nrl-tracker 1.12.0__tar.gz → 1.12.1__tar.gz
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.12.0/nrl_tracker.egg-info → nrl_tracker-1.12.1}/PKG-INFO +3 -2
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/README.md +2 -1
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1/nrl_tracker.egg-info}/PKG-INFO +3 -2
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pyproject.toml +1 -1
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/__init__.py +2 -2
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/tests/test_debye_comprehensive.py +1 -2
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/tests/test_detection_comprehensive.py +3 -4
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/tests/test_hypergeometric_stft_targeted.py +2 -19
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/tests/test_maturity_comprehensive.py +10 -12
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/tests/test_network_flow_comprehensive.py +6 -7
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/tests/test_stft_comprehensive.py +2 -3
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/CONTRIBUTING.md +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/LICENSE +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/MANIFEST.in +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/nrl_tracker.egg-info/SOURCES.txt +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/nrl_tracker.egg-info/dependency_links.txt +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/nrl_tracker.egg-info/requires.txt +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/nrl_tracker.egg-info/top_level.txt +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/assignment_algorithms/__init__.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/assignment_algorithms/data_association.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/assignment_algorithms/dijkstra_min_cost.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/assignment_algorithms/gating.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/assignment_algorithms/jpda.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/assignment_algorithms/nd_assignment.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/assignment_algorithms/network_flow.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/assignment_algorithms/network_simplex.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/assignment_algorithms/three_dimensional/__init__.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/assignment_algorithms/three_dimensional/assignment.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/assignment_algorithms/two_dimensional/__init__.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/assignment_algorithms/two_dimensional/assignment.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/assignment_algorithms/two_dimensional/kbest.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/astronomical/__init__.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/astronomical/ephemerides.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/astronomical/lambert.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/astronomical/orbital_mechanics.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/astronomical/reference_frames.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/astronomical/relativity.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/astronomical/sgp4.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/astronomical/special_orbits.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/astronomical/time_systems.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/astronomical/tle.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/atmosphere/__init__.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/atmosphere/ionosphere.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/atmosphere/models.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/atmosphere/nrlmsise00.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/clustering/__init__.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/clustering/dbscan.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/clustering/gaussian_mixture.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/clustering/hierarchical.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/clustering/kmeans.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/containers/__init__.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/containers/base.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/containers/cluster_set.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/containers/covertree.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/containers/kd_tree.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/containers/measurement_set.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/containers/rtree.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/containers/track_list.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/containers/vptree.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/coordinate_systems/__init__.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/coordinate_systems/conversions/__init__.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/coordinate_systems/conversions/geodetic.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/coordinate_systems/conversions/spherical.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/coordinate_systems/jacobians/__init__.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/coordinate_systems/jacobians/jacobians.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/coordinate_systems/projections/__init__.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/coordinate_systems/projections/projections.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/coordinate_systems/rotations/__init__.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/coordinate_systems/rotations/rotations.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/core/__init__.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/core/array_utils.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/core/constants.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/core/exceptions.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/core/maturity.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/core/optional_deps.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/core/validation.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/dynamic_estimation/__init__.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/dynamic_estimation/batch_estimation/__init__.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/dynamic_estimation/gaussian_sum_filter.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/dynamic_estimation/imm.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/dynamic_estimation/information_filter.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/dynamic_estimation/kalman/__init__.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/dynamic_estimation/kalman/constrained.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/dynamic_estimation/kalman/extended.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/dynamic_estimation/kalman/h_infinity.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/dynamic_estimation/kalman/linear.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/dynamic_estimation/kalman/matrix_utils.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/dynamic_estimation/kalman/square_root.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/dynamic_estimation/kalman/sr_ukf.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/dynamic_estimation/kalman/types.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/dynamic_estimation/kalman/ud_filter.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/dynamic_estimation/kalman/unscented.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/dynamic_estimation/measurement_update/__init__.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/dynamic_estimation/particle_filters/__init__.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/dynamic_estimation/particle_filters/bootstrap.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/dynamic_estimation/rbpf.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/dynamic_estimation/smoothers.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/dynamic_models/__init__.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/dynamic_models/continuous_time/__init__.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/dynamic_models/continuous_time/dynamics.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/dynamic_models/discrete_time/__init__.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/dynamic_models/discrete_time/coordinated_turn.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/dynamic_models/discrete_time/polynomial.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/dynamic_models/discrete_time/singer.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/dynamic_models/process_noise/__init__.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/dynamic_models/process_noise/coordinated_turn.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/dynamic_models/process_noise/polynomial.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/dynamic_models/process_noise/singer.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/gpu/__init__.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/gpu/ekf.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/gpu/kalman.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/gpu/matrix_utils.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/gpu/particle_filter.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/gpu/ukf.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/gpu/utils.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/gravity/__init__.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/gravity/clenshaw.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/gravity/egm.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/gravity/models.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/gravity/spherical_harmonics.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/gravity/tides.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/logging_config.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/magnetism/__init__.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/magnetism/emm.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/magnetism/igrf.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/magnetism/wmm.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/mathematical_functions/__init__.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/mathematical_functions/basic_matrix/__init__.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/mathematical_functions/basic_matrix/decompositions.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/mathematical_functions/basic_matrix/special_matrices.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/mathematical_functions/combinatorics/__init__.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/mathematical_functions/combinatorics/combinatorics.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/mathematical_functions/continuous_optimization/__init__.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/mathematical_functions/geometry/__init__.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/mathematical_functions/geometry/geometry.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/mathematical_functions/interpolation/__init__.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/mathematical_functions/interpolation/interpolation.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/mathematical_functions/numerical_integration/__init__.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/mathematical_functions/numerical_integration/quadrature.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/mathematical_functions/polynomials/__init__.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/mathematical_functions/signal_processing/__init__.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/mathematical_functions/signal_processing/detection.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/mathematical_functions/signal_processing/filters.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/mathematical_functions/signal_processing/matched_filter.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/mathematical_functions/special_functions/__init__.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/mathematical_functions/special_functions/bessel.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/mathematical_functions/special_functions/debye.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/mathematical_functions/special_functions/elliptic.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/mathematical_functions/special_functions/error_functions.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/mathematical_functions/special_functions/gamma_functions.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/mathematical_functions/special_functions/hypergeometric.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/mathematical_functions/special_functions/lambert_w.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/mathematical_functions/special_functions/marcum_q.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/mathematical_functions/statistics/__init__.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/mathematical_functions/statistics/distributions.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/mathematical_functions/statistics/estimators.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/mathematical_functions/transforms/__init__.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/mathematical_functions/transforms/fourier.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/mathematical_functions/transforms/stft.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/mathematical_functions/transforms/wavelets.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/misc/__init__.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/navigation/__init__.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/navigation/geodesy.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/navigation/great_circle.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/navigation/ins.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/navigation/ins_gnss.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/navigation/rhumb.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/performance_evaluation/__init__.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/performance_evaluation/estimation_metrics.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/performance_evaluation/track_metrics.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/physical_values/__init__.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/plotting/__init__.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/plotting/coordinates.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/plotting/ellipses.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/plotting/metrics.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/plotting/tracks.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/scheduling/__init__.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/static_estimation/__init__.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/static_estimation/least_squares.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/static_estimation/maximum_likelihood.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/static_estimation/robust.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/terrain/__init__.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/terrain/dem.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/terrain/loaders.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/terrain/visibility.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/trackers/__init__.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/trackers/hypothesis.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/trackers/mht.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/trackers/multi_target.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/trackers/single_target.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/transponders/__init__.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/setup.cfg +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/tests/__init__.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/tests/conftest.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/tests/test_additional_trees.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/tests/test_assignment_algorithms.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/tests/test_astronomical.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/tests/test_cfar_detection.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/tests/test_clustering.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/tests/test_combinatorics.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/tests/test_constrained_ekf.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/tests/test_coordinate_systems.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/tests/test_coverage_boost.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/tests/test_coverage_boost_2.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/tests/test_debye.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/tests/test_distributions_comprehensive.py +5 -5
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/tests/test_dynamic_models.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/tests/test_egm.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/tests/test_egm_comprehensive.py +3 -3
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/tests/test_elliptic.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/tests/test_emm.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/tests/test_ephemerides.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/tests/test_error_functions.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/tests/test_exceptions.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/tests/test_gamma_functions.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/tests/test_gaussian_mixtures.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/tests/test_gaussian_sum_filter.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/tests/test_geometry.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/tests/test_geophysical.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/tests/test_gpu.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/tests/test_gpu_utils.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/tests/test_gpu_utils_comprehensive.py +8 -8
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/tests/test_great_circle.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/tests/test_h_infinity.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/tests/test_hypergeometric.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/tests/test_hypergeometric_comprehensive.py +3 -3
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/tests/test_ins.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/tests/test_ins_gnss.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/tests/test_ionosphere.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/tests/test_jpda.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/tests/test_kalman_filters.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/tests/test_lambert_comprehensive.py +5 -5
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/tests/test_marcum_q.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/tests/test_matched_filter.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/tests/test_mathematical_functions.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/tests/test_maximum_likelihood.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/tests/test_metrics_plotting_comprehensive.py +4 -4
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/tests/test_mht.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/tests/test_nd_assignment.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/tests/test_network_flow.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/tests/test_nrlmsise00.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/tests/test_optional_deps.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/tests/test_performance_evaluation.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/tests/test_phase6_specialized.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/tests/test_plotting.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/tests/test_projections.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/tests/test_quadrature.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/tests/test_rbpf.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/tests/test_relativity.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/tests/test_rhumb.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/tests/test_rotations.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/tests/test_sgp4.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/tests/test_signal_processing.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/tests/test_smoothers.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/tests/test_spatial_containers_parametrized.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/tests/test_spatial_structures.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/tests/test_special_functions.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/tests/test_special_orbits.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/tests/test_square_root_filters.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/tests/test_static_estimation.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/tests/test_terrain.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/tests/test_terrain_loaders.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/tests/test_tides.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/tests/test_tod_mod.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/tests/test_trackers.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/tests/test_tracking_containers.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/tests/test_transforms.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/tests/test_validation.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/tests/test_wavelets.py +0 -0
- {nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/tests/unit/test_core.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: nrl-tracker
|
|
3
|
-
Version: 1.12.
|
|
3
|
+
Version: 1.12.1
|
|
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
|
|
@@ -71,12 +71,13 @@ Requires-Dist: nrl-tracker[astronomy,dev,geodesy,optimization,signal,visualizati
|
|
|
71
71
|
|
|
72
72
|
# Tracker Component Library (Python)
|
|
73
73
|
|
|
74
|
-
[](https://pypi.org/project/nrl-tracker/)
|
|
75
75
|
[](https://www.python.org/downloads/)
|
|
76
76
|
[](https://en.wikipedia.org/wiki/Public_domain)
|
|
77
77
|
[](https://github.com/psf/black)
|
|
78
78
|
[](https://github.com/nedonatelli/TCL)
|
|
79
79
|
[](docs/gap_analysis.rst)
|
|
80
|
+
[](htmlcov/index.html)
|
|
80
81
|
[](mypy.ini)
|
|
81
82
|
|
|
82
83
|
A Python port of the [U.S. Naval Research Laboratory's Tracker Component Library](https://github.com/USNavalResearchLaboratory/TrackerComponentLibrary), a comprehensive collection of algorithms for target tracking, estimation, coordinate systems, and related mathematical functions.
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
# Tracker Component Library (Python)
|
|
2
2
|
|
|
3
|
-
[](https://pypi.org/project/nrl-tracker/)
|
|
4
4
|
[](https://www.python.org/downloads/)
|
|
5
5
|
[](https://en.wikipedia.org/wiki/Public_domain)
|
|
6
6
|
[](https://github.com/psf/black)
|
|
7
7
|
[](https://github.com/nedonatelli/TCL)
|
|
8
8
|
[](docs/gap_analysis.rst)
|
|
9
|
+
[](htmlcov/index.html)
|
|
9
10
|
[](mypy.ini)
|
|
10
11
|
|
|
11
12
|
A Python port of the [U.S. Naval Research Laboratory's Tracker Component Library](https://github.com/USNavalResearchLaboratory/TrackerComponentLibrary), a comprehensive collection of algorithms for target tracking, estimation, coordinate systems, and related mathematical functions.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: nrl-tracker
|
|
3
|
-
Version: 1.12.
|
|
3
|
+
Version: 1.12.1
|
|
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
|
|
@@ -71,12 +71,13 @@ Requires-Dist: nrl-tracker[astronomy,dev,geodesy,optimization,signal,visualizati
|
|
|
71
71
|
|
|
72
72
|
# Tracker Component Library (Python)
|
|
73
73
|
|
|
74
|
-
[](https://pypi.org/project/nrl-tracker/)
|
|
75
75
|
[](https://www.python.org/downloads/)
|
|
76
76
|
[](https://en.wikipedia.org/wiki/Public_domain)
|
|
77
77
|
[](https://github.com/psf/black)
|
|
78
78
|
[](https://github.com/nedonatelli/TCL)
|
|
79
79
|
[](docs/gap_analysis.rst)
|
|
80
|
+
[](htmlcov/index.html)
|
|
80
81
|
[](mypy.ini)
|
|
81
82
|
|
|
82
83
|
A Python port of the [U.S. Naval Research Laboratory's Tracker Component Library](https://github.com/USNavalResearchLaboratory/TrackerComponentLibrary), a comprehensive collection of algorithms for target tracking, estimation, coordinate systems, and related mathematical functions.
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "nrl-tracker"
|
|
7
|
-
version = "1.12.
|
|
7
|
+
version = "1.12.1"
|
|
8
8
|
description = "Python port of the U.S. Naval Research Laboratory's Tracker Component Library for target tracking algorithms"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
authors = [
|
|
@@ -6,7 +6,7 @@ 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
|
-
**Current Version:** 1.12.
|
|
9
|
+
**Current Version:** 1.12.1 (January 5, 2026)
|
|
10
10
|
**Status:** Production-ready, 2,894 tests passing, 76% line coverage
|
|
11
11
|
Examples
|
|
12
12
|
--------
|
|
@@ -21,7 +21,7 @@ References
|
|
|
21
21
|
no. 5, pp. 18-27, May 2017.
|
|
22
22
|
"""
|
|
23
23
|
|
|
24
|
-
__version__ = "1.12.
|
|
24
|
+
__version__ = "1.12.1"
|
|
25
25
|
__author__ = "Python Port Contributors"
|
|
26
26
|
__original_author__ = "David F. Crouse, Naval Research Laboratory"
|
|
27
27
|
|
|
@@ -8,7 +8,6 @@ Tests coverage for:
|
|
|
8
8
|
"""
|
|
9
9
|
|
|
10
10
|
import numpy as np
|
|
11
|
-
import pytest
|
|
12
11
|
|
|
13
12
|
from pytcl.mathematical_functions.special_functions.debye import (
|
|
14
13
|
debye,
|
|
@@ -16,8 +15,8 @@ from pytcl.mathematical_functions.special_functions.debye import (
|
|
|
16
15
|
debye_2,
|
|
17
16
|
debye_3,
|
|
18
17
|
debye_4,
|
|
19
|
-
debye_heat_capacity,
|
|
20
18
|
debye_entropy,
|
|
19
|
+
debye_heat_capacity,
|
|
21
20
|
)
|
|
22
21
|
|
|
23
22
|
|
|
@@ -9,16 +9,15 @@ Tests coverage for:
|
|
|
9
9
|
"""
|
|
10
10
|
|
|
11
11
|
import numpy as np
|
|
12
|
-
import pytest
|
|
13
12
|
|
|
14
13
|
from pytcl.mathematical_functions.signal_processing.detection import (
|
|
15
|
-
|
|
14
|
+
cfar_2d,
|
|
16
15
|
cfar_ca,
|
|
17
16
|
cfar_go,
|
|
18
|
-
cfar_so,
|
|
19
17
|
cfar_os,
|
|
20
|
-
|
|
18
|
+
cfar_so,
|
|
21
19
|
detection_probability,
|
|
20
|
+
threshold_factor,
|
|
22
21
|
)
|
|
23
22
|
|
|
24
23
|
|
|
@@ -7,20 +7,15 @@ Focus areas:
|
|
|
7
7
|
"""
|
|
8
8
|
|
|
9
9
|
import numpy as np
|
|
10
|
-
import
|
|
11
|
-
from scipy import signal, special, stats
|
|
10
|
+
from scipy import signal, special
|
|
12
11
|
|
|
13
12
|
from pytcl.mathematical_functions.special_functions.hypergeometric import (
|
|
14
13
|
hyp2f1,
|
|
15
|
-
hyp1f1,
|
|
16
|
-
hyp0f1,
|
|
17
|
-
hyperu,
|
|
18
|
-
generalized_hypergeometric,
|
|
19
14
|
)
|
|
20
15
|
from pytcl.mathematical_functions.transforms.stft import (
|
|
21
|
-
stft,
|
|
22
16
|
istft,
|
|
23
17
|
spectrogram,
|
|
18
|
+
stft,
|
|
24
19
|
window_bandwidth,
|
|
25
20
|
)
|
|
26
21
|
|
|
@@ -54,32 +49,22 @@ class TestHypergeometricSeries:
|
|
|
54
49
|
|
|
55
50
|
def test_1f1_series_convergence(self):
|
|
56
51
|
"""Test 1F1 series convergence with various parameters."""
|
|
57
|
-
result = hyp1f1(2, 5, 1.0)
|
|
58
|
-
expected = special.hyp1f1(2, 5, 1.0)
|
|
59
52
|
assert np.isclose(result, expected, rtol=1e-10)
|
|
60
53
|
|
|
61
54
|
def test_1f1_large_argument(self):
|
|
62
55
|
"""Test 1F1 with larger argument values."""
|
|
63
|
-
result = hyp1f1(1, 2, 2.0)
|
|
64
|
-
expected = special.hyp1f1(1, 2, 2.0)
|
|
65
56
|
assert np.isclose(result, expected, rtol=1e-9)
|
|
66
57
|
|
|
67
58
|
def test_0f1_convergence(self):
|
|
68
59
|
"""Test 0F1 convergence behavior."""
|
|
69
|
-
result = hyp0f1(2.5, 1.0)
|
|
70
|
-
expected = special.hyp0f1(2.5, 1.0)
|
|
71
60
|
assert np.isclose(result, expected, rtol=1e-10)
|
|
72
61
|
|
|
73
62
|
def test_0f1_negative_argument(self):
|
|
74
63
|
"""Test 0F1 with negative argument."""
|
|
75
|
-
result = hyp0f1(1.5, -0.5)
|
|
76
|
-
expected = special.hyp0f1(1.5, -0.5)
|
|
77
64
|
assert np.isclose(result, expected, rtol=1e-10)
|
|
78
65
|
|
|
79
66
|
def test_1f1_negative_argument(self):
|
|
80
67
|
"""Test 1F1 with negative argument."""
|
|
81
|
-
result = hyp1f1(0.5, 1.5, -1.0)
|
|
82
|
-
expected = special.hyp1f1(0.5, 1.5, -1.0)
|
|
83
68
|
assert np.isclose(result, expected, rtol=1e-9)
|
|
84
69
|
|
|
85
70
|
def test_2f1_array_multiple_convergence(self):
|
|
@@ -97,8 +82,6 @@ class TestHypergeometricSeries:
|
|
|
97
82
|
|
|
98
83
|
def test_1f1_integer_parameters(self):
|
|
99
84
|
"""Test 1F1 with integer parameters."""
|
|
100
|
-
result = hyp1f1(3, 4, 0.5)
|
|
101
|
-
expected = special.hyp1f1(3, 4, 0.5)
|
|
102
85
|
assert np.isclose(result, expected, rtol=1e-10)
|
|
103
86
|
|
|
104
87
|
|
|
@@ -9,17 +9,15 @@ Tests coverage for:
|
|
|
9
9
|
- Maturity badge formatting
|
|
10
10
|
"""
|
|
11
11
|
|
|
12
|
-
import pytest
|
|
13
|
-
|
|
14
12
|
from pytcl.core.maturity import (
|
|
13
|
+
MODULE_MATURITY,
|
|
15
14
|
MaturityLevel,
|
|
15
|
+
format_maturity_badge,
|
|
16
16
|
get_maturity,
|
|
17
|
-
get_modules_by_maturity,
|
|
18
17
|
get_maturity_summary,
|
|
19
|
-
|
|
18
|
+
get_modules_by_maturity,
|
|
20
19
|
is_production_ready,
|
|
21
|
-
|
|
22
|
-
MODULE_MATURITY,
|
|
20
|
+
is_stable,
|
|
23
21
|
)
|
|
24
22
|
|
|
25
23
|
|
|
@@ -175,28 +173,28 @@ class TestStabilityChecks:
|
|
|
175
173
|
def test_is_stable_stable_module(self):
|
|
176
174
|
"""Test is_stable for known stable module."""
|
|
177
175
|
# core.constants should be stable
|
|
178
|
-
assert is_stable("core.constants")
|
|
176
|
+
assert is_stable("core.constants") is True
|
|
179
177
|
|
|
180
178
|
def test_is_stable_experimental_module(self):
|
|
181
179
|
"""Test is_stable for experimental modules."""
|
|
182
180
|
experimental = get_modules_by_maturity(MaturityLevel.EXPERIMENTAL)
|
|
183
181
|
if experimental:
|
|
184
182
|
module = experimental[0]
|
|
185
|
-
assert is_stable(module)
|
|
183
|
+
assert is_stable(module) is False
|
|
186
184
|
|
|
187
185
|
def test_is_production_ready_stable(self):
|
|
188
186
|
"""Test is_production_ready for stable modules."""
|
|
189
187
|
stable = get_modules_by_maturity(MaturityLevel.STABLE)
|
|
190
188
|
if stable:
|
|
191
189
|
module = stable[0]
|
|
192
|
-
assert is_production_ready(module)
|
|
190
|
+
assert is_production_ready(module) is True
|
|
193
191
|
|
|
194
192
|
def test_is_production_ready_mature(self):
|
|
195
193
|
"""Test is_production_ready for mature modules."""
|
|
196
194
|
mature = get_modules_by_maturity(MaturityLevel.MATURE)
|
|
197
195
|
if mature:
|
|
198
196
|
module = mature[0]
|
|
199
|
-
assert is_production_ready(module)
|
|
197
|
+
assert is_production_ready(module) is True
|
|
200
198
|
|
|
201
199
|
def test_is_production_ready_experimental(self):
|
|
202
200
|
"""Test is_production_ready for experimental modules."""
|
|
@@ -204,14 +202,14 @@ class TestStabilityChecks:
|
|
|
204
202
|
if experimental:
|
|
205
203
|
module = experimental[0]
|
|
206
204
|
# Experimental should not be production ready
|
|
207
|
-
assert is_production_ready(module)
|
|
205
|
+
assert is_production_ready(module) is False
|
|
208
206
|
|
|
209
207
|
def test_is_production_ready_deprecated(self):
|
|
210
208
|
"""Test is_production_ready for deprecated modules."""
|
|
211
209
|
deprecated = get_modules_by_maturity(MaturityLevel.DEPRECATED)
|
|
212
210
|
if deprecated:
|
|
213
211
|
module = deprecated[0]
|
|
214
|
-
assert is_production_ready(module)
|
|
212
|
+
assert is_production_ready(module) is False
|
|
215
213
|
|
|
216
214
|
|
|
217
215
|
class TestMaturityBadges:
|
|
@@ -9,17 +9,16 @@ Tests coverage for:
|
|
|
9
9
|
"""
|
|
10
10
|
|
|
11
11
|
import numpy as np
|
|
12
|
-
import pytest
|
|
13
12
|
|
|
14
13
|
from pytcl.assignment_algorithms.network_flow import (
|
|
15
|
-
|
|
16
|
-
min_cost_flow_successive_shortest_paths,
|
|
17
|
-
min_cost_flow_simplex,
|
|
18
|
-
assignment_from_flow_solution,
|
|
19
|
-
min_cost_assignment_via_flow,
|
|
14
|
+
FlowEdge,
|
|
20
15
|
FlowStatus,
|
|
21
16
|
MinCostFlowResult,
|
|
22
|
-
|
|
17
|
+
assignment_from_flow_solution,
|
|
18
|
+
assignment_to_flow_network,
|
|
19
|
+
min_cost_assignment_via_flow,
|
|
20
|
+
min_cost_flow_simplex,
|
|
21
|
+
min_cost_flow_successive_shortest_paths,
|
|
23
22
|
)
|
|
24
23
|
|
|
25
24
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/assignment_algorithms/three_dimensional/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/assignment_algorithms/two_dimensional/__init__.py
RENAMED
|
File without changes
|
{nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/assignment_algorithms/two_dimensional/assignment.py
RENAMED
|
File without changes
|
{nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/assignment_algorithms/two_dimensional/kbest.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/coordinate_systems/projections/projections.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/dynamic_estimation/batch_estimation/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/dynamic_estimation/measurement_update/__init__.py
RENAMED
|
File without changes
|
{nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/dynamic_estimation/particle_filters/__init__.py
RENAMED
|
File without changes
|
{nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/dynamic_estimation/particle_filters/bootstrap.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/dynamic_models/discrete_time/coordinated_turn.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/dynamic_models/process_noise/coordinated_turn.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{nrl_tracker-1.12.0 → nrl_tracker-1.12.1}/pytcl/mathematical_functions/basic_matrix/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|