From 38d7d2b0d26a3b0e44d17df35e900fc036744d25 Mon Sep 17 00:00:00 2001 From: Yuichi Motoyama Date: Mon, 17 Jan 2022 15:10:12 +0900 Subject: [PATCH] update readme --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index ec41d1f3..1887d036 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ As algorithms, it offers the Nelder-Mead method, the grid search method, the Bay | Branch | Build status | Documentation | | :----: | :-----------------------------------------: | :---------------------------------------------------------------------------------------: | | [master][source/master] (latest) | [![master][ci/master/badge]][ci/master/uri] | [![doc_en][doc/en/badge]][doc/en/uri] [![doc_ja][doc/ja/badge]][doc/ja/uri] | -| [v2.0-beta][source/stable] (latest stable) | -- | [![doc_en][doc/en/badge]][doc/stable/en/uri] [![doc_ja][doc/ja/badge]][doc/stable/ja/uri] | +| [v2.0.0][source/stable] (latest stable) | -- | [![doc_en][doc/en/badge]][doc/stable/en/uri] [![doc_ja][doc/ja/badge]][doc/stable/ja/uri] | ## py2dmat @@ -29,7 +29,7 @@ and direct problem solvers (`py2dmat` also means this script). - for `minsearch` algorithm - mpi4py - for `exchange` algorithm - - physbo >= 1.1 + - physbo >= 1.0 - for `bayes` algorithm ### Install @@ -59,12 +59,12 @@ This package is distributed under GNU General Public License version 3 (GPL v3) This software was developed with the support of "*Project for advancement of software usability in materials science*" of The Institute for Solid State Physics, The University of Tokyo. [source/master]: https://github.com/issp-center-dev/2DMAT/ -[source/stable]: https://github.com/issp-center-dev/2DMAT/tree/v2.0-beta +[source/stable]: https://github.com/issp-center-dev/2DMAT/tree/v2.0.0 [ci/master/badge]: https://github.com/issp-center-dev/2DMAT/workflows/Test/badge.svg?branch=master [ci/master/uri]: https://github.com/issp-center-dev/2DMAT/actions?query=branch%3Amaster [doc/en/badge]: https://img.shields.io/badge/doc-English-blue.svg [doc/en/uri]: https://issp-center-dev.github.io/2DMAT/manual/master/en/index.html [doc/ja/badge]: https://img.shields.io/badge/doc-Japanese-blue.svg [doc/ja/uri]: https://issp-center-dev.github.io/2DMAT/manual/master/ja/index.html -[doc/stable/en/uri]: https://issp-center-dev.github.io/2DMAT/manual/v2.0-beta/en/index.html -[doc/stable/ja/uri]: https://issp-center-dev.github.io/2DMAT/manual/v2.0-beta/ja/index.html +[doc/stable/en/uri]: https://issp-center-dev.github.io/2DMAT/manual/v2.0.0/en/index.html +[doc/stable/ja/uri]: https://issp-center-dev.github.io/2DMAT/manual/v2.0.0/ja/index.html