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

Commit

Permalink
upgrade version
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Oct 9, 2022
1 parent dce0d04 commit 10fed4a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions HISTORY.rst
Expand Up @@ -5,9 +5,13 @@
History
=======

current - 2022-08-18 - 0.00Mb
current - 2022-10-09 - 0.00Mb
=============================

* #469: Implements a converter for a TransformedTargetRegressor (2022-10-09)
* #468: Adds debug functionalities in TfidfVectorizer (2022-10-07)
* #467: Fixes TfIdfVectorizer when input is 1D (2022-10-03)
* #466: Look into sequencemap.py or sequence_map.py to fetch examples (2022-09-15)
* #464: Implements OnnxLoop (2022-08-18)
* #465: Supports for operator DFT, STFT, *windows (2022-08-13)
* #463: Fixes embedded if with XOP API (2022-08-10)
Expand Down Expand Up @@ -358,10 +362,6 @@ current - 2022-08-18 - 0.00Mb
* #172: Add runtime for operator MaxPool (2020-09-16)
* #171: Fixes #170, add operator Pad (2020-09-10)
* #170: Add runtime for operator Pad (2020-09-10)

0.4.1259 - 2020-09-03 - 1.32Mb
==============================

* #169: fix compiling issue with ubuntu 16.04 (2020-09-03)
* #167: Add runtime for Operator Or (2020-08-25)
* #166: Add runtime for operator And (2020-08-25)
Expand Down
2 changes: 1 addition & 1 deletion mlprodict/__init__.py
Expand Up @@ -5,7 +5,7 @@
converting investigate issues with ONNX models.
"""

__version__ = "0.9.1886"
__version__ = "0.9.1883"
__author__ = "Xavier Dupré"
__max_supported_opset__ = 17 # Converters are tested up to this version.
__max_supported_opsets__ = {
Expand Down

0 comments on commit 10fed4a

Please sign in to comment.