Revisions of python-awkward

Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 53)
- update to 2.3.3:
  * feat: add support for expected termination of transform functions
  * feat: export error classes
  * feat: unpickle arrays made in Awkward v1 (as v2).
  * feat: use pyarrow for string functions
  * feat: add support for dictionary encoding from Arrow
  * feat: add CPU kernel for to_numpy support for strings/bytestrings
  * feat: add support for __arrow_array__
  * feat: add __dlpack__, from_dlpack support
- add sle15_python_module_pythons
  * bump numpy to 1.17.0
- awkward 2.0.7 actually requires awkward-cpp 8.
  * perf: improve Array initialisation performance
- skip python 3.6 (numbas requires scipy)
  * Added the ability to select fields inside of nested
    records with syntax like array[[“pt”, “eta”, “phi”],
  * Fixed Apache Arrow → Awkward Array (ak.from_arrow) for
    sliced Arrow arrays: it has an offset attribute we had
    been ignoring (#625). Thanks to @trickarcher for the
  * Ensured that an ak.Array’s behavior always gets passed to
    output of any operation (#626), even if the input is a
    dict (#627, affected ak.zip, ak.cartesian, and
  * Fixed #629, ak.with_field dropping parameters (#631),
    and #634, ak.fill_none not accepting a Record as a fill
  * Added a roadmap and upvote/thumbs up instructions to the
  * @jpivarski revised the ak.concatenate implementation
    (#610), fixed a bug related to axis handling (#612), and
    made ak.concatenate friendlier to lazy arrays (#613;
  * @chrisburr added setuptools as a requirement because it
  * @ianna added validity-checking for strings, bytestrings,
buildservice-autocommit accepted request 1098092 from Markéta Machová's avatar Markéta Machová (mcalabkova) (revision 52)
baserev update by copy to link target
Markéta Machová's avatar Markéta Machová (mcalabkova) accepted request 1098011 from Atri Bhattacharya's avatar Atri Bhattacharya (badshah400) (revision 51)
- Update to version 2.3.1:
- Require python-awkward-cpp >= 21, python >= 3.8
buildservice-autocommit accepted request 1096327 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 50)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 49)
- update to 2.2.4:
  * feat!: canonicalise union of indexed
  * feat: add array dispatcher (inline)
  * fix: patch NDArrayOperatorsMixin
  * fix: improve performance of Form.select_columns
  * refactor: add internal with_operation_context
buildservice-autocommit accepted request 1094142 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 48)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 47)
- update to 2.2.3:
  * feat!: deprecate to_NumpyForm's ``dtype` argument
  * feat!: deprecate the time __unit__ parameter
  * fix: don't project records during broadcasting; push index down
  * fix: protect ak.to_parquet against memory explosion when args are swapped.
  * fix: str of KeyError for <3.11
  * fix: support axis != -1 for record reduction
buildservice-autocommit accepted request 1092133 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 46)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 44)
- update to 2.2.2:
  * drop string broadcasting overloading
  * add Index._touch_XXX methods
  * add ak.typetracer.length_one_if_typetracer
  * add placeholder array
  * bugfixes and other changes see https://github.com/scikit-hep/awkward/releases/tag/v2.2.2
buildservice-autocommit accepted request 1090965 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 43)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 42)
- update to 2.2.1:
  * feat: add validity error for duplicate record field
  * feat: add empty_if_typetracer & expose more of typetracer to L2
  * feat!: remove use of typestr in ak.types.Type
  * feat: improve performance of behavior lookups
  * feat: support record reducer overloads
  * fix: ak.to_numpy does not properly convert lists of empty string
  * fix: handle indexed nodes in ak.almost_equal
  * feat: canonicalise union[?X, Y] into union[?X, ?Y]
  * feat: add ak.forms.from_type
  * feat: add ak.enforce_type
  * feat!: deprecate length_zero_array highlevel argument
  * Bug-fixes and performance
  * fix: avoid reference cycles with the error-handling machinery
  * fix: proper unknown size broadcasting for all-regular
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 41)
- add sle15_python_module_pythons
buildservice-autocommit accepted request 1084866 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 40)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 1084821 from Atri Bhattacharya's avatar Atri Bhattacharya (badshah400) (revision 39)
Update required version for python-awkward-cpp to 15.
buildservice-autocommit accepted request 1083964 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 38)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 1083481 from Atri Bhattacharya's avatar Atri Bhattacharya (badshah400) (revision 37)
- Update to version 2.1.4
buildservice-autocommit accepted request 1082324 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 36)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 35)
- update to 2.1.3:
  * fix: support empty records in ak.with_field by @agoose77 in #2387
  * fix: only format exception for primary context
  * fix: only touch data in nplike.asarray if copy is required
  * fix: update GrowableBuffer::move_to algorithm
  * fix: don't touch for ascontiguousarray
  * feat: use cppyy for JIT
  * feat!: rename cpptype
  * feat: implemented GrowableBuffer in Numba as a start toward LayoutBuilder
  * feat: add to_backend to ak.record.Record
  * feat: add type equality is_equal_to member
  * fix: expose array interface for CUDA
  * fix: test untested path in ak.cartesian & broadcasting
  * fix: ak.cartesian for typetracer
  * fix: Numba string reference count memory leak.
  * fix: generate an array view when an Array C++ type is requested
  * fix: do not expose an rdfentry_ column
  * fix: generate RDataSource API based on ROOT attribute
  * fix: simplify depth limit test to support bigger-than-depth values
  * fix: use cppyy include
  * fix: convert ufunc arguments to same backend
  * fix: support N-d sequences in TypeTracer.asarray
  * fix: make from_iter require iterables!
  * fix: avoid stack overflow with std::unique_ptr linked list
  * fix: ak.unzip visits all contents
  * fix: remove spurious typetracer conversion
  * feat: add support for arrays in from_buffers
  * feat: validate axis in L1
  * feat: add examples to header-only module
  * fix: support typetracer in ak.unflatten
buildservice-autocommit accepted request 1071882 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 34)
baserev update by copy to link target
Displaying revisions 21 - 40 of 73
openSUSE Build Service is sponsored by