File xgboost.changes of Package xgboost
-------------------------------------------------------------------
Wed May 7 12:24:43 UTC 2025 - Simon Lees <sflees@suse.de>
- export CMAKE_POLICY_VERSION_MINIMUM="3.5" to ignore cmakes
minimum version warnings
-------------------------------------------------------------------
Mon Oct 28 13:09:49 UTC 2024 - Fridrich Strba <fstrba@suse.com>
- Remove bogus dependencies
-------------------------------------------------------------------
Wed Feb 21 16:21:26 UTC 2024 - Fridrich Strba <fstrba@suse.com>
- Use %patch -P N instead of deprecated %patchN.
-------------------------------------------------------------------
Thu Oct 12 11:38:22 UTC 2023 - Fridrich Strba <fstrba@suse.com>
- Upgrade to upstream version 2.0.0
* Changes:
+ Stop using Rabit in prediction (#9054)
+ Set feature_names and feature_types in jvm-packages.
This is to prepare support for categorical features (#9364)
+ Scala 2.13 support. (#9099)
+ Change training stage from ResultStage to ShuffleMapStage
(#9423)
+ Automatically set the max/min direction for the best score
during early stopping. (#9404)
+ Revised support for flink (#9046)
* Breaking changes:
+ Scala-based tracker is removed. (#9078, #9045)
+ Change DeviceQuantileDmatrix into QuantileDMatrix (#8461)
- Added patches:
* no-hadoop.patch
+ revert commit bringing in apache-hadoop dependency, since
we don't have that one
* xgboost-2.0.0-cmake.patch
+ allow building with cmake versions we have in SLE-15 and
SLE-12-SP5
* xgboost-2.0.0-python34.patch
+ allow running scripts with python 3.4 by removing the f""
that is 3.6+ feature
-------------------------------------------------------------------
Mon Oct 2 16:25:56 UTC 2023 - Fridrich Strba <fstrba@suse.com>
- Build using ant to avoid dependency on scala-maven-plugin
- Build with source/target 8 so that it eventually can be built
using OpenJDK 21
- Removed patch:
* use-python3.patch
+ not needed any more since we call the python3 from spec file
-------------------------------------------------------------------
Mon Nov 28 07:22:09 UTC 2022 - Steve Kowalik <steven.kowalik@suse.com>
- Add patch use-python3.patch:
* Use python3 during the build.
- Change BuildRequires to python3.
-------------------------------------------------------------------
Mon Apr 27 08:25:46 UTC 2020 - Fridrich Strba <fstrba@suse.com>
- Pull sources with source service in order to have the right
revisions of submodules
- Added patch:
* xgboost-fix-big-endian.patch
+ flip default from little endian to big endian on big endian
architectures
-------------------------------------------------------------------
Fri Mar 6 11:08:29 UTC 2020 - Fridrich Strba <fstrba@suse.com>
- Initial packaging of xgboost 0.90