-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #402 from girder/expose-extended-viewers
Expose extended viewers for the girder_annotation web client.
- Loading branch information
Showing
2 changed files
with
44 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
# Change Log | ||
|
||
## Unreleased | ||
|
||
### Improvements | ||
- Make it easier to load the annotation-enable web viewers (#402) | ||
|
||
## Version 1.0.1 | ||
|
||
### Features | ||
- Get annotations elements by centroid (#371) | ||
- Added an annotation badge to the image list (#372) | ||
- Added openjpeg tile source (#380) | ||
- Handle different tiff orientations in the tiff tile source (#390) | ||
|
||
### Improvements | ||
- Increased the annotation page limit (#367) | ||
- Increased the annotations response time limit (#389) | ||
- Improved handling of tiff files with multiple tiled images (#373) | ||
- Don't reset backbone models on saving existing annotations (#399) | ||
|
||
### Changes | ||
- Use girder/large_image_wheels (#384) | ||
- Changed the mapnik tile source style defaults (#395) | ||
|
||
### Bug Fixes | ||
- Fixed the pyproj minimum version (#366) | ||
- Guard against GDAL open errors (#375) | ||
- Better handle annotations with zero elements (#398) | ||
- Sorting tile layers could use a dictionary comparison (#396) | ||
|
||
## Version 1.0.0 | ||
|
||
This is a substantial refactor from preliminary versions. Now that setuptools_scm is used for versioning, all merges to master are automatically published to pypi as development versions. | ||
|
||
Tile sources are now fully modular and are installed via pip. File extensions and mime type are now used as part of the order that tile sources are checked, giving more control over which tile source is used by default. | ||
|
||
The Girder plugin has been divided into the parts requiring annotations and the parts that are only necessary for large images. | ||
|
||
Python 3.4 support was dropped. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters