biomechzoo 0.2.0__tar.gz → 0.2.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.

Potentially problematic release.


This version of biomechzoo might be problematic. Click here for more details.

Files changed (56) hide show
  1. biomechzoo-0.2.1/PKG-INFO +28 -0
  2. biomechzoo-0.2.1/README.md +12 -0
  3. {biomechzoo-0.2.0 → biomechzoo-0.2.1}/pyproject.toml +2 -2
  4. biomechzoo-0.2.1/src/biomechzoo.egg-info/PKG-INFO +28 -0
  5. biomechzoo-0.2.0/PKG-INFO +0 -48
  6. biomechzoo-0.2.0/README.md +0 -32
  7. biomechzoo-0.2.0/src/biomechzoo.egg-info/PKG-INFO +0 -48
  8. {biomechzoo-0.2.0 → biomechzoo-0.2.1}/LICENSE +0 -0
  9. {biomechzoo-0.2.0 → biomechzoo-0.2.1}/setup.cfg +0 -0
  10. {biomechzoo-0.2.0 → biomechzoo-0.2.1}/src/biomechzoo/__init__.py +0 -0
  11. {biomechzoo-0.2.0 → biomechzoo-0.2.1}/src/biomechzoo/__main__.py +0 -0
  12. {biomechzoo-0.2.0 → biomechzoo-0.2.1}/src/biomechzoo/biomech_ops/__init__.py +0 -0
  13. {biomechzoo-0.2.0 → biomechzoo-0.2.1}/src/biomechzoo/biomech_ops/continuous_relative_phase_data.py +0 -0
  14. {biomechzoo-0.2.0 → biomechzoo-0.2.1}/src/biomechzoo/biomech_ops/continuous_relative_phase_line.py +0 -0
  15. {biomechzoo-0.2.0 → biomechzoo-0.2.1}/src/biomechzoo/biomech_ops/filter_data.py +0 -0
  16. {biomechzoo-0.2.0 → biomechzoo-0.2.1}/src/biomechzoo/biomech_ops/filter_line.py +0 -0
  17. {biomechzoo-0.2.0 → biomechzoo-0.2.1}/src/biomechzoo/biomech_ops/normalize_data.py +0 -0
  18. {biomechzoo-0.2.0 → biomechzoo-0.2.1}/src/biomechzoo/biomech_ops/normalize_line.py +0 -0
  19. {biomechzoo-0.2.0 → biomechzoo-0.2.1}/src/biomechzoo/biomech_ops/phase_angle_data.py +0 -0
  20. {biomechzoo-0.2.0 → biomechzoo-0.2.1}/src/biomechzoo/biomech_ops/phase_angle_line.py +0 -0
  21. {biomechzoo-0.2.0 → biomechzoo-0.2.1}/src/biomechzoo/biomechzoo.py +0 -0
  22. {biomechzoo-0.2.0 → biomechzoo-0.2.1}/src/biomechzoo/conversion/__init__.py +0 -0
  23. {biomechzoo-0.2.0 → biomechzoo-0.2.1}/src/biomechzoo/conversion/c3d2zoo_data.py +0 -0
  24. {biomechzoo-0.2.0 → biomechzoo-0.2.1}/src/biomechzoo/conversion/csv2zoo_data.py +0 -0
  25. {biomechzoo-0.2.0 → biomechzoo-0.2.1}/src/biomechzoo/conversion/mvnx2zoo_data.py +0 -0
  26. {biomechzoo-0.2.0 → biomechzoo-0.2.1}/src/biomechzoo/conversion/opencap2zoo_data.py +0 -0
  27. {biomechzoo-0.2.0 → biomechzoo-0.2.1}/src/biomechzoo/mvn/__init__.py +0 -0
  28. {biomechzoo-0.2.0 → biomechzoo-0.2.1}/src/biomechzoo/mvn/load_mvnx.py +0 -0
  29. {biomechzoo-0.2.0 → biomechzoo-0.2.1}/src/biomechzoo/mvn/main_mvnx.py +0 -0
  30. {biomechzoo-0.2.0 → biomechzoo-0.2.1}/src/biomechzoo/mvn/mvn.py +0 -0
  31. {biomechzoo-0.2.0 → biomechzoo-0.2.1}/src/biomechzoo/mvn/mvnx_file_accessor.py +0 -0
  32. {biomechzoo-0.2.0 → biomechzoo-0.2.1}/src/biomechzoo/processing/__init__.py +0 -0
  33. {biomechzoo-0.2.0 → biomechzoo-0.2.1}/src/biomechzoo/processing/add_channel_data.py +0 -0
  34. {biomechzoo-0.2.0 → biomechzoo-0.2.1}/src/biomechzoo/processing/addchannel_data.py +0 -0
  35. {biomechzoo-0.2.0 → biomechzoo-0.2.1}/src/biomechzoo/processing/addevent_data.py +0 -0
  36. {biomechzoo-0.2.0 → biomechzoo-0.2.1}/src/biomechzoo/processing/explodechannel_data.py +0 -0
  37. {biomechzoo-0.2.0 → biomechzoo-0.2.1}/src/biomechzoo/processing/partition_data.py +0 -0
  38. {biomechzoo-0.2.0 → biomechzoo-0.2.1}/src/biomechzoo/processing/removechannel_data.py +0 -0
  39. {biomechzoo-0.2.0 → biomechzoo-0.2.1}/src/biomechzoo/processing/renamechannel_data.py +0 -0
  40. {biomechzoo-0.2.0 → biomechzoo-0.2.1}/src/biomechzoo/processing/renameevent_data.py +0 -0
  41. {biomechzoo-0.2.0 → biomechzoo-0.2.1}/src/biomechzoo/processing/split_trial_by_gait_cycle.py +0 -0
  42. {biomechzoo-0.2.0 → biomechzoo-0.2.1}/src/biomechzoo/utils/__init__.py +0 -0
  43. {biomechzoo-0.2.0 → biomechzoo-0.2.1}/src/biomechzoo/utils/batchdisp.py +0 -0
  44. {biomechzoo-0.2.0 → biomechzoo-0.2.1}/src/biomechzoo/utils/compute_sampling_rate_from_time.py +0 -0
  45. {biomechzoo-0.2.0 → biomechzoo-0.2.1}/src/biomechzoo/utils/engine.py +0 -0
  46. {biomechzoo-0.2.0 → biomechzoo-0.2.1}/src/biomechzoo/utils/findfield.py +0 -0
  47. {biomechzoo-0.2.0 → biomechzoo-0.2.1}/src/biomechzoo/utils/get_split_events.py +0 -0
  48. {biomechzoo-0.2.0 → biomechzoo-0.2.1}/src/biomechzoo/utils/split_trial.py +0 -0
  49. {biomechzoo-0.2.0 → biomechzoo-0.2.1}/src/biomechzoo/utils/zload.py +0 -0
  50. {biomechzoo-0.2.0 → biomechzoo-0.2.1}/src/biomechzoo/utils/zplot.py +0 -0
  51. {biomechzoo-0.2.0 → biomechzoo-0.2.1}/src/biomechzoo/utils/zsave.py +0 -0
  52. {biomechzoo-0.2.0 → biomechzoo-0.2.1}/src/biomechzoo.egg-info/SOURCES.txt +0 -0
  53. {biomechzoo-0.2.0 → biomechzoo-0.2.1}/src/biomechzoo.egg-info/dependency_links.txt +0 -0
  54. {biomechzoo-0.2.0 → biomechzoo-0.2.1}/src/biomechzoo.egg-info/entry_points.txt +0 -0
  55. {biomechzoo-0.2.0 → biomechzoo-0.2.1}/src/biomechzoo.egg-info/requires.txt +0 -0
  56. {biomechzoo-0.2.0 → biomechzoo-0.2.1}/src/biomechzoo.egg-info/top_level.txt +0 -0
@@ -0,0 +1,28 @@
1
+ Metadata-Version: 2.4
2
+ Name: biomechzoo
3
+ Version: 0.2.1
4
+ Summary: Python implementation of the biomechZoo toolbox
5
+ License-Expression: MIT
6
+ Project-URL: Homepage, https://github.com/mcgillmotionlab/biomechzoo
7
+ Requires-Python: >=3.13
8
+ Description-Content-Type: text/markdown
9
+ License-File: LICENSE
10
+ Requires-Dist: ezc3d>=1.5.19
11
+ Requires-Dist: matplotlib>=3.10.6
12
+ Requires-Dist: numpy>=2.3.3
13
+ Requires-Dist: pandas>=2.3.2
14
+ Requires-Dist: scipy>=1.16.2
15
+ Dynamic: license-file
16
+
17
+ # BiomechZoo for Python
18
+ This is a development version of the biomechzoo toolbox for python.
19
+
20
+ ## How to install
21
+ - biomechZoo for python is now an official package, you can simply add biomechZoo to your environment using
22
+ ``pip install biomechzoo``
23
+
24
+ ## Usage notes
25
+ - If you need to install a specific version, run ``pip install biomechzoo==x.x.x`` where x.x.x is the version number.
26
+ - If you need to update biomechzoo to the latest version in your env, run ``pip install biomechzoo --upgrade``
27
+
28
+ See also http://www.github.com/mcgillmotionlab/biomechzoo or http://www.biomechzoo.com for more information
@@ -0,0 +1,12 @@
1
+ # BiomechZoo for Python
2
+ This is a development version of the biomechzoo toolbox for python.
3
+
4
+ ## How to install
5
+ - biomechZoo for python is now an official package, you can simply add biomechZoo to your environment using
6
+ ``pip install biomechzoo``
7
+
8
+ ## Usage notes
9
+ - If you need to install a specific version, run ``pip install biomechzoo==x.x.x`` where x.x.x is the version number.
10
+ - If you need to update biomechzoo to the latest version in your env, run ``pip install biomechzoo --upgrade``
11
+
12
+ See also http://www.github.com/mcgillmotionlab/biomechzoo or http://www.biomechzoo.com for more information
@@ -1,7 +1,7 @@
1
1
  [project]
2
2
  name = "biomechzoo"
3
- version = "0.2.0"
4
- description = "Python implementation of the biomechZoo Matlab toolbox"
3
+ version = "0.2.1"
4
+ description = "Python implementation of the biomechZoo toolbox"
5
5
  readme = "README.md"
6
6
  requires-python = ">=3.13"
7
7
  license = "MIT"
@@ -0,0 +1,28 @@
1
+ Metadata-Version: 2.4
2
+ Name: biomechzoo
3
+ Version: 0.2.1
4
+ Summary: Python implementation of the biomechZoo toolbox
5
+ License-Expression: MIT
6
+ Project-URL: Homepage, https://github.com/mcgillmotionlab/biomechzoo
7
+ Requires-Python: >=3.13
8
+ Description-Content-Type: text/markdown
9
+ License-File: LICENSE
10
+ Requires-Dist: ezc3d>=1.5.19
11
+ Requires-Dist: matplotlib>=3.10.6
12
+ Requires-Dist: numpy>=2.3.3
13
+ Requires-Dist: pandas>=2.3.2
14
+ Requires-Dist: scipy>=1.16.2
15
+ Dynamic: license-file
16
+
17
+ # BiomechZoo for Python
18
+ This is a development version of the biomechzoo toolbox for python.
19
+
20
+ ## How to install
21
+ - biomechZoo for python is now an official package, you can simply add biomechZoo to your environment using
22
+ ``pip install biomechzoo``
23
+
24
+ ## Usage notes
25
+ - If you need to install a specific version, run ``pip install biomechzoo==x.x.x`` where x.x.x is the version number.
26
+ - If you need to update biomechzoo to the latest version in your env, run ``pip install biomechzoo --upgrade``
27
+
28
+ See also http://www.github.com/mcgillmotionlab/biomechzoo or http://www.biomechzoo.com for more information
biomechzoo-0.2.0/PKG-INFO DELETED
@@ -1,48 +0,0 @@
1
- Metadata-Version: 2.4
2
- Name: biomechzoo
3
- Version: 0.2.0
4
- Summary: Python implementation of the biomechZoo Matlab toolbox
5
- License-Expression: MIT
6
- Project-URL: Homepage, https://github.com/mcgillmotionlab/biomechzoo
7
- Requires-Python: >=3.13
8
- Description-Content-Type: text/markdown
9
- License-File: LICENSE
10
- Requires-Dist: ezc3d>=1.5.19
11
- Requires-Dist: matplotlib>=3.10.6
12
- Requires-Dist: numpy>=2.3.3
13
- Requires-Dist: pandas>=2.3.2
14
- Requires-Dist: scipy>=1.16.2
15
- Dynamic: license-file
16
-
17
- # Repository for the Python version of biomechZoo
18
- This is a development version of the biomechzoo toolbox for python. To use biomechzoo
19
- as a packagage alongside your code, follow the "How to install" instructions below
20
-
21
- ## How to install
22
- - make sure the local version of your code sits at the same level as biomechzoo.
23
- e.g.
24
- code_root/
25
- code_root/biomechzoo/ ← the repo with the actual package
26
- code_root/student_code/ ← where your scripts or notebooks live
27
-
28
- - open terminal or command window
29
- - create an environment for your research project: ``conda create -n name python=3.13 -c conda-forge``, where name is of your choice
30
- - activate your new environment: ``conda activate name``
31
- - navigate to parent directory where biomechzoo was cloned. e.g. ``code_root``
32
- - install biomechzoo: ``pip install -e biomechzoo``
33
- - install additional requirements: ``pip install -r biomechzoo/pip_requirements.txt``
34
-
35
- ## Updates (not tested)
36
- - If updates are made to biomechzoo, simply pull the latest version
37
- from github, you won't need to reinstall (unless there are new dependencies)
38
-
39
- ## Usage notes
40
- - To use biomechzoo in your project, you will need to import biomechzoo as:
41
- ``from biomechzoo.biomechzoo import BiomechZoo``
42
- - Then, you can create an object that is an instance of the BimechZoo class as:
43
- ``bmech = BiomechZoo(fld)`` where ``fld`` is the path to your data
44
-
45
-
46
- # opencap users
47
- - opencap users should pre-process their data using ``https://github.com/stanfordnmbl/opencap-processing``
48
- - processed data could be saved to csv using pandas and then imported to biomechzoo using csv2zoo (not yet functional)
@@ -1,32 +0,0 @@
1
- # Repository for the Python version of biomechZoo
2
- This is a development version of the biomechzoo toolbox for python. To use biomechzoo
3
- as a packagage alongside your code, follow the "How to install" instructions below
4
-
5
- ## How to install
6
- - make sure the local version of your code sits at the same level as biomechzoo.
7
- e.g.
8
- code_root/
9
- code_root/biomechzoo/ ← the repo with the actual package
10
- code_root/student_code/ ← where your scripts or notebooks live
11
-
12
- - open terminal or command window
13
- - create an environment for your research project: ``conda create -n name python=3.13 -c conda-forge``, where name is of your choice
14
- - activate your new environment: ``conda activate name``
15
- - navigate to parent directory where biomechzoo was cloned. e.g. ``code_root``
16
- - install biomechzoo: ``pip install -e biomechzoo``
17
- - install additional requirements: ``pip install -r biomechzoo/pip_requirements.txt``
18
-
19
- ## Updates (not tested)
20
- - If updates are made to biomechzoo, simply pull the latest version
21
- from github, you won't need to reinstall (unless there are new dependencies)
22
-
23
- ## Usage notes
24
- - To use biomechzoo in your project, you will need to import biomechzoo as:
25
- ``from biomechzoo.biomechzoo import BiomechZoo``
26
- - Then, you can create an object that is an instance of the BimechZoo class as:
27
- ``bmech = BiomechZoo(fld)`` where ``fld`` is the path to your data
28
-
29
-
30
- # opencap users
31
- - opencap users should pre-process their data using ``https://github.com/stanfordnmbl/opencap-processing``
32
- - processed data could be saved to csv using pandas and then imported to biomechzoo using csv2zoo (not yet functional)
@@ -1,48 +0,0 @@
1
- Metadata-Version: 2.4
2
- Name: biomechzoo
3
- Version: 0.2.0
4
- Summary: Python implementation of the biomechZoo Matlab toolbox
5
- License-Expression: MIT
6
- Project-URL: Homepage, https://github.com/mcgillmotionlab/biomechzoo
7
- Requires-Python: >=3.13
8
- Description-Content-Type: text/markdown
9
- License-File: LICENSE
10
- Requires-Dist: ezc3d>=1.5.19
11
- Requires-Dist: matplotlib>=3.10.6
12
- Requires-Dist: numpy>=2.3.3
13
- Requires-Dist: pandas>=2.3.2
14
- Requires-Dist: scipy>=1.16.2
15
- Dynamic: license-file
16
-
17
- # Repository for the Python version of biomechZoo
18
- This is a development version of the biomechzoo toolbox for python. To use biomechzoo
19
- as a packagage alongside your code, follow the "How to install" instructions below
20
-
21
- ## How to install
22
- - make sure the local version of your code sits at the same level as biomechzoo.
23
- e.g.
24
- code_root/
25
- code_root/biomechzoo/ ← the repo with the actual package
26
- code_root/student_code/ ← where your scripts or notebooks live
27
-
28
- - open terminal or command window
29
- - create an environment for your research project: ``conda create -n name python=3.13 -c conda-forge``, where name is of your choice
30
- - activate your new environment: ``conda activate name``
31
- - navigate to parent directory where biomechzoo was cloned. e.g. ``code_root``
32
- - install biomechzoo: ``pip install -e biomechzoo``
33
- - install additional requirements: ``pip install -r biomechzoo/pip_requirements.txt``
34
-
35
- ## Updates (not tested)
36
- - If updates are made to biomechzoo, simply pull the latest version
37
- from github, you won't need to reinstall (unless there are new dependencies)
38
-
39
- ## Usage notes
40
- - To use biomechzoo in your project, you will need to import biomechzoo as:
41
- ``from biomechzoo.biomechzoo import BiomechZoo``
42
- - Then, you can create an object that is an instance of the BimechZoo class as:
43
- ``bmech = BiomechZoo(fld)`` where ``fld`` is the path to your data
44
-
45
-
46
- # opencap users
47
- - opencap users should pre-process their data using ``https://github.com/stanfordnmbl/opencap-processing``
48
- - processed data could be saved to csv using pandas and then imported to biomechzoo using csv2zoo (not yet functional)
File without changes
File without changes