Skip to content

Releases: DerThorsten/nifty

Fix graph api issue

20 Dec 23:21
c4bd4cd
Compare
Choose a tag to compare
Merge pull request #142 from constantinpape/master

Fix issues in bfs graph api

Changes for GASP

07 Dec 18:01
00119fd
Compare
Choose a tag to compare

Changes by @abailoni to make the main nifty repository compatible with GASP.
Also removes undirectedLongRangeGridGraph because all of its functionality is now present in the normal grid graph.

More graph functionality

02 Nov 14:50
Compare
Choose a tag to compare

This version introduces new graph functionality and multicut solvers.
Nifty now requires c++17 to be build.

Update nifty.graph.agglo

24 Jan 20:06
cc36655
Compare
Choose a tag to compare
  • Update nifty.graph.agglo to merge code by @abailoni
  • Fix windows build
  • Switch fully to gh actions CI

Make build with boost filesystem optional

07 Aug 18:19
Compare
Choose a tag to compare
v1.0.7

Build without boost::serialization

Fix issues in python bindings

26 Apr 08:27
5c81edc
Compare
Choose a tag to compare

Fixes issues in python bindings that caused return of some 1d tensors with shape (1,) instead of (len,).

Don't link python lib

18 Feb 15:42
Compare
Choose a tag to compare

to avoid segfaults on osx

Fix more clang issues

18 Feb 08:57
Compare
Choose a tag to compare
v1.0.4

Bump version

Fix more clang issues

17 Feb 18:23
Compare
Choose a tag to compare
v1.0.3

Bump version

Fix clang issue

17 Feb 17:49
Compare
Choose a tag to compare
v1.0.2

Bump version