Skip to content

0.4.3

Compare
Choose a tag to compare
@github-actions github-actions released this 06 Aug 02:08
· 47 commits to master since this release
cd8eea4

🚀 Features

Change `isbi_utils` from writing files to comparing in memory @R-Ding (#67)

What

  • Replace writing to GT and result ISBI-style .txt files with saving an array of ISBI-style dictionaries and comparing those.
  • Modifying isbi_utils_tests to test the new approach

Why

  • Comparing in memory is quicker and allows for less chances of error

🐛 Bug Fixes

Cache the entire Python environment to speed up build times. @willgraf (#66)

What

  • Cache the entire Python environment in the testing GitHub Action workflow.

Why