Skip to content

Commit e0a5155

Browse files
committed
Merge branch 'release/1.6.1'
2 parents ea22c71 + 3d7adca commit e0a5155

16 files changed

Lines changed: 26 additions & 24 deletions

File tree

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.6*
5+
*Latest Version: 1.6.1*
66

77
## What is this repository for?
88

201 Bytes
Binary file not shown.
325 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: aaea8eca60db16fa578a5d9c78ce9f0d
3+
config: ff0e51bdb9d19a4dec2463ac64227ca4
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: fa96f392e37c32c12661d44cfe9a2393
3+
config: aaea8eca60db16fa578a5d9c78ce9f0d
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

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

Lines changed: 5 additions & 4 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>geocode.geocode &mdash; Geocode 1.6 documentation</title>
8+
<title>geocode.geocode &mdash; Geocode 1.6.1 documentation</title>
99
<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=9d552775"></script>
15+
<script src="../../_static/documentation_options.js?v=d6a008b6"></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>
@@ -213,12 +213,13 @@ <h1>Source code for geocode.geocode</h1><div class="highlight"><pre>
213213

214214
<div class="viewcode-block" id="Geocoder.get_llsoa_boundaries">
215215
<a class="viewcode-back" href="../../modules.html#geocode.Geocoder.get_llsoa_boundaries">[docs]</a>
216-
<span class="k">def</span><span class="w"> </span><span class="nf">get_llsoa_boundaries</span><span class="p">(</span><span class="bp">self</span><span class="p">):</span>
216+
<span class="k">def</span><span class="w"> </span><span class="nf">get_llsoa_boundaries</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="o">**</span><span class="n">kwargs</span><span class="p">):</span>
217217
<span class="w"> </span><span class="sd">&quot;&quot;&quot;</span>
218218
<span class="sd"> Load the LLSOA boundaries, either from local cache if available, else fetch from raw API</span>
219219
<span class="sd"> (England and Wales) and packaged data (Scotland).</span>
220220
<span class="sd"> &quot;&quot;&quot;</span>
221-
<span class="k">return</span> <span class="bp">self</span><span class="o">.</span><span class="n">ons_nrs</span><span class="o">.</span><span class="n">_load_llsoa_boundaries</span><span class="p">()</span></div>
221+
<span class="n">version</span> <span class="o">=</span> <span class="n">kwargs</span><span class="o">.</span><span class="n">get</span><span class="p">(</span><span class="s2">&quot;version&quot;</span><span class="p">,</span> <span class="s2">&quot;2021&quot;</span><span class="p">)</span>
222+
<span class="k">return</span> <span class="bp">self</span><span class="o">.</span><span class="n">ons_nrs</span><span class="o">.</span><span class="n">_load_llsoa_boundaries</span><span class="p">(</span><span class="n">version</span><span class="p">)</span></div>
222223

223224

224225
<div class="viewcode-block" id="Geocoder.geocode_llsoa">

docs/build/html/_modules/index.html

Lines changed: 2 additions & 2 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.6 documentation</title>
8+
<title>Overview: module code &mdash; Geocode 1.6.1 documentation</title>
99
<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=9d552775"></script>
15+
<script src="../_static/documentation_options.js?v=d6a008b6"></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/documentation_options.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const DOCUMENTATION_OPTIONS = {
2-
VERSION: '1.6',
2+
VERSION: '1.6.1',
33
LANGUAGE: 'en',
44
COLLAPSE_INDEX: false,
55
BUILDER: 'html',

docs/build/html/genindex.html

Lines changed: 2 additions & 2 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>Index &mdash; Geocode 1.6 documentation</title>
8+
<title>Index &mdash; Geocode 1.6.1 documentation</title>
99
<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=9d552775"></script>
15+
<script src="_static/documentation_options.js?v=d6a008b6"></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/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
77

88
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
9-
<title>Welcome to Geocode’s documentation! &mdash; Geocode 1.6 documentation</title>
9+
<title>Welcome to Geocode’s documentation! &mdash; Geocode 1.6.1 documentation</title>
1010
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=b86133f3" />
1111
<link rel="stylesheet" type="text/css" href="_static/css/theme.css?v=e59714d7" />
1212

1313

1414
<script src="_static/jquery.js?v=5d32c60e"></script>
1515
<script src="_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
16-
<script src="_static/documentation_options.js?v=9d552775"></script>
16+
<script src="_static/documentation_options.js?v=d6a008b6"></script>
1717
<script src="_static/doctools.js?v=9bcbadda"></script>
1818
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
1919
<script src="_static/js/theme.js"></script>

0 commit comments

Comments
 (0)