Skip to content

Latest commit

 

History

History
73 lines (45 loc) · 1.11 KB

File metadata and controls

73 lines (45 loc) · 1.11 KB

Revisions

2026.2.8

  • Fix code review issues.

2026.1.8

  • Improve code quality.

2025.12.12

  • Derive OifFileError from ValueError.
  • Drop support for Python 3.10.

2025.5.10

  • Remove doctest command line option.
  • Support Python 3.14.

2025.1.1

  • Improve type hints.
  • Drop support for Python 3.9, support Python 3.13.

2024.5.24

  • Support NumPy 2.
  • Fix docstring examples not correctly rendered on GitHub.

2023.8.30

  • Fix linting issues.
  • Add py.typed marker.
  • Drop support for Python 3.8 and numpy < 1.22 (NEP29).

2022.9.29

  • Switch to Google style docstrings.

2022.2.2

  • Add type hints.
  • Add main function.
  • Add FileSystemAbc abstract base class.
  • Remove OifFile.tiffs (breaking).
  • Drop support for Python 3.7 and numpy < 1.19 (NEP29).

2021.6.6

  • Fix unclosed file warnings.

2020.9.18

  • Remove support for Python 3.6 (NEP 29).
  • Support os.PathLike file names.
  • Fix unclosed files.

2020.1.18

  • Fix indentation error.

2020.1.1

  • Support multiple image series.
  • Parse shape and dtype from settings file.
  • Remove support for Python 2.7 and 3.5.
  • Update copyright.

2012.x.x

  • Initial release.