Python package
- Support Python 3.13 #2748. Thanks to @jeremy010203.
- Support NumPy 2.x. #2671
- Drop support for obsolete Python 3.7.
- Use the proper name of the implementation class as a string id when storing values calculated for custom metrics on GPU. #1792
- Propagate exceptions from custom metrics code on GPU. #1792
CatBoost for Apache Spark
- Fix workers hanging after trai...