* package System.Drawings.Common.dll as its missing in dotnetcore2

* typo

* Add png for Image examples

* try linux fix

* rollback scikit learn version

* test

* debug

* rollback test

* rollback

* fix fontconfig err

* fix tests

* print platform

* get os names

* test

* test

* fix linux

* Upgrade version
This commit is contained in:
Gani Nazirov 2019-06-03 22:41:25 -07:00 коммит произвёл GitHub
Родитель 78484875c2
Коммит 32e2d67749
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -2,7 +2,7 @@
Microsoft Machine Learning for Python
"""
__version__ = '1.0.0'
__version__ = '1.0.1'
# CoreCLR version of MicrosoftML is built on Windows.
# But file permissions are not preserved when it's copied to Linux.

Просмотреть файл

@ -45,7 +45,7 @@ setup(
# Versions should comply with PEP440. For a discussion on
# single-sourcing the version across setup.py and the project code, see
# https://packaging.python.org/en/latest/single_source_version.html
version='1.0.0',
version='1.0.1',
description='NimbusML',
long_description=long_description,

Просмотреть файл

@ -1 +1 @@
1.0.0
1.0.1