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

bionumpy

Package Overview
Dependencies
Maintainers
1
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bionumpy - npm Package Compare versions

Comparing version
1.0.7
to
1.0.8
+2
-2
bionumpy.egg-info/PKG-INFO
Metadata-Version: 2.1
Name: bionumpy
Version: 1.0.7
Version: 1.0.8
Summary: Library for working with biological sequence data as numpy arrays.

@@ -21,3 +21,3 @@ Home-page: https://github.com/bionumpy/bionumpy

Requires-Dist: numpy>=1.20
Requires-Dist: npstructures>=0.2.9
Requires-Dist: npstructures>=0.2.15
Provides-Extra: full

@@ -24,0 +24,0 @@ Requires-Dist: isal; extra == "full"

numpy>=1.20
npstructures>=0.2.9
npstructures>=0.2.15
[full]
isal

@@ -5,3 +5,3 @@ """Top-level package for bionumpy."""

__email__ = "knutdrand@gmail.com"
__version__ = '1.0.7'
__version__ = '1.0.8'

@@ -8,0 +8,0 @@ import npstructures as nps

Metadata-Version: 2.1
Name: bionumpy
Version: 1.0.7
Version: 1.0.8
Summary: Library for working with biological sequence data as numpy arrays.

@@ -21,3 +21,3 @@ Home-page: https://github.com/bionumpy/bionumpy

Requires-Dist: numpy>=1.20
Requires-Dist: npstructures>=0.2.9
Requires-Dist: npstructures>=0.2.15
Provides-Extra: full

@@ -24,0 +24,0 @@ Requires-Dist: isal; extra == "full"

@@ -14,3 +14,3 @@ #!/usr/bin/env python

requirements = ['numpy>=1.20',
'npstructures>=0.2.9',]
'npstructures>=0.2.15',]
# 'npstructures @ git+https://github.com/knutdrand/npstructures.git']

@@ -50,3 +50,3 @@

url='https://github.com/bionumpy/bionumpy',
version='1.0.7',
version='1.0.8',
zip_safe=False,

@@ -53,0 +53,0 @@ extras_require={'full': ['isal']}