Skip to content

Commit b442d78

Browse files
committed
chore: remove beta status
1 parent d7c0652 commit b442d78

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### Added
1111

12+
- Coreax is now considered stable.
1213
- Added Compress++ coreset reduction algorithm.
1314
(https://github.com/gchq/coreax/issues/934)
1415
- Added `reduce_iterative()` method to Kernel Herding. (https://github.com/gchq/coreax/pull/983)

README.md

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
[![linting: pylint](https://img.shields.io/badge/linting-pylint-yellowgreen)](https://github.com/pylint-dev/pylint)
1111
[![Python version](https://img.shields.io/pypi/pyversions/coreax.svg)](https://pypi.org/project/coreax)
1212
[![PyPI](https://img.shields.io/pypi/v/coreax)](https://pypi.org/project/coreax)
13-
![Beta](https://img.shields.io/badge/pre--release-beta-red)
1413

1514
_© Crown Copyright GCHQ_
1615

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ keywords = [
1212
"coreset",
1313
]
1414
classifiers = [
15-
"Development Status :: 4 - Beta",
15+
"Development Status :: 5 - Production/Stable",
1616
"Programming Language :: Python",
1717
"Programming Language :: Python :: 3.9",
1818
"Programming Language :: Python :: 3.10",

0 commit comments

Comments
 (0)