Skip to content

Releases: bioimage-io/core-bioimage-io-python

v0.10.4

Choose a tag to compare

@github-actions github-actions released this 18 May 15:16

Changes

  • Fix release drafter by adding permission and auto publish on version bump (#492) @anwai98
  • Fix postprocessing order (#490) @FynnBe
  • feat: CustomPostprocessing op — user-supplied callable via source file (#489) @oeway
  • Add spec→runtime integration test for softmax postprocessing (#487) @oeway
  • Improve error message when torch.load(weights_only=True) fails on non-pure state dicts (#486) @oeway
  • enable mps pytorch backend if available and some housekeeping (#481) @FynnBe

🚀 Features

🪲 Fixes

👷 Continuous Integration

📚 Documentation

v0.9.5

Choose a tag to compare

@github-actions github-actions released this 05 Nov 12:49

Changes

🚨 Testing

  • Improve testing in dedicated conda env (#474) @FynnBe

👷 Continuous Integration

📚 Documentation

  • Improve testing in dedicated conda env (#474) @FynnBe

v0.9.4

Choose a tag to compare

@github-actions github-actions released this 14 Oct 08:55
b30173f

Changes

  • add careamics dev dep and quiet conda output in CI (#472) @FynnBe

👷 Continuous Integration

  • avoid 'conda activate' and update xarray pin (#473) @FynnBe

📚 Documentation

  • avoid 'conda activate' and update xarray pin (#473) @FynnBe

v0.9.3

Choose a tag to compare

@github-actions github-actions released this 07 Oct 09:29
310bf70

Changes

🪲 Fixes

👷 Continuous Integration

📚 Documentation

v0.9.2

Choose a tag to compare

@github-actions github-actions released this 19 Sep 09:08
bfd4543

Changes

🪲 Fixes

  • fix model inference tolerance reporting (#469) @FynnBe

📚 Documentation

  • fix model inference tolerance reporting (#469) @FynnBe

v0.9.1

Choose a tag to compare

@github-actions github-actions released this 18 Sep 23:29

Changes

🪲 Fixes

🚨 Testing

  • improve resource testing with subcommand (#466) @FynnBe

👷 Continuous Integration

📚 Documentation

v0.9.0

Choose a tag to compare

@github-actions github-actions released this 01 Jul 13:49
2cec343

Changes

👷 Continuous Integration

📚 Documentation

v0.8.0

Choose a tag to compare

@github-actions github-actions released this 01 Apr 09:52

Changes

🪲 Fixes

🚨 Testing

  • Move release job to build workflow to release only after full tests (#457) @FynnBe

👷 Continuous Integration

  • Fix release workflow (#459) @FynnBe
  • Move release job to build workflow to release only after full tests (#457) @FynnBe
  • Update adapters and converters (#440) @FynnBe

📚 Documentation

v0.7.0

Choose a tag to compare

@github-actions github-actions released this 19 Nov 00:00

Changes

  • use all instead 'import as' to improve pdoc docs (#430) @FynnBe

🚀 Features

  • support zipfile.ZipFile, improve docs and improve get_io_sample_block_metas (#432) @FynnBe
  • add create_ambitious_sloth presentation (#433) @FynnBe
  • add coverage reporting (#429) @FynnBe

👷 Continuous Integration

  • support zipfile.ZipFile, improve docs and improve get_io_sample_block_metas (#432) @FynnBe
  • add create_ambitious_sloth presentation (#433) @FynnBe
  • inform pdoc about google doc string style (#431) @FynnBe
  • add coverage reporting (#429) @FynnBe
  • bump release-drafter action (#428) @FynnBe

📚 Documentation

  • support zipfile.ZipFile, improve docs and improve get_io_sample_block_metas (#432) @FynnBe
  • add coverage reporting (#429) @FynnBe

v0.6.10

Choose a tag to compare

@github-actions github-actions released this 17 Oct 12:56
878c646

Changes

🚀 Features

  • Add quick links within model_usage.ipynb (#425) @FynnBe

🪲 Fixes

👷 Continuous Integration