From 296e36b36573093a9264c1092ac79e60a88b2089 Mon Sep 17 00:00:00 2001 From: Bo Liu Date: Thu, 12 May 2022 01:02:33 +0800 Subject: [PATCH 1/3] Update CITATION.cff --- CITATION.cff | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CITATION.cff b/CITATION.cff index c3087bcd..5c239556 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -24,3 +24,7 @@ authors: family-names: Yang affiliation: Peking University email: yaodong.yang@pku.edu.cn +version: 0.4.1 +date-released: "2022-04-09" +license: Apache-2.0 +repository-code: "https://github.com/metaopt/TorchOpt" From a01d85f70840e0e3229f5f46f528a8b6767db4b6 Mon Sep 17 00:00:00 2001 From: Bo Liu Date: Thu, 12 May 2022 01:05:48 +0800 Subject: [PATCH 2/3] fix(setup): minor fix --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c9e603a8..ea627c34 100644 --- a/setup.py +++ b/setup.py @@ -99,7 +99,7 @@ def __init__(self): setup( name="TorchOpt", version="0.4.1", - author="Jie Ren", + author="TorchOpt Contributors", author_email="jieren9806@gmail.com", description="A Jax-style optimizer.", license="Apache License Version 2.0", From 5aa6d0d9156f8c344db06dcc1f3c053ba06795cd Mon Sep 17 00:00:00 2001 From: Bo Liu Date: Thu, 12 May 2022 01:09:17 +0800 Subject: [PATCH 3/3] Update README.md --- README.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e8278647..4ceb9de3 100644 --- a/README.md +++ b/README.md @@ -183,4 +183,19 @@ python setup.py build_from_source - [ ] CPU-acclerated optimizer ## The Team -TorchOpt is a work by Jie Ren, Xidong Feng, Bo Liu, [Luo Mai](https://luomai.github.io/) and [Yaodong Yang](https://www.yangyaodong.com/). +TorchOpt is a work by Jie Ren, Xidong Feng, [Bo Liu](https://github.com/Benjamin-eecs/), [Luo Mai](https://luomai.github.io/) and [Yaodong Yang](https://www.yangyaodong.com/). + +## Citing TorchOpt + +If you find TorchOpt useful, please cite it in your publications. + +``` +@software{TorchOpt, + author = {Jie Ren and Xidong Feng and Bo Liu and Luo Mai and Yaodong Yang}, + title = {TorchOpt}, + year = {2022}, + publisher = {GitHub}, + journal = {GitHub repository}, + howpublished = {\url{https://github.com/metaopt/TorchOpt}}, +} +```