capnhook-ml 0.1.0__tar.gz → 0.1.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.
Files changed (27) hide show
  1. {capnhook_ml-0.1.0/src/capnhook_ml.egg-info → capnhook_ml-0.1.1}/PKG-INFO +2 -2
  2. {capnhook_ml-0.1.0 → capnhook_ml-0.1.1}/README.md +2 -2
  3. {capnhook_ml-0.1.0 → capnhook_ml-0.1.1}/pyproject.toml +1 -1
  4. {capnhook_ml-0.1.0 → capnhook_ml-0.1.1/src/capnhook_ml.egg-info}/PKG-INFO +2 -2
  5. {capnhook_ml-0.1.0 → capnhook_ml-0.1.1}/CMakeLists.txt +0 -0
  6. {capnhook_ml-0.1.0 → capnhook_ml-0.1.1}/LICENSE +0 -0
  7. {capnhook_ml-0.1.0 → capnhook_ml-0.1.1}/MANIFEST.in +0 -0
  8. {capnhook_ml-0.1.0 → capnhook_ml-0.1.1}/conanfile.txt +0 -0
  9. {capnhook_ml-0.1.0 → capnhook_ml-0.1.1}/setup.cfg +0 -0
  10. {capnhook_ml-0.1.0 → capnhook_ml-0.1.1}/setup.py +0 -0
  11. {capnhook_ml-0.1.0 → capnhook_ml-0.1.1}/src/alloc.hpp +0 -0
  12. {capnhook_ml-0.1.0 → capnhook_ml-0.1.1}/src/capnhook_ml.cpp +0 -0
  13. {capnhook_ml-0.1.0 → capnhook_ml-0.1.1}/src/capnhook_ml.egg-info/SOURCES.txt +0 -0
  14. {capnhook_ml-0.1.0 → capnhook_ml-0.1.1}/src/capnhook_ml.egg-info/dependency_links.txt +0 -0
  15. {capnhook_ml-0.1.0 → capnhook_ml-0.1.1}/src/capnhook_ml.egg-info/requires.txt +0 -0
  16. {capnhook_ml-0.1.0 → capnhook_ml-0.1.1}/src/capnhook_ml.egg-info/top_level.txt +0 -0
  17. {capnhook_ml-0.1.0 → capnhook_ml-0.1.1}/src/ops.hpp +0 -0
  18. {capnhook_ml-0.1.0 → capnhook_ml-0.1.1}/src/registry.cpp +0 -0
  19. {capnhook_ml-0.1.0 → capnhook_ml-0.1.1}/src/registry.hpp +0 -0
  20. {capnhook_ml-0.1.0 → capnhook_ml-0.1.1}/src/simd/binary.hpp +0 -0
  21. {capnhook_ml-0.1.0 → capnhook_ml-0.1.1}/src/simd/linalg.hpp +0 -0
  22. {capnhook_ml-0.1.0 → capnhook_ml-0.1.1}/src/simd/reduce.hpp +0 -0
  23. {capnhook_ml-0.1.0 → capnhook_ml-0.1.1}/src/simd/unary.hpp +0 -0
  24. {capnhook_ml-0.1.0 → capnhook_ml-0.1.1}/tests/test_binary.py +0 -0
  25. {capnhook_ml-0.1.0 → capnhook_ml-0.1.1}/tests/test_linalg.py +0 -0
  26. {capnhook_ml-0.1.0 → capnhook_ml-0.1.1}/tests/test_reduce.py +0 -0
  27. {capnhook_ml-0.1.0 → capnhook_ml-0.1.1}/tests/test_unary.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: capnhook-ml
3
- Version: 0.1.0
3
+ Version: 0.1.1
4
4
  Summary: Optimised SIMD libary for machine learning
5
5
  Author: ismaeelbashir03
6
6
  Author-email: Ismaeel Bashir <ismaeelbashir2003@gmail.com>
@@ -732,5 +732,5 @@ We motivate the use of libraries/technologies through very basic benchmarks. The
732
732
  ## Installation
733
733
  To install this library, run:
734
734
  ```bash
735
- python setup.py install
735
+ pip install capnhook_ml
736
736
  ```
@@ -33,5 +33,5 @@ We motivate the use of libraries/technologies through very basic benchmarks. The
33
33
  ## Installation
34
34
  To install this library, run:
35
35
  ```bash
36
- python setup.py install
37
- ```
36
+ pip install capnhook_ml
37
+ ```
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "capnhook-ml"
7
- version = "0.1.0"
7
+ version = "0.1.1"
8
8
  description = "Optimised SIMD libary for machine learning"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.12"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: capnhook-ml
3
- Version: 0.1.0
3
+ Version: 0.1.1
4
4
  Summary: Optimised SIMD libary for machine learning
5
5
  Author: ismaeelbashir03
6
6
  Author-email: Ismaeel Bashir <ismaeelbashir2003@gmail.com>
@@ -732,5 +732,5 @@ We motivate the use of libraries/technologies through very basic benchmarks. The
732
732
  ## Installation
733
733
  To install this library, run:
734
734
  ```bash
735
- python setup.py install
735
+ pip install capnhook_ml
736
736
  ```
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes