File python-uproot.changes of Package failed_python-uproot
-------------------------------------------------------------------
Wed Aug 10 22:47:27 UTC 2022 - Atri Bhattacharya <badshah400@gmail.com>
- Update to version 4.3.4:
* fixed uninitialized attributes of ReadOnlyDirectory
[gh#scikit-hep/uproot4#661].
- Refresh uproot-use-packaging-module.patch to correct use of
packaging.version.
-------------------------------------------------------------------
Mon Jul 4 15:49:08 UTC 2022 - Atri Bhattacharya <badshah400@gmail.com>
- Update to version 4.3.3:
* Fixed an O(n²) scaling bug in getting data from TDirectories
so that now it's O(n) [gh#scikit-hep/uproot4#639].
-------------------------------------------------------------------
Tue Jun 21 23:24:57 UTC 2022 - Atri Bhattacharya <badshah400@gmail.com>
- Update to version 4.3.0:
* Added a TMatrixTSym model (long stalled PR):
gh#scikit-hep/uproot4#484.
* Restored the argument list of Interpretation.awkward_form, a
public function: PR gh#scikit-help/uproot4#618.
- Refresh tests tarball with updated dir from git repository.
-------------------------------------------------------------------
Mon Mar 14 21:11:34 UTC 2022 - Atri Bhattacharya <badshah400@gmail.com>
- Update to version 4.2.2:
* Restore performance hack for AsArray(True, False,
AsVector(False, dtype)) [gh#scikit-hep/uproot4#572].
-------------------------------------------------------------------
Tue Mar 8 21:05:49 UTC 2022 - Atri Bhattacharya <badshah400@gmail.com>
- Update to version 4.2.1:
* Added a rule to skip parsing Float16/Double32 TBranch titles
if the title is not parsable (and just assume default number
of bits) [gh#scikit-hep/uproot4#561].
* Removed references to deprecated distutils and Pandas
Int64Index [gh#scikit-hep/uproot4#564].
* Removed the rule that interpreted fBits as 1 byte (it's 4
bytes everywhere except in some branches of some Delphes
files) [gh#scikit-hep/uproot4#570].
- Add uproot-use-packaging-module.patch -- Use packaging module
directly instead of calling it via setup.extern; the latter does
not work on openSUSE directly.
- Introduce Requires and BuildRequires (for tests) on
python-packaging in light of above patch.
- Update tests.tar.xz to tagged 4.2.1 version.
-------------------------------------------------------------------
Tue Feb 15 08:17:11 UTC 2022 - Atri Bhattacharya <badshah400@gmail.com>
- Update to version 4.2.0:
* Drop Python2isms from the codebase:
[gh#scikit-hep/uproot#526].
* Make writing to Python file handles work (fixed a
half-finished, forgotten implementation):
[gh#scikit-hep/uproot#538].
* Fix cut jagged-array corner-case in library="pd".
* Fix a case in which the instance version is 0, but the
streamer version is not: [gh#scikit-hep/uproot#537].
* Fix uproot.WritableTTree.extend when the metadata needs to be
rewritten: [gh#scikit-hep/uproot#547].
* When checking to see if something in file["name"] = something
is an Awkward Array or Pandas DataFrame for creating a TTree,
also check for superclasses (the whole mro):
[gh#scikit-hep/uproot#557].
- Sync tests tarball with version 4.2.0.
-------------------------------------------------------------------
Thu Jan 20 18:11:49 UTC 2022 - Atri Bhattacharya <badshah400@gmail.com>
- Update to version 4.1.9:
* [gh#scikit-hep/uproot#523] docs: add pfackeldey as a
contributor for code.
* [gh#scikit-hep/uproot#522] [pre-commit.ci] pre-commit
autoupdate.
* [gh#scikit-hep/uproot#506] add uproot.model.TTable.data
getter.
* [gh#scikit-hep/uproot#521] Dynamic classes can’t be ABC
subclasses, such as Sequence.
* [gh#scikit-hep/uproot#519] [MemmapSource] Remove
unnecessary(?) copies.
* [gh#scikit-hep/uproot#517] Be more careful about identifying
pd.DataFrame.
- Update tests.tar.xz to version 4.1.9.
- Disable an additional test on 32-bit that depends on 64-bit long.
-------------------------------------------------------------------
Fri Jul 16 16:20:40 UTC 2021 - Ben Greiner <code@bnavigator.de>
- Update to v4.0.11
* see https://uproot.readthedocs.io/en/latest/changelog.html
- Update runtime and builtime requirements:
* Add awkward as recommendation (upstream: "highly recommended")
* Add other optional package as suggestions
* BuildRequire what is available and used for offline tests
- Skip some pandas tests which test for 64bit types on 32bit builds
- use the pytest network mark in order to skip network tests on obs
- add a network mark to test_0220 -- gh#scikit-hep/uproot4#396
-------------------------------------------------------------------
Wed Apr 21 09:15:39 UTC 2021 - Atri Bhattacharya <badshah400@gmail.com>
- Disable builds for python 3.6: no numpy.
-------------------------------------------------------------------
Sun Dec 13 14:43:25 UTC 2020 - Atri Bhattacharya <badshah400@gmail.com>
- Initial package.
- Package tests subdir from upstream git since they are missing
from the PyPI src tarballs.