You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nlpcraft.apache.org by ar...@apache.org on 2021/06/16 21:37:33 UTC

[incubator-nlpcraft] branch master updated (f863337 -> b459cc7)

This is an automated email from the ASF dual-hosted git repository.

aradzinski pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft.git.


    from f863337  Refactoring names...
     add 8fb063d  [NLPCRAFT-333] Changed exception from DarkSky to OpenWeatherMap
     add e5d50bf  fixed package name and directory name
     add 5aa0e19  Merge branch 'master' of https://github.com/apache/incubator-nlpcraft into NLPCRAFT-333
     add f447901  Weather example changed to OpenWeather API from DarkSky
     add 624ef2b  minor formatting fix
     add 16c96a0  updated documentation
     add e77d42e  Update OpenWeatherService.java
     add 47b2a8c  Merge branch 'master' into pr/14
     add d8bd324  WIP.
     add 505e449  WIP.
     add b459cc7  Bug fix in CLI.

No new revisions were added by this update.

Summary of changes:
 .../nlpcraft/examples/weather/WeatherModel.java    | 44 ++++++++----
 .../OpenWeatherMapException.java}                  | 14 ++--
 .../OpenWeatherMapService.java}                    | 84 ++++++++++++----------
 .../nlpcraft/model/tools/cmdline/NCCli.scala       | 14 ++--
 .../model/tools/cmdline/NCCliCommands.scala        |  6 +-
 5 files changed, 97 insertions(+), 65 deletions(-)
 rename nlpcraft-examples/weather/src/main/java/org/apache/nlpcraft/examples/weather/{darksky/DarkSkyException.java => openweathermap/OpenWeatherMapException.java} (79%)
 rename nlpcraft-examples/weather/src/main/java/org/apache/nlpcraft/examples/weather/{darksky/DarkSkyService.java => openweathermap/OpenWeatherMapService.java} (60%)