Skip to content

Commit

Permalink
Release 0.2.0 (#23)
Browse files Browse the repository at this point in the history
* Remove jp2 part

* Support for overview and label pages

* Use ceil_div() instead of __truediv__

* Do not add jpeg_tables if None

* Make use of add_jpeg_tables more clear

* Docstrings on Jpeg-functions

* More descriptive error for crop error

* Stricter tag check

* pixel_spacing optional

* Change order on return of tiled_size-property.

* Add correct jpegtables in test

* Release 0.2.0

* Update changelog

Co-authored-by: Erik O Gabrielsson <[email protected]>
  • Loading branch information
erikogabrielsson and Erik O Gabrielsson authored Feb 14, 2022
1 parent ed8cdf6 commit f4c5156
Show file tree
Hide file tree
Showing 3 changed files with 177 additions and 166 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased] - ...

## [0.2.0] - 2021-02-14
### Added
- Support for svs overview and label images.

### Changed
- More descriptive error when jpeg crop fails.

### Fixed
- Jpeg tables are not duplicated.
- Return j2k and not jp2 when encoding jpeg2000.

## [0.1.1] - 2021-12-02
### Changed
- Fix calculations of pixel spacing and mpp.
Expand All @@ -15,6 +26,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Initial release of opentile.

[Unreleased]: https://github.com/imi-bigpicture/opentile/compare/0.1.1..HEAD
[Unreleased]: https://github.com/imi-bigpicture/opentile/compare/0.2.0..HEAD
[0.2.0]: https://github.com/imi-bigpicture/opentile/compare/0.1.1..0.2.0
[0.1.1]: https://github.com/imi-bigpicture/opentile/compare/0.1.0..0.1.1
[0.1.0]: https://github.com/imi-bigpicture/opentile/tree/v0.1.0
Loading

0 comments on commit f4c5156

Please sign in to comment.