Skip to content
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.

Releases: Qwant/idunn

Upgrade to ES7 & add tripadvisor hotel

16 Mar 14:47
f560d55
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.14...v0.3.0

v0.2.14

16 Mar 14:41
b9b9c4a
Compare
Choose a tag to compare

What's Changed

  • [QMAPS-2039] Normalized PJ addresses by @fatal69100 in #274
  • Remove PagesJaunes ElasticSearch legacy by @fatal69100 in #275
  • README: specify how to use .env file by @remi-dupre in #273
  • Remove wikipedia block by @remi-dupre in #267
  • Fix linting by @fatal69100 in #278
  • Update http response for search endpoint by @fatal69100 in #280
  • Remove legacy pj_filters by @fatal69100 in #282
  • Remove legacy kuzzle event by @fatal69100 in #283
  • explicitly set project name for tests's docker compose by @remi-dupre in #289
  • remove get_pois deprecated endpoint by @fatal69100 in #291
  • fix Cyclic dependencies by @fatal69100 in #295
  • build(deps-dev): bump ipython from 7.24.1 to 7.31.1 by @dependabot in #301

Full Changelog: v0.2.13...v0.2.14

v0.2.13

27 Sep 08:46
3abca9e
Compare
Choose a tag to compare
  • New block stars (#269, #272)
  • Contribution URL on PJ POIs (#271)
  • Fix: ignore city name null for PJ POIs (#268)

v0.2.12

27 Jul 10:10
f9d33b2
Compare
Choose a tag to compare
  • New block "social" (#258, #260)
  • New block "description" that should be preferred to the existing block "wikipedia" (#263, #265)
  • New block "delivery" (#264)
  • Improvements on correspondence between class/subclass and PJ POIs (#259)
  • Refactoring Wiki data sources (#261, #262)
  • Minor improvements in tests (#266)

v0.2.11

27 Jul 09:49
188fb83
Compare
Choose a tag to compare
  • New block "transactional" (#250, #257)
  • Adjustments in categories definitions (#252, #254)
  • Optimization regarding PagesJaunes API (#253)
  • Other minor fixes and logging adjustments (#255, #256)

v0.2.10

17 Jun 09:58
4625d65
Compare
Choose a tag to compare
  • nlu: fallback through regexps when the classifier fails (#245, #246)
  • categories: new categories definition with class/subclass/cuisine (#249)
  • autocomplete: skip redundant validation (#243)
  • Instant Answers: direct queries to PagesJaunes are used in some cases (#235, #247)
  • Bump dependencies (#244, #248, #251)

v0.2.8

18 May 14:01
ebcb01b
Compare
Choose a tag to compare

v0.2.7

21 Apr 13:06
b496308
Compare
Choose a tag to compare
  • Instant Answers
    • Fix ranking for addresses (#223)
    • Use status 204 when no result should be displayed (#222)
  • Upgrade dependencies (#221)

v0.2.6

21 Apr 08:08
b168c63
Compare
Choose a tag to compare
  • Instant Answers: stricter matches on small words (#220)
  • Fixes related to PagesJaunes data (#219)
  • NLU classifier: use classifier weights to ignore ambiguous results (#218)

v0.2.5

22 Mar 17:19
0fb52d2
Compare
Choose a tag to compare
  • Instant Answers for Qwant:
    • Adjust ranking, especially for addresses (#205) and places around point (#210)
    • Use user country (#212)
    • Check localized names (#204)
    • Update ignored patterns (#208)
    • Monitoring and logging (#211)
  • Update places categories for intentions (#200, #213)
  • Integrate ban check (#209, #216)
  • Adjustments for PagesJaunes API (#207, #214, #215)