Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

eigency

Package Overview
Dependencies
Maintainers
3
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eigency - npm Package Compare versions

Comparing version
1.80
to
2.0.0a1
+2
-3
eigency.egg-info/PKG-INFO
Metadata-Version: 2.1
Name: eigency
Version: 1.80
Version: 2.0.0a1
Summary: Cython interface between the numpy arrays and the Matrix/Array classes of the Eigen C++ library

@@ -14,3 +14,2 @@ Home-page: https://github.com/wouterboomsma/eigency

Classifier: Programming Language :: Cython
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.5

@@ -22,3 +21,3 @@ Classifier: Programming Language :: Python :: 3.6

Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*
Requires-Python: >=3.5
Description-Content-Type: text/markdown

@@ -25,0 +24,0 @@ License-File: LICENSE.txt

Metadata-Version: 2.1
Name: eigency
Version: 1.80
Version: 2.0.0a1
Summary: Cython interface between the numpy arrays and the Matrix/Array classes of the Eigen C++ library

@@ -14,3 +14,2 @@ Home-page: https://github.com/wouterboomsma/eigency

Classifier: Programming Language :: Cython
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.5

@@ -22,3 +21,3 @@ Classifier: Programming Language :: Python :: 3.6

Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*
Requires-Python: >=3.5
Description-Content-Type: text/markdown

@@ -25,0 +24,0 @@ License-File: LICENSE.txt

+1
-2

@@ -72,3 +72,2 @@ import os

"Programming Language :: Cython",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3.5",

@@ -91,4 +90,4 @@ "Programming Language :: Python :: 3.6",

exclude_package_data={__package_name__: [join(__eigen_lib_dir__, "CMakeLists.txt")]},
python_requires=">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*",
python_requires=">=3.5",
install_requires=["numpy"],
)

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display