Skip to content

Commit 1555d5c

Browse files
committed
Upgrade to v3.6.4
1 parent 3c1ecd8 commit 1555d5c

File tree

5 files changed

+10
-6
lines changed

5 files changed

+10
-6
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
66

77
We track the MAJOR and MINOR version levels of Uber's H3 project (https://github.com/uber/h3) but maintain independent patch levels so we can make small fixes and non breaking changes.
88

9+
## [3.6.4] - 2020-7-2
10+
### Changed
11+
- Reinstate new `polyfill` algorithm for up to 3x perf boost.
12+
913
## [3.6.2] - 2020-1-8
1014
### Changed
1115
- Revert new polyfill algorithm until reported issues are fixed.

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
h3 (3.6.2)
4+
h3 (3.6.4)
55
ffi (~> 1.9)
66
rgeo-geojson (~> 2.1)
77
zeitwerk (~> 2.1)
@@ -17,7 +17,7 @@ GEM
1717
tins (~> 1.6)
1818
diff-lcs (1.3)
1919
docile (1.3.1)
20-
ffi (1.11.3)
20+
ffi (1.13.1)
2121
json (2.1.0)
2222
rake (12.3.3)
2323
rgeo (2.1.1)
@@ -46,7 +46,7 @@ GEM
4646
thor (0.19.4)
4747
tins (1.20.2)
4848
yard (0.9.20)
49-
zeitwerk (2.2.2)
49+
zeitwerk (2.3.1)
5050

5151
PLATFORMS
5252
ruby

ext/h3/src

Submodule src updated 121 files

lib/h3/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module H3
2-
VERSION = "3.6.2".freeze
2+
VERSION = "3.6.4".freeze
33
end

spec/regions_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
File.read(File.join(File.dirname(__FILE__), "support/fixtures/banbury.json"))
4343
end
4444
let(:resolution) { 9 }
45-
let(:expected_count) { 75_367 }
45+
let(:expected_count) { 47_018 }
4646

4747
subject(:max_polyfill_size) { H3.max_polyfill_size(geojson, resolution) }
4848

0 commit comments

Comments
 (0)