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.13
to
1.0.14
+1
-1
bionumpy.egg-info/PKG-INFO
Metadata-Version: 2.1
Name: bionumpy
Version: 1.0.13
Version: 1.0.14
Summary: Library for working with biological sequence data as numpy arrays.

@@ -5,0 +5,0 @@ Home-page: https://github.com/bionumpy/bionumpy

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

__email__ = "knutdrand@gmail.com"
__version__ = '1.0.13'
__version__ = '1.0.14'

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

@@ -71,3 +71,3 @@ import dataclasses

"""
__annotations__ = {field.name: field.type for field in dataclasses.fields(dataclass)}
def __init__(self, item_getter, set_values=None, computed_values=None):

@@ -74,0 +74,0 @@ self._itemgetter = item_getter

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

@@ -5,0 +5,0 @@ Home-page: https://github.com/bionumpy/bionumpy

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

url='https://github.com/bionumpy/bionumpy',
version='1.0.13',
version='1.0.14',
zip_safe=False,

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