From b5bfe3d393835aea99dab6510687bb3f90cdc061 Mon Sep 17 00:00:00 2001 From: Axel Huebl Date: Tue, 19 Dec 2023 08:37:46 +0100 Subject: [PATCH 1/2] Doc: Production/Stable Remove mention of "beta" status. Although all actively developed modeling codes are constantly in development, the "beta" flag can be removed by now and will avoid to scare away uers. --- README.md | 1 - docs/source/index.rst | 5 ----- setup.py | 2 +- 3 files changed, 1 insertion(+), 7 deletions(-) diff --git a/README.md b/README.md index 3b1a7a0b7..934d6efbb 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,6 @@ [![Supported Platforms](https://img.shields.io/badge/platforms-linux%20|%20osx%20|%20win-blue)](https://impactx.readthedocs.io/en/latest/install/users.html) [![DOI (source)](https://img.shields.io/badge/DOI%20(source)-10.5281/zenodo.6954922-blue.svg)](https://doi.org/10.5281/zenodo.6954922) [![DOI (paper)](https://img.shields.io/badge/DOI%20(paper)-10.18429%2FJACoW--NAPAC2022--TUYE2-blue.svg)](https://doi.org/10.18429/JACoW-NAPAC2022-TUYE2) -[![Development Status](https://img.shields.io/badge/development%20status-beta-orange.svg)](https://en.wikipedia.org/wiki/Software_release_life_cycle) [![Language: C++17](https://img.shields.io/badge/language-C%2B%2B17-orange.svg)](https://isocpp.org/) [![Language: Python](https://img.shields.io/badge/language-Python-orange.svg)](https://python.org/) diff --git a/docs/source/index.rst b/docs/source/index.rst index 6609cc105..ef291276d 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -6,11 +6,6 @@ ImpactX ImpactX is an s-based beam dynamics code including space charge effects. This is the next generation of the `IMPACT-Z `__ code. -.. note:: - - ImpactX development is in `beta status `__. - Please contact us with any questions on it or if you like to contribute to its development. - .. _contact: diff --git a/setup.py b/setup.py index b1485ce58..cb109dcd1 100644 --- a/setup.py +++ b/setup.py @@ -271,7 +271,7 @@ def build_extension(self, ext): # cmdclass={'test': PyTest}, # platforms='any', classifiers=[ - "Development Status :: 4 - Beta", + "Development Status :: 5 - Production/Stable", "Natural Language :: English", "Environment :: Console", "Environment :: GPU", From 89c90df3aaf42ee745a694ac119ccad2696fb502 Mon Sep 17 00:00:00 2001 From: Axel Huebl Date: Tue, 19 Dec 2023 11:22:19 -0800 Subject: [PATCH 2/2] Apply suggestions from code review --- docs/source/index.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/source/index.rst b/docs/source/index.rst index ef291276d..8f02e884d 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -6,6 +6,7 @@ ImpactX ImpactX is an s-based beam dynamics code including space charge effects. This is the next generation of the `IMPACT-Z `__ code. +Please contact us with any questions on it or if you like to contribute to its development. .. _contact: