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

diffractio

Package Overview
Dependencies
Maintainers
2
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

diffractio - npm Package Compare versions

Comparing version
0.2.3
to
0.2.4
tests/__pycache__/__init__.cpython-310.pyc

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

+1
-4
Metadata-Version: 2.1
Name: diffractio
Version: 0.2.3
Version: 0.2.4
Summary: Optical Diffraction and Interference (scalar and vectorial)

@@ -33,5 +33,2 @@ Home-page: https://bitbucket.org/optbrea/diffractio/src/master/

.. image:: https://img.shields.io/travis/optbrea/diffractio.svg
:target: https://bitbucket.org/optbrea/diffractio/src/master/
.. image:: https://readthedocs.org/projects/diffractio/badge/?version=latest

@@ -38,0 +35,0 @@ :target: https://diffractio.readthedocs.io/en/latest/

+3
-5

@@ -33,5 +33,6 @@ # !/usr/bin/env python3

from matplotlib import rcParams
import datetime
import multiprocessing
import matplotlib.pyplot as plt

@@ -41,8 +42,6 @@ import numpy as np

from matplotlib import cm, rcParams
from .config import CONF_DRAWING
__author__ = """Luis Miguel Sanchez Brea"""
__email__ = 'optbrea@ucm.es'
__version__ = '0.2.3'
__version__ = '0.2.4'

@@ -70,4 +69,3 @@ name = 'diffractio'

from matplotlib import rcParams
rcParams['figure.dpi'] = 75

@@ -67,3 +67,3 @@ #!/usr/bin/env python3

# version = diffractio.__version__
version = '0.2.3'
version = '0.2.4'
# The full version, including alpha/beta/rc tags.

@@ -70,0 +70,0 @@ # release = diffractio.__version__

@@ -164,3 +164,3 @@ =======

0.2.3 (2023-11-21)
0.2.4 (2023-11-21)
--------------------------------

@@ -167,0 +167,0 @@

Metadata-Version: 2.1
Name: diffractio
Version: 0.2.3
Version: 0.2.4
Summary: Optical Diffraction and Interference (scalar and vectorial)

@@ -33,5 +33,2 @@ Home-page: https://bitbucket.org/optbrea/diffractio/src/master/

.. image:: https://img.shields.io/travis/optbrea/diffractio.svg
:target: https://bitbucket.org/optbrea/diffractio/src/master/
.. image:: https://readthedocs.org/projects/diffractio/badge/?version=latest

@@ -38,0 +35,0 @@ :target: https://diffractio.readthedocs.io/en/latest/

@@ -12,5 +12,2 @@ ================================================

.. image:: https://img.shields.io/travis/optbrea/diffractio.svg
:target: https://bitbucket.org/optbrea/diffractio/src/master/
.. image:: https://readthedocs.org/projects/diffractio/badge/?version=latest

@@ -17,0 +14,0 @@ :target: https://diffractio.readthedocs.io/en/latest/

@@ -18,3 +18,3 @@ #!/usr/bin/env python3

requirements = [
'screeninfo', 'Pillow', 'numexpr', 'pandas','py_pol',
'screeninfo', 'Pillow', 'numexpr', 'pandas', 'py_pol',
'ipywidgets', 'ipympl', 'opencv-python'

@@ -57,3 +57,3 @@ ]

'diffractio', 'optics', 'diffraction', 'interference',
'BPM', 'WPM', 'CZT', 'RS', 'VRS'
'BPM', 'WPM', 'CZT', 'RS', 'VRS'
],

@@ -66,4 +66,4 @@ name='diffractio',

url='https://bitbucket.org/optbrea/diffractio/src/master/',
version='0.2.3',
version='0.2.4',
zip_safe=False,
)