Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-npTDMS for openSUSE:Factory checked in at 2021-04-22 18:04:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-npTDMS (Old) and /work/SRC/openSUSE:Factory/.python-npTDMS.new.12324 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-npTDMS" Thu Apr 22 18:04:12 2021 rev:3 rq:887454 version:1.2.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-npTDMS/python-npTDMS.changes 2020-05-26 17:20:28.484123711 +0200 +++ /work/SRC/openSUSE:Factory/.python-npTDMS.new.12324/python-npTDMS.changes 2021-04-22 18:05:48.070678887 +0200 @@ -1,0 +2,25 @@ +Thu Apr 22 06:34:25 UTC 2021 - Steve Kowalik <[email protected]> + +- Update to 1.2.0: + * Reduce memory usage when reading files in open mode + * Support files that use DAQmx format metadata without having DAQmx raw data + * Support different lengths of DAQmx buffers + * Support strain scaling with a full bridge type I configuration + * Support negative integer indexing in channels + * Improve performance reading many small interleaved data chunks + * Breaking change: Remove previously deprecated methods + * Correct the TDMS type used when writing floating point data + * Fix reading digital line scaler data with a non-zero offset + * Adds support for reading raw timestamps with full precision + * Fixes memory leaks caused by circular references + * Fix for reading tdms_index files with padding after metadata + * Add support for negative temperatures with RTD scaling + * Use tdms_index files when available + * Support indexing and slicing channels + * Support streaming data chunks + * Support iterating over files, groups and channels + * Deprecates many methods than will now warn when used + * Fixes inconsistent behaviour when exporting to Pandas dataframes +- Do not build for Python 3.6, due to no NumPy. + +------------------------------------------------------------------- Old: ---- npTDMS-0.18.1.tar.gz New: ---- npTDMS-1.2.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-npTDMS.spec ++++++ --- /var/tmp/diff_new_pack.Baceqe/_old 2021-04-22 18:05:48.558679688 +0200 +++ /var/tmp/diff_new_pack.Baceqe/_new 2021-04-22 18:05:48.562679694 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-npTDMS # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,8 +18,9 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 +%define skip_python36 1 Name: python-npTDMS -Version: 0.18.1 +Version: 1.2.0 Release: 0 Summary: Python module for reading TDMS files produced by LabView License: LGPL-3.0-only @@ -30,7 +31,7 @@ BuildRequires: python-rpm-macros Requires: python-numpy Requires(post): update-alternatives -Requires(postun): update-alternatives +Requires(postun):update-alternatives BuildArch: noarch # SECTION test requirements BuildRequires: %{python_module numpy} ++++++ npTDMS-0.18.1.tar.gz -> npTDMS-1.2.0.tar.gz ++++++ ++++ 15231 lines of diff (skipped)
