Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remind release manager to remove old onnx-weekly packages after release #3923

Merged
merged 3 commits into from
Jan 6, 2022

Conversation

jcwchen
Copy link
Member

@jcwchen jcwchen commented Jan 6, 2022

Description

  • Remind release manager to remove old onnx-weekly packages after release
  • Remove old instructions (1.9) since they have been done

Motivation and Context
Space on TestPyPI is limited and onnx-weekly package keeps using more and more space because it releases packages weekly. To save space, this time I manually removed some old packages. In the future, it would be better for release managers to handle it after every release.

Signed-off-by: Chun-Wei Chen <jacky82226@gmail.com>
@jcwchen jcwchen added the documentation Issues related to ONNX documentation label Jan 6, 2022
@jcwchen jcwchen requested a review from a team as a code owner January 6, 2022 04:52
Signed-off-by: Chun-Wei Chen <jacky82226@gmail.com>
Copy link
Contributor

@askhade askhade left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@askhade askhade enabled auto-merge (squash) January 6, 2022 20:43
@askhade askhade merged commit 0a89422 into onnx:master Jan 6, 2022
@jcwchen jcwchen deleted the jcw/release-doc branch January 6, 2022 21:51
askhade added a commit that referenced this pull request Jan 19, 2022
#3902)

* Fix typos (#3894)

Signed-off-by: Lewis Tunstall <lewis.c.tunstall@gmail.com>
Signed-off-by: Liqun Fu <liqfu@microsoft.com>

* Honor existing dim_param in shape inference (#3896)

* Honor existing dim_param

Before this change, existing dim_param was overwritten by generated
symbols like `unk__`. `NonZero` is used to test the behavior.

Signed-off-by: Shinichiro Hamaji <shinichiro.hamaji@gmail.com>

* Fix test expectation of symbolic_shape_test.py

Signed-off-by: Shinichiro Hamaji <shinichiro.hamaji@gmail.com>

* Keep the original check as suggested in review

Signed-off-by: Shinichiro Hamaji <shinichiro.hamaji@gmail.com>

* Simplify the logic of mergeShapesAndTypes

Signed-off-by: Shinichiro Hamaji <shinichiro.hamaji@gmail.com>

Co-authored-by: Ashwini Khade <askhade@microsoft.com>
Signed-off-by: Liqun Fu <liqfu@microsoft.com>

* for issue 3849 to confirm that type check is performed during checker.check_model call

Signed-off-by: Liqun Fu <liqfu@microsoft.com>

* fix path to InferenceError

Signed-off-by: Liqun Fu <liqfu@microsoft.com>

* replace whitelist by safelist (#3900)

Signed-off-by: Alexandre Eichenberger <alexe@us.ibm.com>
Signed-off-by: Liqun Fu <liqfu@microsoft.com>

* add checker test case for input type mismatch conflict

Signed-off-by: Liqun Fu <liqfu@microsoft.com>

* remove old numpy in ipynb (#3916)

Signed-off-by: Chun-Wei Chen <jacky82226@gmail.com>
Signed-off-by: Liqun Fu <liqfu@microsoft.com>

* Shapeinf for functions (#3722)

* add shape inference for model local functions

Signed-off-by: Ashwini Khade <askhade@microsoft.com>

* Plus tests and more changes

Signed-off-by: Ashwini Khade <askhade@microsoft.com>

* fix typo

Signed-off-by: Ashwini Khade <askhade@microsoft.com>

* Plus updates

Signed-off-by: Ashwini Khade <askhade@microsoft.com>

* Plus updates per review

Signed-off-by: Ashwini Khade <askhade@microsoft.com>

* plus updates

Signed-off-by: Ashwini Khade <askhade@microsoft.com>
Signed-off-by: Liqun Fu <liqfu@microsoft.com>

* Fix old ConvTranspose shape inference and softmax upgrader (#3893)

* Fixed ConvTranspose-1 shape inference

Brings change from #3188 (for ConvTranspose-11) into old shape inference
Signed-off-by: Matteo Salvarezza <matteo.salvarezza@gmail.com>

* Fix softmax adapter

Signed-off-by: Matteo Salvarezza <matteo.salvarezza@gmail.com>

Co-authored-by: G. Ramalingam <grama@microsoft.com>
Signed-off-by: Liqun Fu <liqfu@microsoft.com>

* Fix Linux i686 Release CI failure due to the latest NumPy (#3918)

* 3.8 and 3.9 use numpy 1.21.5

Signed-off-by: Chun-Wei Chen <jacky82226@gmail.com>

* 1.21.4

Signed-off-by: Chun-Wei Chen <jacky82226@gmail.com>

* 6be8011a073feeca08d256ac64335a19fc8eee4c6312668b6781ace71db0de20

Signed-off-by: Chun-Wei Chen <jacky82226@gmail.com>

* 2021-12-19-a4d7f5a

Signed-off-by: Chun-Wei Chen <jacky82226@gmail.com>

* 1.21.5

Signed-off-by: Chun-Wei Chen <jacky82226@gmail.com>

* 1.16.6

Signed-off-by: Chun-Wei Chen <jacky82226@gmail.com>

* 1.16.6

Signed-off-by: Chun-Wei Chen <jacky82226@gmail.com>

* do not check generated

Signed-off-by: Chun-Wei Chen <jacky82226@gmail.com>

* remove unrelated numpy

Signed-off-by: Chun-Wei Chen <jacky82226@gmail.com>

* if

Signed-off-by: Chun-Wei Chen <jacky82226@gmail.com>

* remove generation

Signed-off-by: Chun-Wei Chen <jacky82226@gmail.com>

* name

Signed-off-by: Chun-Wei Chen <jacky82226@gmail.com>

* add back

Signed-off-by: Chun-Wei Chen <jacky82226@gmail.com>

* for testing

Signed-off-by: Chun-Wei Chen <jacky82226@gmail.com>

* no 1.16.6

Signed-off-by: Chun-Wei Chen <jacky82226@gmail.com>
Signed-off-by: Liqun Fu <liqfu@microsoft.com>

* Remind release manager to remove old onnx-weekly packages after release (#3923)

* remind release manager to remove old onnx-weekly packages

Signed-off-by: Chun-Wei Chen <jacky82226@gmail.com>

* add steps

Signed-off-by: Chun-Wei Chen <jacky82226@gmail.com>
Signed-off-by: Liqun Fu <liqfu@microsoft.com>

* Simplify function definition of context-dependent functions (#3882)

* Simplify function definition of context-dependent functions

Signed-off-by: Ganesan Ramalingam <grama@microsoft.com>

* Add missing parenthesis

Signed-off-by: Ganesan Ramalingam <grama@microsoft.com>

* Fix errors in function defs

Signed-off-by: Ganesan Ramalingam <grama@microsoft.com>

* Eliminate unused variable

Signed-off-by: Ganesan Ramalingam <grama@microsoft.com>

* Add int64 type specifier to literal

Signed-off-by: Ganesan Ramalingam <grama@microsoft.com>

Co-authored-by: Ashwini Khade <askhade@microsoft.com>
Signed-off-by: Liqun Fu <liqfu@microsoft.com>

* Migration to using main branch (#3925)

* add warning announce

Signed-off-by: Chun-Wei Chen <jacky82226@gmail.com>

* Rename to main branch globally

Signed-off-by: Chun-Wei Chen <jacky82226@gmail.com>
Signed-off-by: Liqun Fu <liqfu@microsoft.com>

* Fix the bug of shape in docs (#3927)

* fix the bug of shape

Signed-off-by: namasikanam <namasikanam@gmail.com>

* fix the bug of shape

Signed-off-by: namasikanam <namasikanam@gmail.com>

Co-authored-by: Ashwini Khade <askhade@microsoft.com>
Signed-off-by: Liqun Fu <liqfu@microsoft.com>

* Append dim even both dim value and param are not set (#3828)

* Append dim even both dim value and param are not set

Signed-off-by: Joe <joe@preferred.jp>

* Copy dim

Signed-off-by: Joe <joe@preferred.jp>

* Revert "Copy dim"

This reverts commit 6623505.

Signed-off-by: Joe <joe@preferred.jp>

* Simplify code

Signed-off-by: Joe <joe@preferred.jp>

Co-authored-by: Ashwini Khade <askhade@microsoft.com>
Signed-off-by: Liqun Fu <liqfu@microsoft.com>

* bump to 10.15 in azp (#3941)

Signed-off-by: Chun-Wei Chen <jacky82226@gmail.com>
Signed-off-by: Liqun Fu <liqfu@microsoft.com>

* Add explanation to run gtest (#3933)

Signed-off-by: Joe <joe@preferred.jp>

Co-authored-by: Ashwini Khade <askhade@microsoft.com>
Signed-off-by: Liqun Fu <liqfu@microsoft.com>

* Update TreeEnsembleClassifier and TreeEnsembleRegressor to support tensor as attributes (#3897)

* update TreeEnsembleClassifier and TreeEnsembleRegressor

Signed-off-by: xavier dupré <xavier.dupre@gmail.com>

* change the type of another attribute

Signed-off-by: xavier dupré <xavier.dupre@gmail.com>

* add missing file

Signed-off-by: xavier dupré <xavier.dupre@gmail.com>

* update documentation

Signed-off-by: xavier dupré <xavier.dupre@gmail.com>

* eol

Signed-off-by: xavier dupré <xavier.dupre@gmail.com>

* add field with _as_tensor

Signed-off-by: xavier dupré <xavier.dupre@gmail.com>

* fix error messages

Signed-off-by: xavier dupré <xavier.dupre@gmail.com>

* fix error message

Signed-off-by: xavier dupré <xavier.dupre@gmail.com>

* fix missing change

Signed-off-by: xavier dupré <xavier.dupre@gmail.com>

Co-authored-by: xavier dupré <xavier.dupre@gmail.com>
Co-authored-by: G. Ramalingam <grama@microsoft.com>
Signed-off-by: Liqun Fu <liqfu@microsoft.com>

Co-authored-by: lewtun <lewis.c.tunstall@gmail.com>
Co-authored-by: Shinichiro Hamaji <shinichiro.hamaji@gmail.com>
Co-authored-by: Ashwini Khade <askhade@microsoft.com>
Co-authored-by: Alexandre Eichenberger <alexe@us.ibm.com>
Co-authored-by: Chun-Wei Chen <jacky82226@gmail.com>
Co-authored-by: Matteo Salvarezza <matteo.salvarezza@gmail.com>
Co-authored-by: G. Ramalingam <grama@microsoft.com>
Co-authored-by: Xingyu Xie <namasikanam@gmail.com>
Co-authored-by: Joe <joe@preferred.jp>
Co-authored-by: Xavier Dupré <xadupre@users.noreply.github.com>
Co-authored-by: xavier dupré <xavier.dupre@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Issues related to ONNX documentation
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants