File tree Expand file tree Collapse file tree 5 files changed +7
-5
lines changed
Expand file tree Collapse file tree 5 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## Version 1.4.10 (Sep 11, 2025)
4+
35Changes:
46* Restrict unordered bound hyperrectangle conditions within min/max during covering ([ #215 ] ( https://github.com/xcsf-dev/xcsf/pull/215 ) )
57
Original file line number Diff line number Diff line change 11cff-version : 1.2.0
22title : XCSF
3- version : 1.4.9
4- doi : 10.5281/zenodo.17102209
3+ version : 1.4.10
4+ doi :
55date-released : 2025-09-11
66license : GPL-3.0
77repository-code : https://github.com/xcsf-dev/xcsf
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ set(PROJECT_VENDOR "Richard Preen")
2121set (PROJECT_CONTACT "rpreen@gmail.com" )
2222set (PROJECT_URL "https://github.com/xcsf-dev/xcsf" )
2323set (PROJECT_DESCRIPTION "XCSF: Learning Classifier System" )
24- set (PROJECT_VERSION "1.4.9 " )
24+ set (PROJECT_VERSION "1.4.10 " )
2525
2626set (CMAKE_C_STANDARD 11)
2727set (CMAKE_CXX_STANDARD 11)
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " xcsf"
7- version = " 1.4.9 "
7+ version = " 1.4.10 "
88description = " XCSF learning classifier system: rule-based evolutionary machine learning"
99readme = " README.md"
1010requires-python = " >=3.9"
Original file line number Diff line number Diff line change 3737
3838static const int VERSION_MAJOR = 1 ; //!< XCSF major version number
3939static const int VERSION_MINOR = 4 ; //!< XCSF minor version number
40- static const int VERSION_BUILD = 9 ; //!< XCSF build version number
40+ static const int VERSION_BUILD = 10 ; //!< XCSF build version number
4141
4242/**
4343 * @brief Classifier data structure.
You can’t perform that action at this time.
0 commit comments