Skip to content

Releases: computationalpathologygroup/ASAP

ASAP 2.2 (Nightly)

12 Aug 13:04
Compare
Choose a tag to compare
ASAP-2.2-(Nightly)

New deployment token

ASAP 2.2

09 Aug 09:28
Compare
Choose a tag to compare
ASAP 2.2 Pre-release
Pre-release
Fixed builds, moved to Pythpn 3.8 - 3.10, Ubuntu 20.04 - 22.04, MacOs…

… BigSur, VS2022

ASAP 2.1

25 Jun 10:39
Compare
Choose a tag to compare
ASAP-2.1

Publish on new tag

ASAP 2.1 (Nightly)

24 Jun 11:49
Compare
Choose a tag to compare
ASAP-2.1-(Nightly)

Update version number

ASAP 2.0

17 Dec 15:12
Compare
Choose a tag to compare
ASAP-2.0

Debugging AppVeyor MacOS

ASAP 1.9

14 Nov 12:35
Compare
Choose a tag to compare

This release replaces the libJASPER JPEG2000 codec backend with OpenJPEG. Furthermore, the CMake has been modernized to use target_* directives more broadly. Last, this is the first version which has Ubuntu (and derivatives) 18.04 support.

Note: this is the last main version where we support 16.04, 18.04 is our new LTS. There is now no longer an explicit dependency on libopenslide in the 16.04 version as the package repositories only contain 3.4.0 and not the 3.4.1 with support for Philips TIFF. So if you want support for openslide formats I highly recommend installing version 3.4.1 manually, or, if you do not need support for Philips TIFF, install the 3.4.0 package from the repositories.

All releases now use Python 3.6, so this identifier is dropped from the filename.

ASAP 1.8.1

20 Jun 08:29
Compare
Choose a tag to compare

Release contains mostly bug fixes for loading the rectangle annotations. One new feature is support for reading and writing sparse TIFFs (TIFF files that do not have all tiles written).

ASAP 1.8

05 May 09:50
Compare
Choose a tag to compare

New features in this release:

  • Support for rectangle annotations. Double-click to specify width and height exactly
  • Support for unicode TIFFs. Windows binaries include OpenSlide version which supports unicode paths on Windows.
  • Custom annotation colors are now persistent
  • Separated functionality of ASAP into ASAPLib for easier linking on other platforms

This is the last release for Ubuntu (and derivatives) 16.04, the next release will be on the new LTS 18.04.

ASAP 1.7.4

14 Feb 10:56
Compare
Choose a tag to compare

This release contains a big modification to loading of whole-slide files. In ASAP you can now specifically indicate which backend to use for loading the file. By default ASAP tries to identify the best one. Furthermore, it includes a bug fix for dot annotations which could cause a crash on removal.

ASAP 1.7.3

25 Jul 14:06
Compare
Choose a tag to compare

This release contains a fix for multi-resolution TIFF with tiles stored in the yCbCr color space (example in the generic TIFF test data of OpenSlide). I also added a release linked against Python 3.5 and one against 2.7. From next release on we will switch to Python3 for the provided builds.