File tree 3 files changed +2
-2
lines changed
3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
10
10
### Added
11
11
12
+ - Coreax is now considered stable.
12
13
- Added Compress++ coreset reduction algorithm.
13
14
(https://github.com/gchq/coreax/issues/934 )
14
15
- Added ` reduce_iterative() ` method to Kernel Herding. (https://github.com/gchq/coreax/pull/983 )
Original file line number Diff line number Diff line change 10
10
[ ![ linting: pylint] ( https://img.shields.io/badge/linting-pylint-yellowgreen )] ( https://github.com/pylint-dev/pylint )
11
11
[ ![ Python version] ( https://img.shields.io/pypi/pyversions/coreax.svg )] ( https://pypi.org/project/coreax )
12
12
[ ![ PyPI] ( https://img.shields.io/pypi/v/coreax )] ( https://pypi.org/project/coreax )
13
- ![ Beta] ( https://img.shields.io/badge/pre--release-beta-red )
14
13
15
14
_ © Crown Copyright GCHQ_
16
15
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ keywords = [
12
12
" coreset" ,
13
13
]
14
14
classifiers = [
15
- " Development Status :: 4 - Beta " ,
15
+ " Development Status :: 5 - Production/Stable " ,
16
16
" Programming Language :: Python" ,
17
17
" Programming Language :: Python :: 3.9" ,
18
18
" Programming Language :: Python :: 3.10" ,
You can’t perform that action at this time.
0 commit comments