diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 9e01177..b85fc1c 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -3,10 +3,10 @@ name: lint on: push: branches: - - main + - master pull_request: branches: - - main + - master jobs: lint: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9e6c341..3d65c4a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -2,12 +2,12 @@ name: test on: push: branches: - - main + - master tags: - 'v*' pull_request: branches: - - main + - master workflow_dispatch: diff --git a/CHANGELOG.md b/CHANGELOG.md index a4b1860..7b88cd3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -57,8 +57,8 @@ - Added python 3.9 to build testing. #### 0.2.1 -- Fixed `ZeroDivisionError` when the Z-dimension is defined, but has a length of 0. -- Clarified an error message. +- Fixed `ZeroDivisionError` when the Z-dimension is defined, but has a length of 0. +- Clarified an error message. - Added fix for truncated files. #### 0.2.0 diff --git a/README.md b/README.md index dd7f706..5ec3beb 100644 --- a/README.md +++ b/README.md @@ -69,9 +69,9 @@ The two-dimensional images returned by these methods are Pillow objects, so all ## Known issues -Below are known issues and limitations with the `readlif` package. If you encounter these issues, please open an issue. +Below are known issues and limitations with the `readlif` package. If you encounter these issues, please open an issue. -- There may be an issue where a truncated 16-bit file will load incorrectly; however, this is not tested. +- There may be an issue where a truncated 16-bit file will load incorrectly; however, this is not tested. - There is not support for FlipX, FlipY and SwapXY metadata.