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

pysym

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pysym - npm Package Compare versions

Comparing version
0.2.2
to
0.2.3
+1
-1
PKG-INFO
Metadata-Version: 1.1
Name: pysym
Version: 0.2.2
Version: 0.2.3
Summary: Minimal symbolic manipulation framework.

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

Metadata-Version: 1.1
Name: pysym
Version: 0.2.2
Version: 0.2.3
Summary: Minimal symbolic manipulation framework.

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

@@ -1,1 +0,1 @@

__version__ = '0.2.2'
__version__ = '0.2.3'

@@ -769,3 +769,3 @@ # -*- coding: utf-8 -*-

return Number.make(source[ri, ci])
except TypeError:
except (TypeError, IndexError):
return Number.make(source[ri*ncols + ci])

@@ -772,0 +772,0 @@ self.args = (nrows, ncols) + tuple(