Skip to content

Releases: hysds/grq2

v2.0.17: GeoRegion query version 2.0.17

11 Aug 15:36
c74a154
Compare
Choose a tag to compare

Bug fixes and enhancements:

  • HC-376: Add transactional publishing of datasets (#51)

    • added bulk indexing datasets to grq2 v2 rest api
    • fixed bulk indexing in datasets endpoint
  • pinned werkzueg

v2.0.16: GeoRegion query version 2.0.16

21 Jun 23:36
affb70d
Compare
Choose a tag to compare

Bug fixes and enhancements:

  • HC-420: optional reverse geolocation (#50)
    • wrapping reverse geolocation with try...except in case there is no geonames index
    • fixed dataset.py, put the try...except in the wrong place

v2.0.15: GeoRegion query version 2.0.15

02 Feb 19:04
88c70b1
Compare
Choose a tag to compare

Bug fixes and enhancements:

  • HC-367: Update to latest Pallet Project versions (#49)
    • updated version of flask and flask-restx
  • commented out click b/c its not being used by the repo
    • remove commented out pin
    • un-pin flask
    • Sync pins with pele
    • less than

v2.0.14: GeoRegion query version 2.0.14

06 Oct 22:12
Compare
Choose a tag to compare

Bug fixes and enhancements:

  • pin elasticsearch>=7.0.0,7.14.0 (#48)
  • bump version

v2.0.13: GeoRegion query version 2.0.13

19 Jul 20:29
Compare
Choose a tag to compare

Bug fixes and enhancements:

  • added es_timeout for AWS ES and moved ingest_pipeline to inside with block (#47)
  • bump version

v2.0.12: GeoRegion query version 2.0.12

13 May 00:12
Compare
Choose a tag to compare

Bug fixes and enhancements:

  • HC-330 (#44)
    • removed duplicate logging
    • bump version
  • removed logger from es connection functions (#45)
  • HC-332 (#46)
    • added enable_dedup to on-demand job submit API
    • added enable_dedup in user_rules mapping
    • enable_dedup to user rules endpoint
    • enable setting enable_dedup field to null
    • added parsers to user rule endpoints
    • added enable dedupe to user rules v2 api
    • return False is enable_dedup is not bool
    • added enable_dedup to job param
  • pin click to handle celery issue: celery/celery#6768

v2.0.11: GeoRegion query version 2.0.11

17 Feb 23:19
a9bb662
Compare
Choose a tag to compare

Bug fixes and enhancements:

  • HC-325 (#41)
    • added hysds_ios mapping and script
    • create_hysds_ios_index.py executable
    • configs -> config
    • removed reading es_template (doesnt exist)
    • 32 max length user rule to 64
  • fixed on-demand GET api (#42)
  • added id request argument to return singular job (optional)
  • HC-324 (#43)
  • removed geo.py because its not needed anymore
  • removed get_center function and instead using shapely.geometry centroid to get center
    • not using regex to get the location type
    • fixed test_geonames.py to not use get_center
  • added get_nearest_cities function for (Multi)Points and (Multi)LineStrings
    • if (Multi)Polygon then use get_cities, else use get_nearest_cities
  • removed pop_th argument from get_cities
    • set default return size of get_cities to 5
  • renamed builder.py -> specs.py (feel its a better name)
    • removed stuff from test_geonames.py
  • bump version

v2.0.10: GeoRegion query version 2.0.10

02 Feb 00:12
aadd8ff
Compare
Choose a tag to compare

Bug fixes and enhancements:

  • fallback to job_spec when label isnt supplied (#40)
  • Bump version

v2.0.9: GeoRegion query version 2.0.9

20 Jan 00:39
cce6982
Compare
Choose a tag to compare

Bug fixes and enhancements:

  • HC-297 (#39)
    • de-coupled api v01 into multiple files (testing..)
    • added global 404 error in init.py
    • deleted grq2/services/api_v01.py
    • added imports to grq2/services/api_v01/init.py
    • de-coupled api v02 to multiple files
    • removed elasticsearch-dsl bc its unused (only used in pele)
    • bump version

v2.0.8: GeoRegion query version 2.0.8

08 Dec 19:06
Compare
Choose a tag to compare

Bug fixes and enhancements:

  • Fix readme (#37)
    • fixed code formatting in README.md
  • added swagger UI to README.md (#38)
  • bump version