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.
- {capnhook_ml-0.1.0/src/capnhook_ml.egg-info → capnhook_ml-0.1.1}/PKG-INFO +2 -2
- {capnhook_ml-0.1.0 → capnhook_ml-0.1.1}/README.md +2 -2
- {capnhook_ml-0.1.0 → capnhook_ml-0.1.1}/pyproject.toml +1 -1
- {capnhook_ml-0.1.0 → capnhook_ml-0.1.1/src/capnhook_ml.egg-info}/PKG-INFO +2 -2
- {capnhook_ml-0.1.0 → capnhook_ml-0.1.1}/CMakeLists.txt +0 -0
- {capnhook_ml-0.1.0 → capnhook_ml-0.1.1}/LICENSE +0 -0
- {capnhook_ml-0.1.0 → capnhook_ml-0.1.1}/MANIFEST.in +0 -0
- {capnhook_ml-0.1.0 → capnhook_ml-0.1.1}/conanfile.txt +0 -0
- {capnhook_ml-0.1.0 → capnhook_ml-0.1.1}/setup.cfg +0 -0
- {capnhook_ml-0.1.0 → capnhook_ml-0.1.1}/setup.py +0 -0
- {capnhook_ml-0.1.0 → capnhook_ml-0.1.1}/src/alloc.hpp +0 -0
- {capnhook_ml-0.1.0 → capnhook_ml-0.1.1}/src/capnhook_ml.cpp +0 -0
- {capnhook_ml-0.1.0 → capnhook_ml-0.1.1}/src/capnhook_ml.egg-info/SOURCES.txt +0 -0
- {capnhook_ml-0.1.0 → capnhook_ml-0.1.1}/src/capnhook_ml.egg-info/dependency_links.txt +0 -0
- {capnhook_ml-0.1.0 → capnhook_ml-0.1.1}/src/capnhook_ml.egg-info/requires.txt +0 -0
- {capnhook_ml-0.1.0 → capnhook_ml-0.1.1}/src/capnhook_ml.egg-info/top_level.txt +0 -0
- {capnhook_ml-0.1.0 → capnhook_ml-0.1.1}/src/ops.hpp +0 -0
- {capnhook_ml-0.1.0 → capnhook_ml-0.1.1}/src/registry.cpp +0 -0
- {capnhook_ml-0.1.0 → capnhook_ml-0.1.1}/src/registry.hpp +0 -0
- {capnhook_ml-0.1.0 → capnhook_ml-0.1.1}/src/simd/binary.hpp +0 -0
- {capnhook_ml-0.1.0 → capnhook_ml-0.1.1}/src/simd/linalg.hpp +0 -0
- {capnhook_ml-0.1.0 → capnhook_ml-0.1.1}/src/simd/reduce.hpp +0 -0
- {capnhook_ml-0.1.0 → capnhook_ml-0.1.1}/src/simd/unary.hpp +0 -0
- {capnhook_ml-0.1.0 → capnhook_ml-0.1.1}/tests/test_binary.py +0 -0
- {capnhook_ml-0.1.0 → capnhook_ml-0.1.1}/tests/test_linalg.py +0 -0
- {capnhook_ml-0.1.0 → capnhook_ml-0.1.1}/tests/test_reduce.py +0 -0
- {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.
|
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
|
-
|
735
|
+
pip install capnhook_ml
|
736
736
|
```
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: capnhook-ml
|
3
|
-
Version: 0.1.
|
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
|
-
|
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
|
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
|