The NetBSD Project

CVS log for pkgsrc/math/py-xgboost/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / math / py-xgboost

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.12: download - view: text, markup, annotated - select for diffs
Tue Apr 22 12:40:28 2025 UTC (6 days, 17 hours ago) by wiz
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +5 -1 lines
py-xgboost: mark as broken on SunOS

NotImplementedError: System SunOS not supported

Revision 1.11: download - view: text, markup, annotated - select for diffs
Fri Feb 7 07:06:23 2025 UTC (2 months, 2 weeks ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2025Q1-base, pkgsrc-2025Q1
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -2 lines
py-xgboost: updated to 2.1.4

2.1.4

The 2.1.4 patch release incorporates the following fixes on top of the 2.1.3 release:

XGBoost is now compatible with scikit-learn 1.6
Build wheels with CUDA 12.8 and enable Blackwell support
Adapt to RMM 25.02 logger changes

Revision 1.10: download - view: text, markup, annotated - select for diffs
Mon Jan 6 11:37:27 2025 UTC (3 months, 3 weeks ago) by adam
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +3 -3 lines
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

Revision 1.9: download - view: text, markup, annotated - select for diffs
Mon Oct 14 06:45:52 2024 UTC (6 months, 2 weeks ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2024Q4-base, pkgsrc-2024Q4
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -2 lines
*: clean-up after python38 removal

Revision 1.8: download - view: text, markup, annotated - select for diffs
Sun Aug 4 13:05:59 2024 UTC (8 months, 3 weeks ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2024Q3-base, pkgsrc-2024Q3
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +3 -3 lines
py-xgboost: updated to 2.1.1

The 2.1.1 patch release make the following bug fixes:

[Dask] Disable broadcast in the scatter call so that predict function won't hang
[Dask] Handle empty partitions correctly
Fix federated learning for the encrypted GRPC backend
Fix a race condition in column splitter
Gracefully handle cases where system files like /sys/fs/cgroup/cpu.max are not readable by the user
Fix build and C++ tests for FreeBSD
Clarify the requirement Pandas 1.2+
More robust endianness detection in R package build

In addition, it contains several enhancements:

Publish JVM packages targeting Linux ARM64
Publish a CPU-only wheel under name xgboost-cpu
Support building with CUDA Toolkit 12.5 and latest CCCL

Revision 1.7: download - view: text, markup, annotated - select for diffs
Sun Jan 28 08:21:07 2024 UTC (15 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2024Q2-base, pkgsrc-2024Q2, pkgsrc-2024Q1-base, pkgsrc-2024Q1
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -1 lines
py-xgboost: insists on gcc 8.1+

Revision 1.6: download - view: text, markup, annotated - select for diffs
Wed Jan 24 22:45:54 2024 UTC (15 months ago) by adam
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +1 -6 lines
py-xgboost: remove unused REPLACE_; spotted by @wiz

Revision 1.5: download - view: text, markup, annotated - select for diffs
Fri Jan 19 14:36:17 2024 UTC (15 months, 1 week ago) by adam
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +9 -7 lines
py-xgboost: updated to 2.0.3

2.0.3

[backport][sklearn] Fix loading model attributes.
[backport][py] Use the first found native library.
[backport] [CI] Upload libxgboost4j.dylib (M1) to S3 bucket
[jvm-packages] Fix POM for xgboost-jvm metapackage

Revision 1.4: download - view: text, markup, annotated - select for diffs
Tue Aug 1 23:20:50 2023 UTC (20 months, 3 weeks ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2023Q4-base, pkgsrc-2023Q4, pkgsrc-2023Q3-base, pkgsrc-2023Q3
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -2 lines
*: remove more references to Python 3.7

Revision 1.3: download - view: text, markup, annotated - select for diffs
Sat Jul 1 08:37:37 2023 UTC (21 months, 4 weeks ago) by wiz
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -2 lines
*: restrict py-numpy users to 3.9+ in preparation for update

Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon Jun 19 08:03:48 2023 UTC (22 months, 1 week ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2023Q2-base, pkgsrc-2023Q2
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -2 lines
py-xgboost: updated to 1.7.6

1.7.6 Patch Release

Bug Fixes

Fix distributed training with mixed dense and sparse partitions.
Fix monotone constraints on CPU with large trees.
[spark] Make the spark model have the same UID as its estimator
Optimize prediction with QuantileDMatrix.

Document

Improve doxygen
Update the cuDF pip index URL.

Maintenance

Fix tests with pandas 2.0.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Tue Jun 13 17:36:58 2023 UTC (22 months, 2 weeks ago) by adam
Branches: MAIN
py-xgboost: added version 1.7.5

XGBoost is an optimized distributed gradient boosting library designed to be
highly efficient, flexible and portable. It implements machine learning
algorithms under the Gradient Boosting framework. XGBoost provides a parallel
tree boosting (also known as GBDT, GBM) that solve many data science problems
in a fast and accurate way. The same code runs on major distributed environment
(Kubernetes, Hadoop, SGE, Dask, Spark, PySpark) and can solve problems beyond
billions of examples.

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

CVSweb <webmaster@jp.NetBSD.org>