pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/math/py-xgboost



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Jan  6 11:37:27 UTC 2025

Modified Files:
        pkgsrc/math/py-xgboost: Makefile distinfo

Log Message:
py-xgboost: updated to 2.1.3

2.1.3

[pyspark] Support large model size
Fix rng for the column sampler
Handle cudf.pandas proxy objects properly

2.1.2

Clean up and modernize release-artifacts.py
Fix ellpack categorical feature with missing values.
Fix unbiased ltr with training continuation.
Fix potential race in feature constraint.
Fix boolean array for arrow-backed DF.
Ensure that pip check does not fail due to a bad platform tag
Check cub errors
Limit the maximum number of threads.
Fixes for large size clusters.
POSIX compliant poll.h and mmap


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/math/py-xgboost/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/math/py-xgboost/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/math/py-xgboost/Makefile
diff -u pkgsrc/math/py-xgboost/Makefile:1.9 pkgsrc/math/py-xgboost/Makefile:1.10
--- pkgsrc/math/py-xgboost/Makefile:1.9 Mon Oct 14 06:45:52 2024
+++ pkgsrc/math/py-xgboost/Makefile     Mon Jan  6 11:37:27 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2024/10/14 06:45:52 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2025/01/06 11:37:27 adam Exp $
 
-DISTNAME=      xgboost-2.1.1
+DISTNAME=      xgboost-2.1.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    math python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=x/xgboost/}
@@ -13,7 +13,7 @@ LICENSE=      apache-2.0
 TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling>=1.12.1:../../devel/py-hatchling
 DEPENDS+=      ${PYPKGPREFIX}-scipy-[0-9]*:../../math/py-scipy
 
-USE_LANGUAGES+=        c gnu++17
+USE_LANGUAGES= c gnu++17
 USE_TOOLS+=    cmake ninja
 GCC_REQD+=     8.1
 

Index: pkgsrc/math/py-xgboost/distinfo
diff -u pkgsrc/math/py-xgboost/distinfo:1.5 pkgsrc/math/py-xgboost/distinfo:1.6
--- pkgsrc/math/py-xgboost/distinfo:1.5 Sun Aug  4 13:05:59 2024
+++ pkgsrc/math/py-xgboost/distinfo     Mon Jan  6 11:37:27 2025
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.5 2024/08/04 13:05:59 adam Exp $
+$NetBSD: distinfo,v 1.6 2025/01/06 11:37:27 adam Exp $
 
-BLAKE2s (xgboost-2.1.1.tar.gz) = 3f44b53d4371a3319a707551d67b522c8ee84c4a37ff24784a72d9a7dd815080
-SHA512 (xgboost-2.1.1.tar.gz) = c3a0dc924aceaef21a3333558a207f0bf832f9550f254a73b11eadc1daac46574282ded3f034429f64ee2de9b4ab08337df463b497778e78b5fe76a5ada71866
-Size (xgboost-2.1.1.tar.gz) = 1089959 bytes
+BLAKE2s (xgboost-2.1.3.tar.gz) = d0ac585d134b39c14159ddbc6987158de4f4c54e1101a3ebb5a145efa6f01d74
+SHA512 (xgboost-2.1.3.tar.gz) = 7a53d2b47fe641724c62bb7cfb514e68eff983a452d2aa520258fcf2a6b7e926e30b723cbad03ecc6639d0673bec598faa0a69e14f48d5e518e02965fe166c43
+Size (xgboost-2.1.3.tar.gz) = 1090326 bytes
 SHA1 (patch-cpp__src_dmlc-core_CMakeLists.txt) = d7365655159fd310c73fa1abbbeb86db88c6f671
 SHA1 (patch-cpp__src_include_xgboost_collective_socket.h) = f6b0cca135d6d8f6086213d6c221db466592287e
 SHA1 (patch-xgboost_libpath.py) = 39b2538729e5e4408de81534cd2b720ed112775a



Home | Main Index | Thread Index | Old Index