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

bicm

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bicm - npm Package Compare versions

Comparing version
3.0.5
to
3.0.6
+1
-1
bicm.egg-info/PKG-INFO
Metadata-Version: 2.1
Name: bicm
Version: 3.0.5
Version: 3.0.6
Summary: Package for bipartite configuration model

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

@@ -19,3 +19,3 @@ """

__version__ = "3.0.5"
__version__ = "3.0.6"
__author__ = """Matteo Bruno (matteobruno180@gmail.com)"""

@@ -284,2 +284,3 @@ """

assert isinstance(list(adj_list.keys())[0], (np.number)), 'Adjacency list must be numeric'
assert isinstance(list(adj_list.values())[0], (np.number)), 'Adjacency list must be numeric'
rows_index = [k for k, v in adj_list.items() for _ in range(len(v))]

@@ -286,0 +287,0 @@ cols_index = [i for ids in adj_list.values() for i in ids]

Metadata-Version: 2.1
Name: bicm
Version: 3.0.5
Version: 3.0.6
Summary: Package for bipartite configuration model

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

@@ -8,3 +8,3 @@ import setuptools

name="bicm",
version="3.0.5",
version="3.0.6",
author="Matteo Bruno",

@@ -11,0 +11,0 @@ author_email="matteobruno180@gmail.com",

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