Releases: olivia-ai/olivia
2.5
2.4
2.3
2.2
2.1.1: Fixing 2.1 deploying problems
Server
Move the WebSocket and the REST API together to avoid multi-ports bugs
2.1
Dashboard
Create the Dashboard API with Training and Layers data.
Neural network
The neural network has been completely re-written to gain in performance
see: https://github.com/hugolgst/the-math-behind-an-artificial-neural-network
Docker
A Dockerfile has been created to help the CIs and make the installation easier.
CIs
TravisCI and CircleCI has been removed from the repo, GitHub actions has been created for:
- Checking the format
- Building and publishing the Docker image
Organize Chat WebSocket
The WebSocket has been moved to its own package.
Releasing Olivia 2.0
Releasing 1.5
This release follows the last one which was the change of language.
This release is an improvement of the Neural Network, we are now using the fork of gonn (see olivia-ai/gonn).
You can now chat again with Olivia on https://olivia-ai.org
Changing the language
Changing the language of Olivia from French to English
Releasing the 1.3
The REST API is now available for anyone at https://olivia-api.herokuapp.com/, there is now:
- A country's capital trigger
- A country's area trigger
- A country's population trigger
- A random number trigger
The code organization is now better by putting datasets in a specific folder.
There is now a continuous integration with Travis CI and the application is automatically deployed to Heroku on master push.