2025-05-08 12:52:46 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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
|
|
|
|
|
2024-10-28 13:12:00 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Oct 28 13:09:49 UTC 2024 - Fridrich Strba <fstrba@suse.com>
|
|
|
|
|
|
|
|
- Remove bogus dependencies
|
|
|
|
|
2024-02-21 16:21:32 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Feb 21 16:21:26 UTC 2024 - Fridrich Strba <fstrba@suse.com>
|
|
|
|
|
|
|
|
- Use %patch -P N instead of deprecated %patchN.
|
|
|
|
|
2023-10-12 11:45:59 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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
|
|
|
|
|
2023-10-02 16:27:51 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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
|
|
|
|
|
2022-11-28 11:54:52 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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.
|
|
|
|
|
2020-04-27 08:26:23 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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
|
2020-04-27 09:18:51 +00:00
|
|
|
- Added patch:
|
|
|
|
* xgboost-fix-big-endian.patch
|
|
|
|
+ flip default from little endian to big endian on big endian
|
|
|
|
architectures
|
2020-04-27 08:26:23 +00:00
|
|
|
|
2020-03-06 11:11:17 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Mar 6 11:08:29 UTC 2020 - Fridrich Strba <fstrba@suse.com>
|
|
|
|
|
|
|
|
- Initial packaging of xgboost 0.90
|