Skip to content

Commit ea22c71

Browse files
committed
Merge branch 'release/1.6'
2 parents 050fd78 + a86ea30 commit ea22c71

23 files changed

Lines changed: 101 additions & 105 deletions

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Geocode various geographical entities including postcodes and LLSOAs. Reverse-geocode to LLSOA or GSP/GNode.
44

5-
*Latest Version: 1.5*
5+
*Latest Version: 1.6*
66

77
## What is this repository for?
88

Tests/test_geocode.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def mock_neso_force_setup():
7676
},
7777
crs="EPSG:4326",
7878
)
79-
for version in ["20220314", "20250109", "20251204"]:
79+
for version in ["20220314", "20250109", "20251204", "20260209"]:
8080
geo.cache_manager.write(f"gsp_boundaries_{version}", gsp_boundaries)
8181
geo.cache_manager.write("dno_boundaries", gpd.GeoDataFrame({}))
8282

518 Bytes
Binary file not shown.

docs/build/doctrees/index.doctree

0 Bytes
Binary file not shown.
683 Bytes
Binary file not shown.

docs/build/html/.buildinfo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file records the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: fa96f392e37c32c12661d44cfe9a2393
3+
config: aaea8eca60db16fa578a5d9c78ce9f0d
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

docs/build/html/.buildinfo.bak

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file records the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: 424d7168cd60bea0fa2f6363ec629150
3+
config: fa96f392e37c32c12661d44cfe9a2393
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

docs/build/html/_modules/geocode/geocode.html

Lines changed: 46 additions & 46 deletions
Large diffs are not rendered by default.

docs/build/html/_modules/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
<head>
66
<meta charset="utf-8" />
77
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
8-
<title>Overview: module code &mdash; Geocode 1.5 documentation</title>
9-
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=80d5e7a1" />
8+
<title>Overview: module code &mdash; Geocode 1.6 documentation</title>
9+
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=b86133f3" />
1010
<link rel="stylesheet" type="text/css" href="../_static/css/theme.css?v=e59714d7" />
1111

1212

1313
<script src="../_static/jquery.js?v=5d32c60e"></script>
1414
<script src="../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
15-
<script src="../_static/documentation_options.js?v=aaadad1f"></script>
15+
<script src="../_static/documentation_options.js?v=9d552775"></script>
1616
<script src="../_static/doctools.js?v=9bcbadda"></script>
1717
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
1818
<script src="../_static/js/theme.js"></script>

docs/build/html/_static/basic.css

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -741,14 +741,6 @@ abbr, acronym {
741741
cursor: help;
742742
}
743743

744-
.translated {
745-
background-color: rgba(207, 255, 207, 0.2)
746-
}
747-
748-
.untranslated {
749-
background-color: rgba(255, 207, 207, 0.2)
750-
}
751-
752744
/* -- code displays --------------------------------------------------------- */
753745

754746
pre {

0 commit comments

Comments
 (0)