diff --git a/.github/workflows/build_test.yml b/.github/workflows/build.yml similarity index 99% rename from .github/workflows/build_test.yml rename to .github/workflows/build.yml index d907025..d802a78 100644 --- a/.github/workflows/build_test.yml +++ b/.github/workflows/build.yml @@ -1,4 +1,4 @@ -name: build test +name: build on: # allows running this workflow manually from the Actions tab diff --git a/README.rst b/README.rst index f9f9b1f..e94e81a 100644 --- a/README.rst +++ b/README.rst @@ -2,10 +2,9 @@ multivar_horner =============== - -.. image:: https://travis-ci.org/jannikmi/multivar_horner.svg?branch=master - :alt: CI status - :target: https://travis-ci.org/jannikmi/multivar_horner +.. image:: https://github.com/jannikmi/multivar_horner/actions/workflows/build.yml/badge.svg?branch=master + :target: https://github.com/jannikmi/multivar_horner/actions?query=branch%3Amaster + :alt: Build status .. image:: https://readthedocs.org/projects/multivar_horner/badge/?version=latest :alt: documentation status @@ -75,10 +74,11 @@ Simple example: p_x = horner_polynomial(x) -For more refer to the `documentation `__. - Also see: -`GitHub `__, -`PyPI `__, -`arXiv paper `__ + +- `Documentation `__ +- `GitHub `__ +- `PyPI `__ +- `paper (JOSS) `__ +- `paper (arXiv) `__ diff --git a/docs/badges.rst b/docs/badges.rst index 13aa636..7922d27 100644 --- a/docs/badges.rst +++ b/docs/badges.rst @@ -1,6 +1,7 @@ -.. image:: https://travis-ci.org/jannikmi/multivar_horner.svg?branch=master - :target: https://travis-ci.org/jannikmi/multivar_horner +.. image:: https://github.com/jannikmi/multivar_horner/actions/workflows/build.yml/badge.svg?branch=master + :target: https://github.com/jannikmi/multivar_horner/actions?query=branch%3Amaster + :alt: Build status .. image:: https://readthedocs.org/projects/multivar_horner/badge/?version=latest :alt: documentation status diff --git a/poetry.lock b/poetry.lock index 4d08907..c5c715e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -445,11 +445,8 @@ name = "docutils" version = "0.17.1" description = "Docutils -- Python Documentation Utilities" optional = false -python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" -files = [ - {file = "docutils-0.17.1-py2.py3-none-any.whl", hash = "sha256:cf316c8370a737a022b72b56874f6602acf974a37a9fba42ec2876387549fc61"}, - {file = "docutils-0.17.1.tar.gz", hash = "sha256:686577d2e4c32380bb50cbb22f575ed742d58168cee37e99117a854bcd88f125"}, -] +python-versions = "*" +files = [] [[package]] name = "exceptiongroup" @@ -467,13 +464,13 @@ test = ["pytest (>=6)"] [[package]] name = "filelock" -version = "3.13.3" +version = "3.13.4" description = "A platform independent file lock." optional = false python-versions = ">=3.8" files = [ - {file = "filelock-3.13.3-py3-none-any.whl", hash = "sha256:5ffa845303983e7a0b7ae17636509bc97997d58afeafa72fb141a17b152284cb"}, - {file = "filelock-3.13.3.tar.gz", hash = "sha256:a79895a25bbefdf55d1a2a0a80968f7dbb28edcd6d4234a0afb3f37ecde4b546"}, + {file = "filelock-3.13.4-py3-none-any.whl", hash = "sha256:404e5e9253aa60ad457cae1be07c0f0ca90a63931200a47d9b6a6af84fd7b45f"}, + {file = "filelock-3.13.4.tar.gz", hash = "sha256:d13f466618bfde72bd2c18255e269f72542c6e70e7bac83a0232d6b1cc5c8cf4"}, ] [package.extras] @@ -483,13 +480,13 @@ typing = ["typing-extensions (>=4.8)"] [[package]] name = "hypothesis" -version = "6.100.0" +version = "6.100.1" description = "A library for property-based testing" optional = false python-versions = ">=3.8" files = [ - {file = "hypothesis-6.100.0-py3-none-any.whl", hash = "sha256:ceaeb7c051085dbec37f2fc4dca524b6304472ff1887fed53b3d84705507c10e"}, - {file = "hypothesis-6.100.0.tar.gz", hash = "sha256:1841f6b5083844cd4b66965e44a17c0dc8fe8e9c6370c1f7b8d50647fcb2efd3"}, + {file = "hypothesis-6.100.1-py3-none-any.whl", hash = "sha256:3dacf6ec90e8d14aaee02cde081ac9a17d5b70105e45e6ac822db72052c0195b"}, + {file = "hypothesis-6.100.1.tar.gz", hash = "sha256:ebff09d7fa4f1fb6a855a812baf17e578b4481b7b70ec6d96496210d1a4c6c35"}, ] [package.dependencies] @@ -1948,13 +1945,13 @@ urllib3 = ">=1.26.0" [[package]] name = "typer" -version = "0.12.1" +version = "0.12.3" description = "Typer, build great CLIs. Easy to code. Based on Python type hints." optional = false python-versions = ">=3.7" files = [ - {file = "typer-0.12.1-py3-none-any.whl", hash = "sha256:43ebb23c8a358c3d623e31064359a65f50229d0bf73ae8dfd203f49d9126ae06"}, - {file = "typer-0.12.1.tar.gz", hash = "sha256:72d218ef3c686aed9c6ff3ca25b238aee0474a1628b29c559b18b634cfdeca88"}, + {file = "typer-0.12.3-py3-none-any.whl", hash = "sha256:070d7ca53f785acbccba8e7d28b08dcd88f79f1fbda035ade0aecec71ca5c914"}, + {file = "typer-0.12.3.tar.gz", hash = "sha256:49e73131481d804288ef62598d97a1ceef3058905aa536a1134f90891ba35482"}, ] [package.dependencies]