kinemotion 0.47.0__py3-none-any.whl → 0.47.1__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.
Potentially problematic release.
This version of kinemotion might be problematic. Click here for more details.
- kinemotion/core/timing.py +1 -1
- {kinemotion-0.47.0.dist-info → kinemotion-0.47.1.dist-info}/METADATA +1 -1
- {kinemotion-0.47.0.dist-info → kinemotion-0.47.1.dist-info}/RECORD +6 -6
- {kinemotion-0.47.0.dist-info → kinemotion-0.47.1.dist-info}/WHEEL +0 -0
- {kinemotion-0.47.0.dist-info → kinemotion-0.47.1.dist-info}/entry_points.txt +0 -0
- {kinemotion-0.47.0.dist-info → kinemotion-0.47.1.dist-info}/licenses/LICENSE +0 -0
kinemotion/core/timing.py
CHANGED
|
@@ -55,7 +55,7 @@ class Tracer: # Dummy for type hints if actual Tracer is not available
|
|
|
55
55
|
|
|
56
56
|
|
|
57
57
|
if _otel_tracer_class:
|
|
58
|
-
Tracer = _otel_tracer_class # Override dummy if actual Tracer is available
|
|
58
|
+
Tracer = _otel_tracer_class # type: ignore # Override dummy if actual Tracer is available
|
|
59
59
|
|
|
60
60
|
# This _OPENTELEMETRY_AVAILABLE variable is assigned only once,
|
|
61
61
|
# after the try-except block
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: kinemotion
|
|
3
|
-
Version: 0.47.
|
|
3
|
+
Version: 0.47.1
|
|
4
4
|
Summary: Video-based kinematic analysis for athletic performance
|
|
5
5
|
Project-URL: Homepage, https://github.com/feniix/kinemotion
|
|
6
6
|
Project-URL: Repository, https://github.com/feniix/kinemotion
|
|
@@ -22,7 +22,7 @@ kinemotion/core/pipeline_utils.py,sha256=0u7o-UFZX6cOu3NaWpFmEy5ejS0WUKggZ1HSdeZ
|
|
|
22
22
|
kinemotion/core/pose.py,sha256=z1OGuwnc-NdK6Aoc9UYCyPBzomw4eInexOWonZbsEoA,9057
|
|
23
23
|
kinemotion/core/quality.py,sha256=dPGQp08y8DdEUbUdjTThnUOUsALgF0D2sdz50cm6wLI,13098
|
|
24
24
|
kinemotion/core/smoothing.py,sha256=FZmv3rumn0mYKU2y3JPKz46EvD8TVmQ6_GsN_Vp3BdU,15650
|
|
25
|
-
kinemotion/core/timing.py,sha256=
|
|
25
|
+
kinemotion/core/timing.py,sha256=Shu9KnoX-2K7gzTQr6apIcrqFaxiONR2go6g3xE9xb8,12039
|
|
26
26
|
kinemotion/core/validation.py,sha256=LmKfSl4Ayw3DgwKD9IrhsPdzp5ia4drLsHA2UuU1SCM,6310
|
|
27
27
|
kinemotion/core/video_io.py,sha256=vCwpWnlW2y29l48dFXokdehQn42w_IQvayxbVTjpXqQ,7863
|
|
28
28
|
kinemotion/dropjump/__init__.py,sha256=tC3H3BrCg8Oj-db-Vrtx4PH_llR1Ppkd5jwaOjhQcLg,862
|
|
@@ -33,8 +33,8 @@ kinemotion/dropjump/kinematics.py,sha256=PATlGaClutGKJslL-LRIXHmTsvb-xEB8PUIMScU
|
|
|
33
33
|
kinemotion/dropjump/metrics_validator.py,sha256=CrTlGup8q2kyPXtA6HNwm7_yq0AsBaDllG7RVZdXmYA,9342
|
|
34
34
|
kinemotion/dropjump/validation_bounds.py,sha256=5b4I3CKPybuvrbn-nP5yCcGF_sH4Vtyw3a5AWWvWnBk,4645
|
|
35
35
|
kinemotion/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
36
|
-
kinemotion-0.47.
|
|
37
|
-
kinemotion-0.47.
|
|
38
|
-
kinemotion-0.47.
|
|
39
|
-
kinemotion-0.47.
|
|
40
|
-
kinemotion-0.47.
|
|
36
|
+
kinemotion-0.47.1.dist-info/METADATA,sha256=XPL4ms0o_O4Xk9M-NC59nVWEe5UC7qPbYnUG7KBjSvU,26020
|
|
37
|
+
kinemotion-0.47.1.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
|
|
38
|
+
kinemotion-0.47.1.dist-info/entry_points.txt,sha256=zaqnAnjLvcdrk1Qvj5nvXZCZ2gp0prS7it1zTJygcIY,50
|
|
39
|
+
kinemotion-0.47.1.dist-info/licenses/LICENSE,sha256=KZajvqsHw0NoOHOi2q0FZ4NBe9HdV6oey-IPYAtHXfg,1088
|
|
40
|
+
kinemotion-0.47.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|