arrlp 0.1.11__py3-none-any.whl → 0.1.13__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
arrlp/__init__.py CHANGED
@@ -11,7 +11,7 @@ A library providing custom functions for arrays.
11
11
 
12
12
 
13
13
 
14
- # %% Source code
14
+ # %% Source import
15
15
  sources = {
16
16
  'compress': 'arrlp.modules.compress_LP.compress',
17
17
  'convolve': 'arrlp.modules.convolve_LP.convolve',
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: arrlp
3
- Version: 0.1.11
3
+ Version: 0.1.13
4
4
  Summary: A library providing custom functions for arrays.
5
5
  Requires-Dist: astropy
6
6
  Requires-Dist: corelp
@@ -1,4 +1,4 @@
1
- arrlp/__init__.py,sha256=kzS4L4mxdLN_gn5qKiCDNTORvZEAXm3KJ07YOzOPqmA,703
1
+ arrlp/__init__.py,sha256=y3tuO2c6d16u5vMsdkfE3kOaCSy2GI6ZVrG9ODEHAPY,705
2
2
  arrlp/modules/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
3
  arrlp/modules/compress_LP/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
4
  arrlp/modules/compress_LP/compress.py,sha256=NGTqGjz-ZTtYy2M9XW-kimwGAeML4E1r58Urz06jgis,4011
@@ -37,6 +37,6 @@ arrlp/modules/xp_LP/test_xp.py,sha256=3DuMdIEvtv8T7t6C7msgKqvhv7qEJXBEzbgysS2NDK
37
37
  arrlp/modules/xp_LP/xp.py,sha256=5KS70x5YyNeEvMibufwDFY1NM6H6QaQpn0HWIlVJN7Q,2599
38
38
  arrlp/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
39
39
  arrlp/routines/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
40
- arrlp-0.1.11.dist-info/WHEEL,sha256=XV0cjMrO7zXhVAIyyc8aFf1VjZ33Fen4IiJk5zFlC3g,80
41
- arrlp-0.1.11.dist-info/METADATA,sha256=7C5MQptPnqWd9GY9eizZCClieeala9IHplGvgg7ZhuM,1728
42
- arrlp-0.1.11.dist-info/RECORD,,
40
+ arrlp-0.1.13.dist-info/WHEEL,sha256=XV0cjMrO7zXhVAIyyc8aFf1VjZ33Fen4IiJk5zFlC3g,80
41
+ arrlp-0.1.13.dist-info/METADATA,sha256=j5vOwWDKi5VpmSuTeXo62I_bj7MaqgM41Xk2mylmwv8,1728
42
+ arrlp-0.1.13.dist-info/RECORD,,
File without changes