Alexandre Detiste pushed to branch master at Debian Med / python-awkward
Commits: b56b190b by Alexandre Detiste at 2026-02-09T16:50:07+01:00 wrap-and-sort -ast - - - - - 1999400b by Alexandre Detiste at 2026-02-09T16:50:36+01:00 New upstream version 2.9.0 - - - - - 0b1f1b9b by Alexandre Detiste at 2026-02-09T16:50:50+01:00 Update upstream source from tag 'upstream/2.9.0' Update to upstream version '2.9.0' with Debian dir 7982aa574afb2cc93159483e6cc6a344ebbac264 - - - - - f5b04ec9 by Alexandre Detiste at 2026-02-09T16:55:17+01:00 refresh patches - - - - - 6b15da34 by Alexandre Detiste at 2026-02-09T16:56:33+01:00 disable useless Salsa CI jobs - - - - - f42cc0cd by Alexandre Detiste at 2026-02-09T18:19:33+01:00 declare dependency on newer "nox" - - - - - 224 changed files: - .all-contributorsrc - .github/workflows/build-wheels.yml - .github/workflows/coverage.yml - .github/workflows/deploy-cpp.yml - .github/workflows/deploy.yml - .github/workflows/docs-version.yml - .github/workflows/docs.yml - .github/workflows/header-only-test.yml - .github/workflows/lint.yml - .github/workflows/needs-cpp-release.yml - .github/workflows/packaging-test.yml - .github/workflows/test.yml - .github/workflows/upload-nightly-wheels.yml - .pre-commit-config.yaml - CONTRIBUTING.md - README.md - awkward-cpp/pyproject.toml - awkward-cpp/src/cpu-kernels/awkward_NumpyArray_pad_zero_to_length.cpp - awkward-cpp/src/cpu-kernels/awkward_NumpyArray_prepare_utf8_to_utf32_padded.cpp - awkward-cpp/src/cpu-kernels/awkward_NumpyArray_utf8_to_utf32_padded.cpp - debian/changelog - debian/control - debian/patches/no-internet.patch - debian/patches/remove-rapidjson-license-reference.diff - debian/salsa-ci.yml - debian/tests/control - dev/cuda-tests/cuda-tests-entrypoint - dev/cuda-tests/cuda-tests.Dockerfile - dev/generate-kernel-signatures.py - dev/generate-tests.py - docs/reference/ak.behavior.md - docs/reference/toctree.txt - docs/switcher.json - kernel-specification.yml - noxfile.py - pyproject.toml - requirements-test-pypy.txt → requirements-test-basic.txt - requirements-test-full.txt - requirements-test-gpu.txt - requirements-test-minimal.txt - requirements-test-ml.txt - requirements-test-nogil.txt - src/awkward/__init__.py - src/awkward/_backends/cupy.py - src/awkward/_behavior.py - src/awkward/_broadcasting.py - src/awkward/_connect/cling.py - src/awkward/_connect/cuda/__init__.py - + src/awkward/_connect/cuda/_compute.py - src/awkward/_connect/cuda/cuda_kernels/awkward_ListArray_combinations.cu - src/awkward/_connect/cuda/cuda_kernels/awkward_RegularArray_combinations_64.cu - src/awkward/_connect/hist.py - src/awkward/_connect/jax/trees.py - src/awkward/_connect/numba/arrayview.py - src/awkward/_connect/numexpr.py - src/awkward/_connect/pyarrow/table_conv.py - src/awkward/_do.py - src/awkward/_kernels.py - src/awkward/_namedaxis.py - src/awkward/_nplikes/array_module.py - src/awkward/_nplikes/numpy_like.py - src/awkward/_nplikes/placeholder.py - src/awkward/_nplikes/typetracer.py - src/awkward/_nplikes/virtual.py - src/awkward/_pickle.py - src/awkward/_slicing.py - src/awkward/_typing.py - src/awkward/contents/bitmaskedarray.py - src/awkward/contents/bytemaskedarray.py - src/awkward/contents/content.py - src/awkward/contents/emptyarray.py - src/awkward/contents/indexedarray.py - src/awkward/contents/indexedoptionarray.py - src/awkward/contents/listarray.py - src/awkward/contents/listoffsetarray.py - src/awkward/contents/numpyarray.py - src/awkward/contents/recordarray.py - src/awkward/contents/regulararray.py - src/awkward/contents/unionarray.py - src/awkward/contents/unmaskedarray.py - src/awkward/forms/form.py - src/awkward/forms/recordform.py - src/awkward/forms/unionform.py - src/awkward/highlevel.py - src/awkward/operations/ak_all.py - src/awkward/operations/ak_almost_equal.py - src/awkward/operations/ak_any.py - src/awkward/operations/ak_argcartesian.py - src/awkward/operations/ak_argcombinations.py - src/awkward/operations/ak_argmax.py - src/awkward/operations/ak_argmin.py - src/awkward/operations/ak_argsort.py - src/awkward/operations/ak_broadcast_arrays.py - src/awkward/operations/ak_broadcast_fields.py - src/awkward/operations/ak_cartesian.py - src/awkward/operations/ak_combinations.py - src/awkward/operations/ak_concatenate.py - src/awkward/operations/ak_corr.py - src/awkward/operations/ak_count.py - src/awkward/operations/ak_count_nonzero.py - src/awkward/operations/ak_covar.py - src/awkward/operations/ak_drop_none.py - src/awkward/operations/ak_enforce_type.py - src/awkward/operations/ak_fill_none.py - src/awkward/operations/ak_firsts.py - src/awkward/operations/ak_flatten.py - src/awkward/operations/ak_from_avro_file.py - src/awkward/operations/ak_from_buffers.py - src/awkward/operations/ak_from_iter.py - src/awkward/operations/ak_from_safetensors.py - src/awkward/operations/ak_is_none.py - src/awkward/operations/ak_linear_fit.py - src/awkward/operations/ak_local_index.py - src/awkward/operations/ak_max.py - src/awkward/operations/ak_mean.py - src/awkward/operations/ak_merge_option_of_records.py - src/awkward/operations/ak_merge_union_of_records.py - src/awkward/operations/ak_min.py - src/awkward/operations/ak_moment.py - src/awkward/operations/ak_num.py - src/awkward/operations/ak_pad_none.py - src/awkward/operations/ak_prod.py - src/awkward/operations/ak_ptp.py - src/awkward/operations/ak_singletons.py - src/awkward/operations/ak_softmax.py - src/awkward/operations/ak_sort.py - src/awkward/operations/ak_std.py - src/awkward/operations/ak_sum.py - src/awkward/operations/ak_to_cudf.py - src/awkward/operations/ak_to_dataframe.py - src/awkward/operations/ak_to_parquet.py - src/awkward/operations/ak_to_raggedtensor.py - src/awkward/operations/ak_to_safetensors.py - src/awkward/operations/ak_to_tensorflow.py - src/awkward/operations/ak_to_torch.py - src/awkward/operations/ak_unflatten.py - src/awkward/operations/ak_unzip.py - src/awkward/operations/ak_var.py - src/awkward/operations/str/__init__.py - src/awkward/prettyprint.py - src/awkward/record.py - src/awkward/types/_awkward_datashape_parser.py - src/awkward/types/recordtype.py - src/awkward/types/uniontype.py - + studies/cccl/_segment_algorithms.py - + studies/cccl/benchmark.py - + studies/cccl/helpers.py - + studies/cccl/playground.py - + studies/cccl/profile_cccl.py - + studies/cuda-cccl-kernels/reducers/argmax_implementations_comparison.ipynb - + studies/cuda-cccl-kernels/reducers/awkward_reduce_sum.ipynb - + studies/cuda-cccl-kernels/reducers/awkward_reduce_sum_atomics.py - + studies/cuda-cccl-kernels/reducers/generate_random_array.py - tests-cuda/test_2922a_new_cuda_kernels.py - tests-cuda/test_2922b_new_cuda_kernels.py - tests-cuda/test_3051_to_cuda.py - tests-cuda/test_3065a_cuda_kernels.py - tests-cuda/test_3065b_cuda_kernels.py - tests-cuda/test_3065c_cuda_kernels.py - tests-cuda/test_3086_cuda_concatenate.py - tests-cuda/test_3130_cuda_listarray_getitem_next.py - tests-cuda/test_3136_cuda_argmin_and_argmax.py - tests-cuda/test_3136_cuda_reducers.py - tests-cuda/test_3140_cuda_jagged_and_masked_getitem.py - tests-cuda/test_3140_cuda_slicing.py - tests-cuda/test_3141_cuda_misc.py - tests-cuda/test_3149_complex_reducers.py - tests-cuda/test_3150_combinations_n_equal_2.py - tests-cuda/test_3162_block_boundary_reducers.py - tests-cuda/test_3162_cuda_generic_reducer_operation.py - tests-cuda/test_3260_combinations_n_equal_3.py - tests-cuda/test_3459_virtualarray_with_cuda.py - + tests-cuda/test_3749_cuda_backend_sort.py - tests/samples/__init__.py - tests/test_0025_record_array.py - tests/test_0080_flatpandas_multiindex_rows_and_columns.py - tests/test_0089_numpy_functions.py - tests/test_0111_jagged_and_masked_getitem.py - tests/test_0118_numba_cpointers.py - tests/test_0395_fix_numba_indexedarray.py - tests/test_0397_arrays_as_constants_in_numba.py - tests/test_1075_validityerror.py - tests/test_1473_from_rdataframe.py - tests/test_1490_jax_reducers_combinations.py - tests/test_1508_awkward_from_rdataframe.py - tests/test_1511_set_attribute.py - tests/test_1613_generator_tolayout_records.py - tests/test_1620_layout_builders.py - tests/test_1625_multiple_columns_from_rdataframe.py - tests/test_1781_rdataframe_snapshot.py - tests/test_1829_to_from_rdataframe_bool.py - tests/test_1960_awkward_from_rdataframe.py - tests/test_2023_from_rdataframe.py - tests/test_2198_almost_equal.py - tests/test_2202_filter_multiple_columns_from_rdataframe.py - tests/test_2234_from_rdataframe_keep_order.py - tests/test_2240_simplify_merge_as_union.py - tests/test_2258_from_rdataframe_with_arguments.py - tests/test_2296_duplicate_field.py - tests/test_2377_empty_index.py - tests/test_2424_almost_equal_union_record.py - tests/test_2433_copy_behaviors.py - tests/test_2550_validity_error_recursive.py - tests/test_2596_named_axis.py - tests/test_2857_full_like_scalar.py - tests/test_3347_weakref_mask_highlevel_array.py - tests/test_3375_add_rdf_column.py - tests/test_3464_jax_reducers.py - + tests/test_3694_to_dataframe_align_multindex.py - + tests/test_3697_parquet_string_int32_offsets.py - + tests/test_3710_behavior_validation.py - + tests/test_3724_arraybuilder_show.py - + tests/test_3727_to_indexedoptionarray64_with_int32_index.py - + tests/test_3728_record_from_iterable_with_nested_dicts.py - + tests/test_3729_nth_moment_with_weights.py - + tests/test_3741_virtualarray_caching.py - + tests/test_3751_virtual_array_knows_buffer_key.py - + tests/test_3764_enforce_type_with_typetracers.py - + tests/test_3765_typetracer_all_any_infinite_recursion.py - + tests/test_3773_almost_equal_unionarray.py - + tests/test_3773_mergeable_next_mergecastable.py - + tests/test_3773_unionarray_simplified_mergecastable_and_dropunused.py - + tests/test_3810_form_length_zero_one_array.py - + tests/test_3820_from_buffers_byteorder.py The diff was not included because it is too large. View it on GitLab: https://salsa.debian.org/med-team/python-awkward/-/compare/ca258401451ee98d79ca1938ce9b687467d62664...f42cc0cd0b86b80e1ae529153014941d9c4072db -- View it on GitLab: https://salsa.debian.org/med-team/python-awkward/-/compare/ca258401451ee98d79ca1938ce9b687467d62664...f42cc0cd0b86b80e1ae529153014941d9c4072db You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
