File python-lfdfiles.changes of Package python-lfdfiles
-------------------------------------------------------------------
Thu Nov 7 09:07:27 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 2024.10.24:
* Fix variable length little-endian base 128 decoding.
* Improve typing.
* Deprecate Python 3.9, support Python 3.13.
* Fix docstring examples not correctly rendered on GitHub.
-------------------------------------------------------------------
Wed Jul 17 08:02:14 UTC 2024 - Ben Greiner <code@bnavigator.de>
- Revert pinning. NumPy 2 officially supported since 2024.4.24
-------------------------------------------------------------------
Wed Jul 17 02:23:12 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
- Restrict to numpy < 2 for now.
- Switch to pyproject macros.
-------------------------------------------------------------------
Tue May 7 21:14:25 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 2024.4.24:
* Support NumPy 2.
-------------------------------------------------------------------
Sat Mar 16 08:51:59 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 2024.3.4:
* Fix decoding 32-bit, 16 windows, 4 channels Spartan6 FBD
files (#1).
-------------------------------------------------------------------
Wed Dec 20 07:12:43 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 2023.9.26:
* Remove phasor and lifetime methods from VistaIfli (breaking).
* Rename SimfcsFbd and SimfcsFbf to FlimboxFbd and FlimboxFbf
(breaking).
* Deprecate SimfcsFbd and SimfcsFbf.
* Support int16 FLIMbox cross correlation phase indices (bins).
* Add FlimboxFbs class for ISS VistaVision FLIMbox settings.
* Add decoder for 32-bit, 16 windows, 4 channels FlimboxFbd
(untested).
* Rewrite VistaIfli based on file format specification
(breaking).
* Define positional and keyword parameters (breaking).
* SimfcsFbd.asarray returns bins only (breaking).
* Fix type hint issues.
* Add py.typed marker.
* Specify encoding of text files.
* Fix linting issues.
-------------------------------------------------------------------
Wed May 31 19:29:55 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 2023.4.20:
* Improve type hints.
* Drop support for Python 3.8 and numpy < 1.21 (NEP29).
* Update metadata.
* Fix LfdFileSequence with tifffile 2022.4.22.
* Add fbd2b64 conversion function and script.
* Add decoder for 32-bit, 8 windows, 4 channels FLIMbox data
from Spartan-6.
* Convert docstrings to Google style with Sphinx directives.
* Add type hints.
* SimfcsFit.asarray returns dc_ref only; use p_fit for fit
params (breaking).
* Remove additional positional arguments to LfdFile init
(breaking).
* Guess SimfcsBin shape and dtype if not provided (breaking).
* Use TiffWriter.write instead of deprecated save.
* Drop support for Python 3.7 and NumPy < 1.19 (NEP29).
* Refactor SimfcsFbd initialization.
* Print tracebacks of failing plugins in LfdFile.
* Calculate pixel_dwell_time and frame_size for FBD files with
header.
* Disable simfcsfbd_decode and simfcsfbd_histogram Python code
(breaking).
* Read ISS Vista IFI files.
* Fix reading FBD files with FBF header.
* Fix reading R64 files with excess bytes.
* Fix reading VPL files used by ISS Vista.
* Remove lazyattr.
* Fix unclosed file warnings.
* Replace TIFF compress with compression parameter (breaking).
* Remove compress option from command line interface
(breaking).
* Add function to decode Spectral FLIM data from Kintex
FLIMbox.
* Relax VistaIfli file version check.
-------------------------------------------------------------------
Sun Feb 14 16:41:15 UTC 2021 - Dirk Müller <dmueller@suse.com>
- skip python 3.6 build (no tifffile as it uses scipy)
-------------------------------------------------------------------
Thu Nov 26 07:06:44 UTC 2020 - andy great <andythe_great@pm.me>
- Update to version 2020.9.18.
* Remove support for Python 3.6.
* Support os.PathLike file names.
* Fix writing contiguous series to TIFF files with
tifffile >= 2020.9.3.
-------------------------------------------------------------------
Mon Aug 10 11:58:18 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
- Update the archive to match up the upstream one
-------------------------------------------------------------------
Fri Jul 31 15:15:25 UTC 2020 - andy great <andythe_great@pm.me>
- Update spec file to use python alternative.
-------------------------------------------------------------------
Mon Jun 1 02:04:12 UTC 2020 - andy great <andythe_great@pm.me>
- Update to version 2020.1.1.
*Read CZI files via czifile module.
*Read Olympus Image files via oiffile module.
*Read Netpbm formats via netpbmfile module.
*Add B64, Z64, and I64 write functions.
*Remove support for Python 2.7 and 3.5.
*Update copyright.
-------------------------------------------------------------------
Mon Mar 4 07:41:58 AM UTC 2019 - John Vandenberg <jayvdb@gmail.com>
- Initial spec for v2019.2.20