Commit Graph

5474 Commits

Author SHA1 Message Date
Oskar Thorbjornsson
c4c636febd Adding directions to the readme on how to download Senzing datamodel. 2023-02-12 18:04:10 -08:00
Oskar Thorbjornsson
ec9e0e341f Enable downloading of Senzing data model. 2023-02-12 17:58:36 -08:00
Zijian
1ff4cafed5 move states abbreviation to toponyms.txt 2023-02-09 17:21:17 +08:00
Zijian
60e626882f add malaysia state abbreviation 2023-02-09 16:41:52 +08:00
Zijian
eafc753260 add malaysia toponyms 2023-02-09 14:56:35 +08:00
Zijian
a157aeee77 add malaysia federal territory dict 2023-02-09 14:28:30 +08:00
jwnacnud
bdfa74f760 Update street_types.txt
Added new misspelling for "circle"
2022-11-30 21:30:46 -07:00
Peter Johnson
cb80555b24 Merge pull request #606 from openvenues/docs-dist-clean
docs: remove make distclean
2022-10-30 09:09:22 +13:00
Peter Johnson
a6c17a0510 docs: remove make distclean
The `make distclean` command is not required in this example, which is a fresh clone
2022-10-29 22:00:07 +02:00
Peter Johnson
668b94473a Merge pull request #605 from openvenues/install-docs
Makefile is not available until after configure
2022-10-29 03:16:12 +13:00
Peter Johnson
5c4ef44426 Makefile is not available until after configure
The `make` command fails when run *before* configure, this is confusing users which are not familiar with `automake`.

```bash
make distclean
make: *** No rule to make target `distclean'.  Stop.

make
make: *** No targets specified and no makefile found.  Stop.
```
2022-10-28 12:59:12 +02:00
Peter Johnson
92f504c8c9 Merge pull request #596 from lukeoz/patch-1
Update toponyms.txt
2022-08-29 15:58:03 +02:00
lukeoz
99c5ffa233 Update toponyms.txt
"South Australia" rather than "Southern Australia" for abbreviation "SA"
2022-08-16 11:30:40 +09:30
Al B
544d510db0 Merge pull request #578 from reisub/sse2neon
Use NEON on ARM hardware via sse2neon.h
2022-07-10 20:00:17 -04:00
dependabot[bot]
b74decadd8 Bump lxml from 4.6.3 to 4.9.1 in /scripts
Bumps [lxml](https://github.com/lxml/lxml) from 4.6.3 to 4.9.1.
- [Release notes](https://github.com/lxml/lxml/releases)
- [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt)
- [Commits](https://github.com/lxml/lxml/compare/lxml-4.6.3...lxml-4.9.1)

---
updated-dependencies:
- dependency-name: lxml
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-06 19:45:49 +00:00
dependabot[bot]
2cf12869ea Bump ujson from 1.33 to 5.4.0 in /scripts
Bumps [ujson](https://github.com/ultrajson/ultrajson) from 1.33 to 5.4.0.
- [Release notes](https://github.com/ultrajson/ultrajson/releases)
- [Commits](https://github.com/ultrajson/ultrajson/commits/5.4.0)

---
updated-dependencies:
- dependency-name: ujson
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-05 21:09:24 +00:00
Dino Kovač
7984270453 Split hardware optimization flags 2022-07-05 19:43:11 +02:00
dependabot[bot]
3e8cfc2f80 Bump numpy from 1.10.4 to 1.22.0 in /scripts
Bumps [numpy](https://github.com/numpy/numpy) from 1.10.4 to 1.22.0.
- [Release notes](https://github.com/numpy/numpy/releases)
- [Changelog](https://github.com/numpy/numpy/blob/main/doc/HOWTO_RELEASE.rst)
- [Commits](https://github.com/numpy/numpy/compare/v1.10.4...v1.22.0)

---
updated-dependencies:
- dependency-name: numpy
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-21 21:16:56 +00:00
Dino Kovač
6064bc6c06 Use NEON on ARM hardware via sse2neon.h
The autoconf changes were adapted from:
https://github.com/glennrp/libpng/blob/libpng16/configure.ac
2022-06-16 15:49:01 +02:00
Al B
a97717f2b9 Merge pull request #567 from kmicklas/config-check
Check HAVE_CONFIG_H in matrix.h
2022-04-18 16:03:29 -04:00
Al
893745f09b [near_dupes] using quadgrams in Latin scripts as well for near dupe hashes 2022-03-25 14:05:03 -04:00
Al
26124ee72f [near_dupes] exposing name_word_hashes directly in the API 2022-03-25 14:04:26 -04:00
Al
0d8e4ec56d [fix] possible acronym for single toke phrases if it's a directional 2022-03-25 12:24:42 -04:00
Al B
6b52d426d4 Merge pull request #574 from mattwigway/m1-build
build instructions for M1 macs (see #551)
2022-03-02 13:27:31 -05:00
Matthew Wigginton Bhagat-Conway
41e76a7c32 build instructions for M1 macs (see #551) 2022-03-02 10:37:50 -05:00
Ken Micklas
b0c1c75209 Check HAVE_CONFIG_H in matrix.h 2021-12-08 09:33:32 -05:00
James Gates
339252c3a1 Modyfied install steps with notes that worked for me.
Thanks for the porject, everyone. I just went through the install process
and thought maybe the mac directions could use a tiny bit of clarification.
I'm by no means familiar enough with the project to know if this is the best way
to convey my experience but I figured I'd give it a shot and maybe it will help
someone in the future.
2021-09-08 13:47:23 -05:00
dixstonz3
221e830e63 Update entrances.txt 2021-07-05 15:24:43 +02:00
Al B
9c97597298 Merge pull request #522 from kyrill007/master
#501. Fixed build issues on MSYS on Windows.
2021-06-22 02:53:34 -04:00
Al B
e5b278ba64 Merge pull request #523 from kodemartin/rust-bindings
Add rustpostal to unofficial bindings
2021-06-22 02:48:29 -04:00
Al B
0800968b5d Merge pull request #541 from openvenues/dependabot/pip/scripts/pyyaml-5.4
Bump pyyaml from 5.1 to 5.4 in /scripts
2021-06-22 02:44:56 -04:00
Al B
5235caa8a8 Merge pull request #542 from openvenues/dependabot/pip/scripts/lxml-4.6.3
Bump lxml from 4.6.2 to 4.6.3 in /scripts
2021-06-22 02:44:30 -04:00
Al B
273d0e0684 Merge pull request #544 from evrial/patch-1
Update README.md
2021-06-22 02:44:15 -04:00
Alexander Grigoryev
9c98fc976d Update README.md 2021-05-02 12:40:54 +03:00
dependabot[bot]
cb3523c8bb Bump lxml from 4.6.2 to 4.6.3 in /scripts
Bumps [lxml](https://github.com/lxml/lxml) from 4.6.2 to 4.6.3.
- [Release notes](https://github.com/lxml/lxml/releases)
- [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt)
- [Commits](https://github.com/lxml/lxml/compare/lxml-4.6.2...lxml-4.6.3)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-31 18:38:28 +00:00
dependabot[bot]
40a0e7ef70 Bump pyyaml from 5.1 to 5.4 in /scripts
Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.1 to 5.4.
- [Release notes](https://github.com/yaml/pyyaml/releases)
- [Changelog](https://github.com/yaml/pyyaml/blob/master/CHANGES)
- [Commits](https://github.com/yaml/pyyaml/compare/5.1...5.4)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-25 21:48:20 +00:00
Aaron Madlon-Kay
d09ffebebd Mention install with MacPorts in readme 2021-01-27 15:37:13 +09:00
Al Barrentine
f3f2af211b Merge pull request #530 from openvenues/dependabot/pip/scripts/lxml-4.6.2
Bump lxml from 3.6.0 to 4.6.2 in /scripts
2021-01-11 02:00:45 -05:00
dependabot[bot]
6ead75ccd2 Bump lxml from 3.6.0 to 4.6.2 in /scripts
Bumps [lxml](https://github.com/lxml/lxml) from 3.6.0 to 4.6.2.
- [Release notes](https://github.com/lxml/lxml/releases)
- [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt)
- [Commits](https://github.com/lxml/lxml/compare/lxml-3.6.0...lxml-4.6.2)

Signed-off-by: dependabot[bot] <support@github.com>
2021-01-07 22:24:47 +00:00
ebogit
826c836a77 Update street_types.txt
Correction to mispelling and addition of abbreviation
2020-11-27 17:46:31 +00:00
Konstantinos Demartinos
948a0d350a Add rustpostal to unofficial bindings 2020-11-22 12:27:35 +02:00
Kyrill Alyoshin
186f6c77cc #501. Fixed build issues on MSYS on Windows. 2020-11-14 19:26:55 +00:00
Kálmán „KAMI” Szalai
92ab27840f Add more words and synonyms for Hungarian language 2020-09-28 21:42:53 +02:00
Al Barrentine
7c22eb4e64 Merge pull request #513 from kyrill007/511
#511. Fixed C compilation errors for the latest versions of Mac OS X
2020-09-04 10:44:31 -04:00
Kyrill Alyoshin
9fcf066e38 #511. Fixed C compilation errors for the latest versions of Mac OS X 2020-08-26 15:28:54 -04:00
naukmari
c2f89ba2f7 Update qualifiers.txt 2020-07-08 11:06:55 +03:00
Yuyang Shu
b3dcfe610b whosonfirst neighbourhood reverse geocoder 2020-05-05 11:50:30 +10:00
Al Barrentine
790e24bc0a Merge pull request #454 from openvenues/dependabot/pip/scripts/pyyaml-5.1
Bump pyyaml from 3.11 to 5.1 in /scripts
2020-03-03 01:59:52 -05:00
Al Barrentine
d796201ac3 Merge pull request #457 from openvenues/dependabot/pip/scripts/requests-2.20.0
Bump requests from 2.9.1 to 2.20.0 in /scripts
2020-03-03 01:59:39 -05:00
Al Barrentine
95f31de3b2 Merge pull request #468 from in-cloud-opensource/patch-2
Fix a bug in file geohash/geohash.c
2019-12-12 15:56:48 -06:00