From 67d3070bd763c0ba638e16846ac0e6c276ad6597 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christopher=20Schr=C3=B6der?= Date: Sat, 22 Jul 2023 21:27:55 +0200 Subject: [PATCH] Raise version in readme, docs, and changelog MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Christopher Schröder --- CHANGELOG.md | 2 +- README.md | 26 +++++++++++++++----------- docs/index.rst | 2 +- 3 files changed, 17 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 056fc397..9add887c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Version 1.3.1 - unreleased +## Version 1.3.1 - 2023-07-22 ### Fixed diff --git a/README.md b/README.md index a4f7a910..fbeb20a4 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -[![PyPI](https://img.shields.io/pypi/v/small-text/v1.3.0)](https://pypi.org/project/small-text/) +[![PyPI](https://img.shields.io/pypi/v/small-text/v1.3.1)](https://pypi.org/project/small-text/) [![Conda Forge](https://img.shields.io/conda/v/conda-forge/small-text?label=conda-forge)](https://anaconda.org/conda-forge/small-text) [![codecov](https://codecov.io/gh/webis-de/small-text/branch/master/graph/badge.svg?token=P86CPABQOL)](https://codecov.io/gh/webis-de/small-text) -[![Documentation Status](https://readthedocs.org/projects/small-text/badge/?version=v1.3.0)](https://small-text.readthedocs.io/en/v1.3.0/) +[![Documentation Status](https://readthedocs.org/projects/small-text/badge/?version=v1.3.1)](https://small-text.readthedocs.io/en/v1.3.1/) ![Maintained Yes](https://img.shields.io/badge/maintained-yes-green) [![Contributions Welcome](https://img.shields.io/badge/contributions-welcome-brightgreen)](CONTRIBUTING.md) [![MIT License](https://img.shields.io/github/license/webis-de/small-text)](LICENSE) @@ -37,6 +37,9 @@ which can be easily mixed and matched to build active learning experiments or ap ## News +- **Version 1.3.1** ([v1.3.1][changelog_1.3.1]) - July 22nd, 2023 + - Bugfix release. + - **Paper accepted at EACL 2023 🎉** - The [paper][paper_arxiv] introducing small-text has been accepted at [EACL 2023](https://2023.eacl.org/). Meet us at the conference in May! @@ -84,10 +87,10 @@ or check out the notebooks. | # | Notebook | | | --- | -------- | --- | -| 1 | [Intro: Active Learning for Text Classification with Small-Text](https://github.com/webis-de/small-text/blob/v1.3.0/examples/notebooks/01-active-learning-for-text-classification-with-small-text-intro.ipynb) | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/webis-de/small-text/blob/v1.3.0/examples/notebooks/01-active-learning-for-text-classification-with-small-text-intro.ipynb) | - | 2 | [Using Stopping Criteria for Active Learning](https://github.com/webis-de/small-text/blob/v1.3.0/examples/notebooks/02-active-learning-with-stopping-criteria.ipynb) | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/webis-de/small-text/blob/v1.3.0/examples/notebooks/02-active-learning-with-stopping-criteria.ipynb) | -| 3 | [Active Learning using SetFit](https://github.com/webis-de/small-text/blob/v1.3.0/examples/notebooks/03-active-learning-with-setfit.ipynb) | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/webis-de/small-text/blob/v1.3.0/examples/notebooks/03-active-learning-with-setfit.ipynb) | -| 4 | [Using SetFit's Zero Shot Capabilities for Cold Start Initialization](https://github.com/webis-de/small-text/blob/v1.3.0/examples/notebooks/04-zero-shot-cold-start.ipynb) | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/webis-de/small-text/blob/v1.3.0/examples/notebooks/04-zero-shot-cold-start.ipynb) | +| 1 | [Intro: Active Learning for Text Classification with Small-Text](https://github.com/webis-de/small-text/blob/v1.3.1/examples/notebooks/01-active-learning-for-text-classification-with-small-text-intro.ipynb) | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/webis-de/small-text/blob/v1.3.1/examples/notebooks/01-active-learning-for-text-classification-with-small-text-intro.ipynb) | + | 2 | [Using Stopping Criteria for Active Learning](https://github.com/webis-de/small-text/blob/v1.3.1/examples/notebooks/02-active-learning-with-stopping-criteria.ipynb) | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/webis-de/small-text/blob/v1.3.1/examples/notebooks/02-active-learning-with-stopping-criteria.ipynb) | +| 3 | [Active Learning using SetFit](https://github.com/webis-de/small-text/blob/v1.3.1/examples/notebooks/03-active-learning-with-setfit.ipynb) | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/webis-de/small-text/blob/v1.3.1/examples/notebooks/03-active-learning-with-setfit.ipynb) | +| 4 | [Using SetFit's Zero Shot Capabilities for Cold Start Initialization](https://github.com/webis-de/small-text/blob/v1.3.1/examples/notebooks/04-zero-shot-cold-start.ipynb) | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/webis-de/small-text/blob/v1.3.1/examples/notebooks/04-zero-shot-cold-start.ipynb) | ### Showcase @@ -140,16 +143,17 @@ A preprint which introduces small-text is available here: [MIT License](LICENSE) -[documentation_main]: https://small-text.readthedocs.io/en/v1.3.0/ -[documentation_install]: https://small-text.readthedocs.io/en/v1.3.0/install.html -[documentation_query_strategies]: https://small-text.readthedocs.io/en/v1.3.0/components/query_strategies.html -[documentation_showcase]: https://small-text.readthedocs.io/en/v1.3.0/showcase.html -[documentation_reproducibility_notes]: https://small-text.readthedocs.io/en/v1.3.0/reproducibility_notes.html +[documentation_main]: https://small-text.readthedocs.io/en/v1.3.1/ +[documentation_install]: https://small-text.readthedocs.io/en/v1.3.1/install.html +[documentation_query_strategies]: https://small-text.readthedocs.io/en/v1.3.1/components/query_strategies.html +[documentation_showcase]: https://small-text.readthedocs.io/en/v1.3.1/showcase.html +[documentation_reproducibility_notes]: https://small-text.readthedocs.io/en/v1.3.1/reproducibility_notes.html [changelog]: https://small-text.readthedocs.io/en/latest/changelog.html [changelog_1.1.0]: https://small-text.readthedocs.io/en/latest/changelog.html#version-1-1-0-2022-10-01 [changelog_1.1.1]: https://small-text.readthedocs.io/en/latest/changelog.html#version-1-1-1-2022-10-14 [changelog_1.2.0]: https://small-text.readthedocs.io/en/latest/changelog.html#version-1-2-0-2023-02-04 [changelog_1.3.0]: https://small-text.readthedocs.io/en/latest/changelog.html#version-1-3-0-2023-02-21 +[changelog_1.3.1]: https://small-text.readthedocs.io/en/latest/changelog.html#version-1-3-1-2023-07-22 [argilla]: https://github.com/argilla-io/argilla [argilla_al_tutorial]: https://docs.argilla.io/en/latest/tutorials/notebooks/training-textclassification-smalltext-activelearning.html [paper_arxiv]: https://arxiv.org/abs/2107.10314 diff --git a/docs/index.rst b/docs/index.rst index bd779cbe..3d30e182 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -31,7 +31,7 @@ Getting Started datasets - Start: :doc:`install` | :doc:`Active Learning Overview` -- Examples: `Notebooks `_ | `Code Examples `_ +- Examples: `Notebooks `_ | `Code Examples `_ .. toctree:: :caption: Components