mapreader 1.7.0.post0.dev3__py3-none-any.whl → 1.7.0.post0.dev4__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.
mapreader/_version.py CHANGED
@@ -8,11 +8,11 @@ import json
8
8
 
9
9
  version_json = '''
10
10
  {
11
- "date": "2025-04-30T16:44:32+0100",
11
+ "date": "2025-05-01T15:52:09+0200",
12
12
  "dirty": false,
13
13
  "error": null,
14
- "full-revisionid": "6288a508776504a0df3e029e5532e52825674f32",
15
- "version": "1.7.0.post0.dev3"
14
+ "full-revisionid": "12a1d73f5dd69ca1a0e2da8c42134f6b0ba63315",
15
+ "version": "1.7.0.post0.dev4"
16
16
  }
17
17
  ''' # END VERSION_JSON
18
18
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: mapreader
3
- Version: 1.7.0.post0.dev3
3
+ Version: 1.7.0.post0.dev4
4
4
  Summary: A computer vision pipeline for the semantic exploration of maps/images at scale
5
5
  Home-page: https://github.com/Living-with-machines/MapReader
6
6
  Download-URL: https://github.com/Living-with-machines/MapReader/archive/refs/heads/main.zip
@@ -1,6 +1,6 @@
1
1
  mapreader/__init__.py,sha256=ztmWx0OCneJzlu2L1CP7NPwieGYv1kvARJJOUzq_6OQ,1720
2
2
  mapreader/__main__.py,sha256=hKOJEZkRPHZ-wwwz_RRR5OxMK5UilAfbQlq6k9icl_I,112
3
- mapreader/_version.py,sha256=8m7bHvkOo46tuLZjV2y4_8zOaxa8tm7Wt4J095G411c,508
3
+ mapreader/_version.py,sha256=gVPvwewLY7sEuAgQ12fHuM_0x7BWzWE2A_UCMRAzePk,508
4
4
  mapreader/annotate/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
5
5
  mapreader/annotate/annotator.py,sha256=durfdQpGFdR6Gp7QZSf5zN_arYDh7ut7qGfdFeng77c,37389
6
6
  mapreader/classify/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -34,9 +34,9 @@ mapreader/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
34
34
  mapreader/utils/compute_and_save_stats.py,sha256=bOI6FfnzLWwtx8YOY-A7xN1mK1Thx7De-FANGJ2BNRY,979
35
35
  mapreader/utils/load_frames.py,sha256=o4QztKbf8FBs6cxDHtx-ypwIMZRf4px6q1aKD5kZLwI,3558
36
36
  mapreader/utils/slice_parallel.py,sha256=jXHYZ811IiKBPOKPI40IYeSA9RHC7evo61H44fbPXhI,1634
37
- mapreader-1.7.0.post0.dev3.dist-info/licenses/LICENSE,sha256=lZ12qYK_-T-58n5YueZUgyxZQpz4kJzGCJwAI9e2rXA,1215
38
- mapreader-1.7.0.post0.dev3.dist-info/METADATA,sha256=LqnGPfOXPR-nebKtzPltqjyRlbMdWzvWy-5j5Xi-r4A,15803
39
- mapreader-1.7.0.post0.dev3.dist-info/WHEEL,sha256=ooBFpIzZCPdw3uqIQsOo4qqbA4ZRPxHnOH7peeONza0,91
40
- mapreader-1.7.0.post0.dev3.dist-info/entry_points.txt,sha256=oJAMoNzUMr-iGOli2-o2hlzYbyPPM_eVHQDFrijQvz8,54
41
- mapreader-1.7.0.post0.dev3.dist-info/top_level.txt,sha256=Z1DD0SVhh767afeDuV7blzVA6sYl0-71K81-ld4EbKY,10
42
- mapreader-1.7.0.post0.dev3.dist-info/RECORD,,
37
+ mapreader-1.7.0.post0.dev4.dist-info/licenses/LICENSE,sha256=lZ12qYK_-T-58n5YueZUgyxZQpz4kJzGCJwAI9e2rXA,1215
38
+ mapreader-1.7.0.post0.dev4.dist-info/METADATA,sha256=7pmkL2WV10m0AjeoggYj2vpbnTR5XQQrkfxGKZgOTI0,15803
39
+ mapreader-1.7.0.post0.dev4.dist-info/WHEEL,sha256=wXxTzcEDnjrTwFYjLPcsW_7_XihufBwmpiBeiXNBGEA,91
40
+ mapreader-1.7.0.post0.dev4.dist-info/entry_points.txt,sha256=oJAMoNzUMr-iGOli2-o2hlzYbyPPM_eVHQDFrijQvz8,54
41
+ mapreader-1.7.0.post0.dev4.dist-info/top_level.txt,sha256=Z1DD0SVhh767afeDuV7blzVA6sYl0-71K81-ld4EbKY,10
42
+ mapreader-1.7.0.post0.dev4.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (80.0.1)
2
+ Generator: setuptools (80.1.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5