Skip to content

Releases: bionanoimaging/TiledViews.jl

v0.3.0

03 May 11:58

Choose a tag to compare

TiledViews v0.3.0

Diff since v0.2.4

  • Added support for tiled_processing of functions returning multiple values.
  • Fixed a bug regarding windows returning NaN for lower and upper borders beeing equal.
  • Changed the default of the window to nothing, which causes uniform windows to be used when no overlap is present.
  • Added Documenter-generated pages.

Breaking changes

  • The tiled processing, in particularly when called with a plain array, is a lot more powerful than the previous version. It now supports functions returning multiple results, of mixed types.
  • NDTools.jl dependency ins now set to 0.8.

Merged pull requests:

  • Added a feature to allow multiple return results in tiled_processing.… (#9) (@RainerHeintzmann)

v0.2.4

20 Jun 13:53

Choose a tag to compare

TiledViews v0.2.4

Diff since v0.2.3

v0.2.3

21 Feb 21:07

Choose a tag to compare

TiledViews v0.2.3

Diff since v0.2.2

Merged pull requests:

v0.2.2

01 Jun 15:47

Choose a tag to compare

TiledViews v0.2.2

Diff since v0.2.1

  • Fix calculation of Center Tiles.

Closed issues:

  • Center of center tile is not aligned with center of parent (#7)

v0.2.1

31 May 16:28
d034add

Choose a tag to compare

TiledViews v0.2.1

Diff since v0.2.0

  • Update dependencies

Merged pull requests:

  • CompatHelper: bump compat for "NDTools" to "0.2" (#5) (@github-actions[bot])

v0.2.0

22 Jul 13:28

Choose a tag to compare

TiledViews v0.2.0

Diff since v0.1.0

Closed issues:

  • Docstring for TiledView indicates a optional data type (#3)
  • Tiling a 3D dataset into 3D dimensional slices (#4)

v0.1.0

16 Jul 16:13

Choose a tag to compare

TiledViews v0.1.0

Closed issues:

  • Alias get_tile_iterator to eachtile (#1)