diff --git a/python3/CHANGELOG.md b/python3/CHANGELOG.md index 3315fc4..ba695ad 100644 --- a/python3/CHANGELOG.md +++ b/python3/CHANGELOG.md @@ -1,5 +1,81 @@ # IBM Functions Python 3 Runtime Container +## 1.8.0 +- update numpy from `1.14.3` to `1.14.4` +- update watson-developer-cloud from `1.3.4` to `1.3.5` + +Python version: +- [3.6.5](https://github.com/docker-library/python/blob/b99b66406ebe728fb4da64548066ad0be6582e08/3.6/jessie/Dockerfile) + +Python packages: +- asn1crypto (0.24.0) +- attrs (17.4.0) +- autobahn (18.4.1) +- Automat (0.6.0) +- beautifulsoup4 (4.6.0) +- botocore (1.10.4) +- cassandra-driver (3.14.0) +- certifi (2018.1.18) +- cffi (1.11.5) +- chardet (3.0.4) +- click (6.7) +- cloudant (2.8.1) +- constantly (15.1.0) +- cryptography (2.2.2) +- cssselect (1.0.3) +- docutils (0.14) +- elasticsearch (6.2.0) +- Flask (1.0.2) +- gevent (1.2.2) +- greenlet (0.4.13) +- httplib2 (0.11.3) +- hyperlink (18.0.0) +- ibm-cos-sdk (2.1.1) +- ibm-db (2.0.8a0) +- ibmcloudsql (0.2.13) +- idna (2.6) +- incremental (17.5.0) +- itsdangerous (0.24) +- Jinja2 (2.10) +- jmespath (0.9.3) +- kafka-python (1.4.3) +- lxml (4.2.1) +- MarkupSafe (1.0) +- numpy (1.14.4) +- pandas (0.23.0) +- parsel (1.4.0) +- pika (0.11.2) +- Pillow (5.1.0) +- psycopg2 (2.7.4) +- pyasn1 (0.4.2) +- pyasn1-modules (0.2.1) +- pycparser (2.18) +- PyDispatcher (2.0.5) +- pymongo (3.6.1) +- pyOpenSSL (17.5.0) +- pysolr (3.7.0) +- python-dateutil (2.7.3) +- pytz (2018.4) +- queuelib (1.5.0) +- redis (2.10.6) +- requests (2.18.4) +- scikit-learn (0.19.1) +- scipy (1.1.0) +- Scrapy (1.5.0) +- service-identity (17.0.0) +- simplejson (3.15.0) +- six (1.11.0) +- tornado (5.0.2) +- Twisted (18.4.0) +- txaio (2.10.0) +- urllib3 (1.22) +- virtualenv (16.0.0) +- w3lib (1.19.0) +- watson-developer-cloud (1.3.5) +- Werkzeug (0.14.1) +- wheel (0.30.0) +- zope.interface (4.4.3) + ## 1.7.0 - update kafka_python from `1.4.2` to `1.4.3` - update pandas from `0.22.0` to `0.23.0` diff --git a/python3/requirements.txt b/python3/requirements.txt index 78743f2..aed4a60 100644 --- a/python3/requirements.txt +++ b/python3/requirements.txt @@ -17,7 +17,7 @@ virtualenv == 16.0.0 twisted == 18.4.0 # packages for numerics -numpy == 1.14.3 +numpy == 1.14.4 scikit-learn == 0.19.1 scipy == 1.1.0 pandas == 0.23.0 @@ -28,7 +28,7 @@ Pillow == 5.1.0 # IBM specific python modules ibm_db == 2.0.8a cloudant == 2.8.1 -watson-developer-cloud == 1.3.4 +watson-developer-cloud == 1.3.5 ibm-cos-sdk == 2.1.1 ibmcloudsql == 0.2.13