Skip to content

Releases: educelab/volume-cartographer

Version 2.27.0

16 Feb 11:29
9b9bfd9
Compare
Choose a tag to compare

The macOS package now provides universal binaries. When upgrading via Homebrew, please uninstall first before installing the upgraded version:

brew uninstall volume-cartographer
brew install --no-quarantine educelab/casks/volume-cartographer

Deprecation warning

GitHub Actions no longer provides macOS 12 (Monterey) runners or SDKs. For this release, a universal package targeting macOS 12+ has been built manually and will be installed when running the above brew command on Intel-based Macs. It can also be installed manually using the VC-2.27.0-Darwin-macOS12.zip in this release. In future releases, we will only provide a single package which support macOS 14 (Sonoma) or above.

What's Changed

New Contributors

Full Changelog: v2.26.0...v2.27.0

Version 2.26.0

09 Aug 16:04
7640ba6
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.25.0...v2.26.0

Version 2.26.0, Release Candidate 3

21 Dec 04:07
be77dc0
Compare
Choose a tag to compare
Pre-release

What's Changed

Full Changelog: v2.26.0-rc.2...v2.26.0-rc.3

Version 2.26.0, Release Candidate 2

28 Nov 20:11
ac12472
Compare
Choose a tag to compare
Pre-release

What's Changed

Full Changelog: v2.26.0-rc.1...v2.26.0-rc.2

Version 2.26.0, Release Candidate 1

22 Nov 19:26
Compare
Choose a tag to compare
Pre-release

What's Changed

Full Changelog: v2.25.0...v2.26.0-rc.1

Version 2.25.0

14 Nov 22:01
bda28ec
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.24.1...v2.25.0

Version 2.25.0, Release Candidate 2

19 May 18:16
Compare
Choose a tag to compare
Pre-release

What's Changed

Full Changelog: v2.25.0-rc.1...v2.25.0-rc.2

Version 2.25.0, Release Candidate 1

16 May 19:34
d0e2c82
Compare
Choose a tag to compare
Pre-release

What's Changed

New Contributors

Full Changelog: v2.24.1...v2.25.0-rc.1

Version 2.24.1

20 Mar 20:22
Compare
Choose a tag to compare

What's Changed

  • Update README with some usage links and install notes by @csparker247 in #4
  • Remove brew libtiff from macOS Intel packages by @csparker247 in #7
  • (VC) Fix crashes when running segmentation tool by @csparker247 in #8

Full Changelog: v2.24.0...v2.24.1

Version 2.24.0

10 Mar 13:38
Compare
Choose a tag to compare

After many years of development in private git repositories, we are proud to announce that we have migrated Volume Cartographer to GitHub! With this release, we are transitioning all development activity to this repository, including issues, merge requests, and discussions. We look forward to working alongside the GitHub community to grow this special project.

A lot has changed in the almost two years since our last full release. Almost too much! What follows is simply a hit list of big changes. We encourage those who are curious on the details to check out the full changelog.

What's Changed (tl;dr Edition)

  • Upgraded GUI apps to Qt6
  • Added histogram equalization to VC to help with layer segmentation
  • Added a color picker to VC for choosing the segmentation color
  • Refactor the vc_canny_segment --visualize option to use Qt
  • Added real-time exploration of intersections to vc_projection
  • Added options to install via Homebrew and Docker

A very special thanks to @stephenrparsons who did most of the above.

Full Changelog: v2.23...v2.24.0