arrlp 0.1.11__py3-none-any.whl → 0.1.12__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',
@@ -24,6 +24,18 @@ sources = {
24
24
 
25
25
 
26
26
 
27
+ # %% Hidden imports
28
+ if False :
29
+ import arrlp.modules.compress_LP.compress
30
+ import arrlp.modules.convolve_LP.convolve
31
+ import arrlp.modules.coordinates_LP.coordinates
32
+ import arrlp.modules.correlate_LP.correlate
33
+ import arrlp.modules.kernel_LP.kernel
34
+ import arrlp.modules.relabel_LP.relabel
35
+ import arrlp.modules.xp_LP.xp
36
+
37
+
38
+
27
39
  # %% Lazy imports
28
40
  from corelp import getmodule
29
41
  __getattr__, __all__ = getmodule(sources)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: arrlp
3
- Version: 0.1.11
3
+ Version: 0.1.12
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=x3oGPZtYKFTPOgI2KAAUT_Zler3Qezp_GkxZMhttT-Q,1051
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.12.dist-info/WHEEL,sha256=XV0cjMrO7zXhVAIyyc8aFf1VjZ33Fen4IiJk5zFlC3g,80
41
+ arrlp-0.1.12.dist-info/METADATA,sha256=PnktARib6RRQFNXIGmBaxv0UaNMl2c8LCmH67MD6Q5s,1728
42
+ arrlp-0.1.12.dist-info/RECORD,,
File without changes