Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: NKI-AI/dlup

Tags

v0.7.0

Toggle v0.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Feature/c tiffwriter (#249)

* Added C++ TIFF Writer
* Bump version to 0.7
* Rebuild setup toolchain to pyproject.toml
* Remove CLI utilities and tests
* Rename dlup.types to dlup._types
* Reduce cyclic imports
* Remove color transform from internal_handler='pil' (working towards v1.0)
* Bugfixes

v0.6.1

Toggle v0.6.1's commit message
Bump version to v0.6.1

v0.6.0

Toggle v0.6.0's commit message
Bump version to v0.6.0

v0.5.3

Toggle v0.5.3's commit message
Bump version to v0.5.3

v0.5.2

Toggle v0.5.2's commit message
Bump version to 0.5.2

v0.5.1

Toggle v0.5.1's commit message
Bump version to v0.5.1

v0.5.0

Toggle v0.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add color and z-index to annotations, support multiclass output (#228)

- Colors can now be added to annotations
- Z-indices can now be added to annotations to allow their sorting
- Sorting is now verified to work with ASAP, GeoJSON and Darwin V7
- Fixed a bug in polygons with multiple holes (see #224)
- Small changes in QuPath required to change the GeoJSON reading.
- `convert_annotations` now supports multiclass output
- A new annotation type: `AnnotationType.TAG`
- Ability to read Darwin V7 tags
- A bugfix for Darwin bounding boxes
- Automatic casting to AnnotationType.BOX for rectangular polygons
- Removal of function `rescale_geometry`

rm

Toggle rm's commit message
Improve docstring

v0.4.0

Toggle v0.4.0's commit message
Bump version to 0.4.0

v0.3.38

Toggle v0.3.38's commit message
Remove superfluous file