Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Commit

Permalink
update history
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Jun 4, 2020
1 parent d784240 commit 2a7cbea
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
10 changes: 8 additions & 2 deletions HISTORY.rst
Expand Up @@ -5,13 +5,19 @@
History
=======

current - 2020-05-20 - 0.00Mb
current - 2020-06-04 - 0.00Mb
=============================

* `117`: Support for op_version in onnx grammar (2020-06-04)
* `123`: Enables opset 12 (ONNX) (2020-06-04)

0.3.1108 - 2020-05-20 - 0.29Mb
==============================

* `126`: Fix xgboost converter for xgboost >= 1.0 (2020-05-18)
* `125`: Refactor rewritten sklearn operators (2020-05-18)
* `122`: Captures C output when calling dump_data_and_model (2020-05-16)
* `124`: Fixes #122, capture standard C ouptput with dump_data_model, first step for #123 (2020-05-16)
* `122`: Captures C output when calling dump_data_and_model (2020-05-16)

0.3.1082 - 2020-05-01 - 2.84Mb
==============================
Expand Down
3 changes: 1 addition & 2 deletions appveyor.yml
Expand Up @@ -19,9 +19,8 @@ install:
- "%PYTHON%\\python -m pip install --upgrade pip"
- "%PYTHON%\\Scripts\\pip install -r requirements_conda.txt"
- "%PYTHON%\\Scripts\\pip install pymyinstall"
- "%PYTHON%\\Scripts\\pymy_install3 xgboost lightgbm"
- "%PYTHON%\\Scripts\\pip install -r requirements.txt"
- "%PYTHON%\\Scripts\\pip install -i https://test.pypi.org/simple/ ort-nightly"
- "%PYTHON%\\Scripts\\pip install onnxruntime>=1.3.0"
- "%PYTHON%\\Scripts\\pymy_install3 --task=tool --source=zip graphviz"
- "set PATH=%PATH%;C:\\projects\\mlprodict\\build\\update_modules\\Graphviz\\bin"
build: off
Expand Down
2 changes: 1 addition & 1 deletion mlprodict/__init__.py
Expand Up @@ -4,7 +4,7 @@
@brief Ways to speed up predictions for a machine learned model.
"""

__version__ = "0.3.1127"
__version__ = "0.3.1128"
__author__ = "Xavier Dupré"


Expand Down

0 comments on commit 2a7cbea

Please sign in to comment.