Skip to content

Commit dc55f04

Browse files
committed
Prepare release v3.3.0
1 parent b05cd9f commit dc55f04

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
Changelog
22
=========
3+
3.3.0 - 2019-12-04
4+
--------------------
5+
Add support for the `AI-Generated Photos <https://developers.amadeus.com/self-service/category/trip/api-doc/ai-generated-photos>`_
6+
7+
The AI-Generated Photos API returns a link to download a rendered image of a landscape. The image size is 512x512 pixels and the currently available image categories are BEACH and MOUNTAIN. The link to download the AI-generated picture is valid for 24 hours. This API is an experimental project created by the Amadeus AI Lab using the Nvidia StyleGAN framework. This API is free to use and we welcome any feedback you may have about improvements.
8+
9+
Add support for the `Flight Delay Prediction <https://developers.amadeus.com/self-service/category/air/api-doc/flight-delay-prediction>`_
10+
11+
The Flight Delay Prediction API returns the probability that a given flight will be delayed by four possible delay lengths: less than 30 minutes, 30-60 minutes, 60-120 minutes and over 120 minutes/cancellation. The API receives flight information and applies a machine-learning model trained with Amadeus historical data to determine the probability of flight delay.
12+
13+
Release of the `Airport On-Time Performance <https://developers.amadeus.com/self-service/category/air/api-doc/airport-on-time-performance>`_
14+
15+
The Airport On-Time Performance API returns the estimated percentage of on-time flight departures for a given airport and date. The API receives the 3-letter IATA airport code and departure date and applies a machine-learning model trained with Amadeus historical data to estimate the overall airport on-time performance. This API is in currently in beta and only returns accurate data for airports located in the U.S.
16+
317
3.2.0 - 2019-11-07
418
--------------------
519
Add support for the `Trip Purpose Prediction API <https://developers.amadeus.com/self-service/category/trip/api-doc/trip-purpose-prediction>`_

amadeus/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version_info = (3, 2, 0)
1+
version_info = (3, 3, 0)
22
version = '.'.join(str(v) for v in version_info)

0 commit comments

Comments
 (0)