First release of biapol-utilities. Covers the following functionality:
Labels:
- Match labels using various algorithms (currently max similarity and simplified Gale-Shapley)
- Compare labels quantitatively (currently Dice & Jaccard coefficient)
- Measure similarity between label images using various metrices (currently only Intersection over Union)
Documentation
- Sample data for demonstration is provided.
Documentation
- Available at [Github pages](https://biapol.github.io/biapol-utilities/)
- Example notebooks for all functions are provided.
What's Changed
* Add template for pull-requests by haesleinhuepf in https://github.com/BiAPoL/biapol-utilities/pull/5
* added automatic testing with dummy test by haesleinhuepf in https://github.com/BiAPoL/biapol-utilities/pull/6
* Implement basic label matching by jo-mueller in https://github.com/BiAPoL/biapol-utilities/pull/2
* Add badges by jo-mueller in https://github.com/BiAPoL/biapol-utilities/pull/7
* code formatting by haesleinhuepf in https://github.com/BiAPoL/biapol-utilities/pull/8
* move tests by haesleinhuepf in https://github.com/BiAPoL/biapol-utilities/pull/12
* Add tests by haesleinhuepf in https://github.com/BiAPoL/biapol-utilities/pull/13
* add labels_colormap by haesleinhuepf in https://github.com/BiAPoL/biapol-utilities/pull/15
* Pass method by haesleinhuepf in https://github.com/BiAPoL/biapol-utilities/pull/14
* Variable names by haesleinhuepf in https://github.com/BiAPoL/biapol-utilities/pull/10
* Pass method by haesleinhuepf in https://github.com/BiAPoL/biapol-utilities/pull/19
* Use scikit-learn confusion matrix instead of own custom code by jo-mueller in https://github.com/BiAPoL/biapol-utilities/pull/20
* Compare labels by jo-mueller in https://github.com/BiAPoL/biapol-utilities/pull/22
* Create sphinx doc by jo-mueller in https://github.com/BiAPoL/biapol-utilities/pull/26
* update links in the readme by haesleinhuepf in https://github.com/BiAPoL/biapol-utilities/pull/27
* pass method instead of method as string by haesleinhuepf in https://github.com/BiAPoL/biapol-utilities/pull/21
* Implement gale shapley algorithm for label-matching by jo-mueller in https://github.com/BiAPoL/biapol-utilities/pull/24
* Fix api by jo-mueller in https://github.com/BiAPoL/biapol-utilities/pull/30
* Building doc pages to separate branch by jo-mueller in https://github.com/BiAPoL/biapol-utilities/pull/31
* Improve readme by haesleinhuepf in https://github.com/BiAPoL/biapol-utilities/pull/33
New Contributors
* haesleinhuepf made their first contribution in https://github.com/BiAPoL/biapol-utilities/pull/5
* jo-mueller made their first contribution in https://github.com/BiAPoL/biapol-utilities/pull/2
**Full Changelog**: https://github.com/BiAPoL/biapol-utilities/commits/v0.0.1