Recent Releases of https://github.com/brainlesion/panoptica

https://github.com/brainlesion/panoptica - v1.5.1

What's Changed

  • Updated pyproject.toml to include numpy v2 support by @sarthakpati in https://github.com/BrainLesion/panoptica/pull/225

Full Changelog: https://github.com/BrainLesion/panoptica/compare/v1.5.0...v1.5.1

- Python
Published by neuronflow 11 months ago

https://github.com/brainlesion/panoptica - v1.5.0

What's Changed

  • Aggregator Empty File Bug by @Hendrik-code in https://github.com/BrainLesion/panoptica/pull/222
  • [Feature] Making Panoptica Part Aware by @aymuos15 in https://github.com/BrainLesion/panoptica/pull/204

Full Changelog: https://github.com/BrainLesion/panoptica/compare/v1.4.1...v1.5.0

- Python
Published by neuronflow 12 months ago

https://github.com/brainlesion/panoptica - v1.4.1

What's Changed

  • account for exception in version 0 by @neuronflow in https://github.com/BrainLesion/panoptica/pull/215

Full Changelog: https://github.com/BrainLesion/panoptica/compare/v1.4.0...v1.4.1

- Python
Published by neuronflow about 1 year ago

https://github.com/brainlesion/panoptica - v1.4.0

What's Changed

  • Sanity checker by @Hendrik-code in https://github.com/BrainLesion/panoptica/pull/205
  • cleanup by @Hendrik-code in https://github.com/BrainLesion/panoptica/pull/207

Full Changelog: https://github.com/BrainLesion/panoptica/compare/v1.3.4...v1.4.0

- Python
Published by Hendrik-code about 1 year ago

https://github.com/brainlesion/panoptica - v1.3.3

What's Changed

  • added conda installation instructions by @sarthakpati in https://github.com/BrainLesion/panoptica/pull/193
  • Added Normalized Surface Dice by @sarthakpati in https://github.com/BrainLesion/panoptica/pull/184

Full Changelog: https://github.com/BrainLesion/panoptica/compare/v1.3.2...v1.3.3

- Python
Published by neuronflow about 1 year ago

https://github.com/brainlesion/panoptica - v1.3.2

What's Changed

  • include sdist for release by @sarthakpati in https://github.com/BrainLesion/panoptica/pull/188

New Contributors

  • @sarthakpati made their first contribution in https://github.com/BrainLesion/panoptica/pull/188

Full Changelog: https://github.com/BrainLesion/panoptica/compare/v1.3.1...v1.3.2

- Python
Published by neuronflow about 1 year ago

https://github.com/brainlesion/panoptica - v1.3.1

What's Changed

  • New Metrics by @Hendrik-code in https://github.com/BrainLesion/panoptica/pull/180
  • removed pool for now by @Hendrik-code in https://github.com/BrainLesion/panoptica/pull/182

Full Changelog: https://github.com/BrainLesion/panoptica/compare/v1.3.0...v1.3.1

- Python
Published by Hendrik-code over 1 year ago

https://github.com/brainlesion/panoptica - v1.3.0

What's Changed

  • default names for issues by @neuronflow in https://github.com/BrainLesion/panoptica/pull/167
  • introduce standards by @neuronflow in https://github.com/BrainLesion/panoptica/pull/170
  • 174 by @Hendrik-code in https://github.com/BrainLesion/panoptica/pull/175
  • fixed edge case handling for global_bin metrics, added unittest for it by @Hendrik-code in https://github.com/BrainLesion/panoptica/pull/176
  • added RVAE, an absolute version of the relative volume difference metric by @Hendrik-code in https://github.com/BrainLesion/panoptica/pull/177
  • added some features while doing #157 by @Hendrik-code in https://github.com/BrainLesion/panoptica/pull/178
  • added tempfile by @Hendrik-code in https://github.com/BrainLesion/panoptica/pull/179

Full Changelog: https://github.com/BrainLesion/panoptica/compare/v1.2.0...v1.3.0

- Python
Published by Hendrik-code over 1 year ago

https://github.com/brainlesion/panoptica - v1.2.0

What's Changed

  • Usability Update and some bugfixes by @Hendrik-code in https://github.com/BrainLesion/panoptica/pull/162
  • updated readme and metrics a bit by @Hendrik-code in https://github.com/BrainLesion/panoptica/pull/163
  • fixed small error in new figure generation code by @Hendrik-code in https://github.com/BrainLesion/panoptica/pull/164

Full Changelog: https://github.com/BrainLesion/panoptica/compare/v1.1.19...v1.2.0

- Python
Published by Hendrik-code over 1 year ago

https://github.com/brainlesion/panoptica - v1.1.19

What's Changed

  • increased panoptica statistics utility by @Hendrik-code in https://github.com/BrainLesion/panoptica/pull/159

Full Changelog: https://github.com/BrainLesion/panoptica/compare/v1.1.8...v1.1.19

- Python
Published by neuronflow over 1 year ago

https://github.com/brainlesion/panoptica - v1.1.8

What's Changed

  • Try to fix codecov upload by @MarcelRosier in https://github.com/BrainLesion/panoptica/pull/150
  • added more coverage, removed deprecated code by @Hendrik-code in https://github.com/BrainLesion/panoptica/pull/151
  • added at least GPT docstrings for everything by @Hendrik-code in https://github.com/BrainLesion/panoptica/pull/153
  • Panoptica Statistics Beta 2 by @Hendrik-code in https://github.com/BrainLesion/panoptica/pull/155

Full Changelog: https://github.com/BrainLesion/panoptica/compare/v1.1.7...v1.1.8

- Python
Published by Hendrik-code over 1 year ago

https://github.com/brainlesion/panoptica - v1.1.6

What's Changed

  • 141 fork not supported on windows by @MarcelRosier in https://github.com/BrainLesion/panoptica/pull/142
  • Enhance test action by @MarcelRosier in https://github.com/BrainLesion/panoptica/pull/140
  • 143 enhance readme and docs by @MarcelRosier in https://github.com/BrainLesion/panoptica/pull/144
  • 146 migrate test action to use poetry by @MarcelRosier in https://github.com/BrainLesion/panoptica/pull/147
  • added new unittests for coverage. fixed minor bugs by @Hendrik-code in https://github.com/BrainLesion/panoptica/pull/145

Full Changelog: https://github.com/BrainLesion/panoptica/compare/v1.1.5...v1.1.6

- Python
Published by Hendrik-code almost 2 years ago

https://github.com/brainlesion/panoptica - v1.1.5

What's Changed

  • restructured by @neuronflow in https://github.com/BrainLesion/panoptica/pull/130
  • Fix_benchmarks by @neuronflow in https://github.com/BrainLesion/panoptica/pull/131
  • csv by @neuronflow in https://github.com/BrainLesion/panoptica/pull/132
  • Speedtest by @Hendrik-code in https://github.com/BrainLesion/panoptica/pull/133
  • added M1 results by @Hendrik-code in https://github.com/BrainLesion/panoptica/pull/134
  • Speedtest clean by @Hendrik-code in https://github.com/BrainLesion/panoptica/pull/135
  • remove test file by @Hendrik-code in https://github.com/BrainLesion/panoptica/pull/136
  • added LabelMergeGroup by @Hendrik-code in https://github.com/BrainLesion/panoptica/pull/138

Full Changelog: https://github.com/BrainLesion/panoptica/compare/v1.1.4...v1.1.5

- Python
Published by Hendrik-code almost 2 years ago

https://github.com/brainlesion/panoptica - v1.1.4

What's Changed

  • Speedup by @Hendrik-code in https://github.com/BrainLesion/panoptica/pull/129

Full Changelog: https://github.com/BrainLesion/panoptica/compare/v1.1.3...v1.1.4

- Python
Published by Hendrik-code almost 2 years ago

https://github.com/brainlesion/panoptica - v1.1.3

What's Changed

  • Aggregate fix by @Hendrik-code in https://github.com/BrainLesion/panoptica/pull/127

Full Changelog: https://github.com/BrainLesion/panoptica/compare/v1.1.2...v1.1.3

- Python
Published by Hendrik-code almost 2 years ago

https://github.com/brainlesion/panoptica - v1.1.2

What's Changed

  • can access evaluator from aggregator by @Hendrik-code in https://github.com/BrainLesion/panoptica/pull/126

Full Changelog: https://github.com/BrainLesion/panoptica/compare/v1.1.1...v1.1.2

- Python
Published by Hendrik-code almost 2 years ago

https://github.com/brainlesion/panoptica - v1.1.1

What's Changed

  • license change by @neuronflow in https://github.com/BrainLesion/panoptica/pull/124
  • Quick fix by @Hendrik-code in https://github.com/BrainLesion/panoptica/pull/125

Full Changelog: https://github.com/BrainLesion/panoptica/compare/v1.1.0...v1.1.1

- Python
Published by Hendrik-code almost 2 years ago

https://github.com/brainlesion/panoptica - v1.1.0

What's Changed

  • 119 and coverage by @Hendrik-code in https://github.com/BrainLesion/panoptica/pull/120
  • Aggregator Functionality, bugfixes by @Hendrik-code in https://github.com/BrainLesion/panoptica/pull/121

Full Changelog: https://github.com/BrainLesion/panoptica/compare/v1.0.1...v1.1.0

- Python
Published by Hendrik-code almost 2 years ago

https://github.com/brainlesion/panoptica - v1.0.1

What's Changed

  • added readme for metrics by @Hendrik-code in https://github.com/BrainLesion/panoptica/pull/116
  • global binary metrics are now using a function creator, as they have … by @Hendrik-code in https://github.com/BrainLesion/panoptica/pull/117
  • Global metrics hotfix by @Hendrik-code in https://github.com/BrainLesion/panoptica/pull/118

Full Changelog: https://github.com/BrainLesion/panoptica/compare/v1.0.0...v1.0.1

- Python
Published by Hendrik-code almost 2 years ago

https://github.com/brainlesion/panoptica - v1.0.0

What's Changed

  • Config by @Hendrik-code in https://github.com/BrainLesion/panoptica/pull/115

Full Changelog: https://github.com/BrainLesion/panoptica/compare/v0.6.6...v1.0.0

- Python
Published by neuronflow almost 2 years ago

https://github.com/brainlesion/panoptica - v0.6.6

What's Changed

  • added relativevolumedifference metric, where average positive means… by @Hendrik-code in https://github.com/BrainLesion/panoptica/pull/102
  • Semantic classes by @Hendrik-code in https://github.com/BrainLesion/panoptica/pull/109

Full Changelog: https://github.com/BrainLesion/panoptica/compare/v0.6.5...v0.6.6

- Python
Published by neuronflow almost 2 years ago

https://github.com/brainlesion/panoptica - v0.6.5

What's Changed

  • Fix Verbose and make Citation Reminder only appeare once by @robert-graf in https://github.com/BrainLesion/panoptica/pull/98

New Contributors

  • @robert-graf made their first contribution in https://github.com/BrainLesion/panoptica/pull/98

Full Changelog: https://github.com/BrainLesion/panoptica/compare/v0.6.4...v0.6.5

- Python
Published by neuronflow about 2 years ago

https://github.com/brainlesion/panoptica - v0.6.4

What's Changed

  • adjust bug report to feature panoptica by @neuronflow in https://github.com/BrainLesion/panoptica/pull/97
  • More metrics by @Hendrik-code in https://github.com/BrainLesion/panoptica/pull/99

Full Changelog: https://github.com/BrainLesion/panoptica/compare/v0.6.3...v0.6.4

- Python
Published by Hendrik-code about 2 years ago

https://github.com/brainlesion/panoptica - v0.6.3

What's Changed

  • 93 semantic segmentation different mri slice in the reference and predicition picture by @MarcelRosier in https://github.com/BrainLesion/panoptica/pull/95

Full Changelog: https://github.com/BrainLesion/panoptica/compare/v0.6.2...v0.6.3

- Python
Published by neuronflow over 2 years ago

https://github.com/brainlesion/panoptica - v0.6.2

What's Changed

  • - fix config by @MarcelRosier in https://github.com/BrainLesion/panoptica/pull/92

Full Changelog: https://github.com/BrainLesion/panoptica/compare/v0.6.1...v0.6.2

- Python
Published by neuronflow over 2 years ago

https://github.com/brainlesion/panoptica - v0.6.1

What's Changed

  • added MetricType by @Hendrik-code in https://github.com/BrainLesion/panoptica/pull/89

Full Changelog: https://github.com/BrainLesion/panoptica/compare/v0.6.0...v0.6.1

- Python
Published by neuronflow over 2 years ago

https://github.com/brainlesion/panoptica - v0.6.0

What's Changed

  • Dynamic result by @Hendrik-code in https://github.com/BrainLesion/panoptica/pull/86

Full Changelog: https://github.com/BrainLesion/panoptica/compare/v0.5.22...v0.6.0

- Python
Published by neuronflow over 2 years ago

https://github.com/brainlesion/panoptica - v0.5.22

What's Changed

  • Maximize matcher by @Hendrik-code in https://github.com/BrainLesion/panoptica/pull/85

Full Changelog: https://github.com/BrainLesion/panoptica/compare/v0.5.21...v0.5.22

- Python
Published by neuronflow over 2 years ago

https://github.com/brainlesion/panoptica - v0.5.21

What's Changed

  • structured issues by @neuronflow in https://github.com/BrainLesion/panoptica/pull/78
  • Merge pull request #78 from BrainLesion/structured_issues by @neuronflow in https://github.com/BrainLesion/panoptica/pull/79
  • Structured issues by @neuronflow in https://github.com/BrainLesion/panoptica/pull/80
  • new: blacked by @neuronflow in https://github.com/BrainLesion/panoptica/pull/81
  • - reduce fig sizes to prevent resizing in notebooks and readme by @MarcelRosier in https://github.com/BrainLesion/panoptica/pull/83
  • - add lint and format action by @MarcelRosier in https://github.com/BrainLesion/panoptica/pull/84
  • Modular metrics by @Hendrik-code in https://github.com/BrainLesion/panoptica/pull/71

Full Changelog: https://github.com/BrainLesion/panoptica/compare/v0.5.20...v0.5.21

- Python
Published by neuronflow over 2 years ago

https://github.com/brainlesion/panoptica - v0.5.20

What's Changed

  • Update README.md by @neuronflow in https://github.com/BrainLesion/panoptica/pull/76
  • Feature/citation reminder by @MarcelRosier in https://github.com/BrainLesion/panoptica/pull/77

Full Changelog: https://github.com/BrainLesion/panoptica/compare/v0.5.19...v0.5.20

- Python
Published by neuronflow over 2 years ago

https://github.com/brainlesion/panoptica - v0.5.19

What's Changed

  • Update README.md by @neuronflow in https://github.com/BrainLesion/panoptica/pull/74

Full Changelog: https://github.com/BrainLesion/panoptica/compare/v0.5.18...v0.5.19

- Python
Published by neuronflow over 2 years ago

https://github.com/brainlesion/panoptica - v0.5.18

What's Changed

  • - rm poetry.lock by @MarcelRosier in https://github.com/BrainLesion/panoptica/pull/70
  • new: introduce ci by @neuronflow in https://github.com/BrainLesion/panoptica/pull/72
  • Rename workflows by @neuronflow in https://github.com/BrainLesion/panoptica/pull/73

Full Changelog: https://github.com/BrainLesion/panoptica/compare/v0.5.17...v0.5.18

- Python
Published by neuronflow over 2 years ago

https://github.com/brainlesion/panoptica - v0.5.17

What's Changed

  • - add yaml file for rtd by @MarcelRosier in https://github.com/BrainLesion/panoptica/pull/67
  • Update LICENSE by @neuronflow in https://github.com/BrainLesion/panoptica/pull/68
  • - migrate docs install to poetry by @MarcelRosier in https://github.com/BrainLesion/panoptica/pull/69

Full Changelog: https://github.com/BrainLesion/panoptica/compare/v0.5.16...v0.5.17

- Python
Published by neuronflow over 2 years ago

https://github.com/brainlesion/panoptica - v0.5.16

What's Changed

  • Update README.md by @neuronflow in https://github.com/BrainLesion/panoptica/pull/64
  • Feature/add docs by @MarcelRosier in https://github.com/BrainLesion/panoptica/pull/66

Full Changelog: https://github.com/BrainLesion/panoptica/compare/v0.5.15...v0.5.16

- Python
Published by neuronflow over 2 years ago

https://github.com/brainlesion/panoptica - v0.5.15

What's Changed

  • Fixes documentation by @neuronflow in https://github.com/BrainLesion/panoptica/pull/63

Full Changelog: https://github.com/BrainLesion/panoptica/compare/v0.5.14...v0.5.15

- Python
Published by neuronflow over 2 years ago

https://github.com/brainlesion/panoptica - v0.5.14

What's Changed

  • Performance test by @neuronflow in https://github.com/BrainLesion/panoptica/pull/62

Full Changelog: https://github.com/BrainLesion/panoptica/compare/v0.5.13...v0.5.14

- Python
Published by neuronflow over 2 years ago

https://github.com/brainlesion/panoptica - v0.5.13

What's Changed

  • fix pypi broken workflow fig by @MarcelRosier in https://github.com/BrainLesion/panoptica/pull/61

Full Changelog: https://github.com/BrainLesion/panoptica/compare/v0.5.12...v0.5.13

- Python
Published by neuronflow over 2 years ago

https://github.com/brainlesion/panoptica - v0.5.12

What's Changed

  • fixed example again by @neuronflow in https://github.com/BrainLesion/panoptica/pull/58
  • Readme adaptions by @MarcelRosier in https://github.com/BrainLesion/panoptica/pull/59

Full Changelog: https://github.com/BrainLesion/panoptica/compare/v0.5.11...v0.5.12

- Python
Published by neuronflow over 2 years ago

https://github.com/brainlesion/panoptica - v0.5.11

What's Changed

  • Datatype Safety by @Hendrik-code in https://github.com/BrainLesion/panoptica/pull/57

Full Changelog: https://github.com/BrainLesion/panoptica/compare/v0.5.10...v0.5.11

- Python
Published by neuronflow over 2 years ago

https://github.com/brainlesion/panoptica - v0.5.10

What's Changed

  • Merge pull request #52 from BrainLesion/38-rename-to-sq_assd by @neuronflow in https://github.com/BrainLesion/panoptica/pull/53
  • 38 rename to sq assd by @neuronflow in https://github.com/BrainLesion/panoptica/pull/54
  • Merge pull request #54 from BrainLesion/38-rename-to-sq_assd by @neuronflow in https://github.com/BrainLesion/panoptica/pull/55
  • 38 rename to sq assd by @neuronflow in https://github.com/BrainLesion/panoptica/pull/56

Full Changelog: https://github.com/BrainLesion/panoptica/compare/v0.5.9...v0.5.10

- Python
Published by neuronflow over 2 years ago

https://github.com/brainlesion/panoptica - v0.5.9

What's Changed

  • new: assd renaming by @neuronflow in https://github.com/BrainLesion/panoptica/pull/52

Full Changelog: https://github.com/BrainLesion/panoptica/compare/v0.5.8...v0.5.9

- Python
Published by neuronflow over 2 years ago

https://github.com/brainlesion/panoptica - v0.5.8

What's Changed

  • Cropping Hotfix and Unittests by @Hendrik-code in https://github.com/BrainLesion/panoptica/pull/44
  • add: dark figures by @MarcelRosier in https://github.com/BrainLesion/panoptica/pull/36

Full Changelog: https://github.com/BrainLesion/panoptica/compare/v0.5.7...v0.5.8

- Python
Published by neuronflow over 2 years ago

https://github.com/brainlesion/panoptica - v0.5.7

What's Changed

  • Speedup instance matcher and evaluator by @Hendrik-code in https://github.com/BrainLesion/panoptica/pull/41

Full Changelog: https://github.com/BrainLesion/panoptica/compare/v0.5.6...v0.5.7

- Python
Published by neuronflow over 2 years ago

https://github.com/brainlesion/panoptica - v0.5.6

What's Changed

  • every part now handles the situation where one or both inputs are empty by @Hendrik-code in https://github.com/BrainLesion/panoptica/pull/35

Full Changelog: https://github.com/BrainLesion/panoptica/compare/v0.5.5...v0.5.6

- Python
Published by neuronflow over 2 years ago

https://github.com/brainlesion/panoptica - v0.5.5

What's Changed

  • Changed image paths by @IsraMekki0 in https://github.com/BrainLesion/panoptica/pull/30
  • empty assd list as edge case by @JosefBuchner in https://github.com/BrainLesion/panoptica/pull/27
  • Logging first by @Hendrik-code in https://github.com/BrainLesion/panoptica/pull/33

New Contributors

  • @IsraMekki0 made their first contribution in https://github.com/BrainLesion/panoptica/pull/30

Full Changelog: https://github.com/BrainLesion/panoptica/compare/v0.5.4...v0.5.5

- Python
Published by neuronflow over 2 years ago

https://github.com/brainlesion/panoptica - v0.5.4

What's Changed

  • require python 3.10 by @neuronflow in https://github.com/BrainLesion/panoptica/pull/28
  • nicer by @neuronflow in https://github.com/BrainLesion/panoptica/pull/29

Full Changelog: https://github.com/BrainLesion/panoptica/compare/v0.5.3...v0.5.4

- Python
Published by neuronflow over 2 years ago

https://github.com/brainlesion/panoptica - v0.5.3

What's Changed

  • Feature/readme by @MarcelRosier in https://github.com/BrainLesion/panoptica/pull/26

New Contributors

  • @MarcelRosier made their first contribution in https://github.com/BrainLesion/panoptica/pull/26

Full Changelog: https://github.com/BrainLesion/panoptica/compare/v0.5.2...v0.5.3

- Python
Published by neuronflow over 2 years ago

https://github.com/brainlesion/panoptica - v0.5.2

What's Changed

  • Assd manytoone by @Hendrik-code in https://github.com/BrainLesion/panoptica/pull/22
  • don't track dsstore by @neuronflow in https://github.com/BrainLesion/panoptica/pull/24
  • here we go again by @neuronflow in https://github.com/BrainLesion/panoptica/pull/25

Full Changelog: https://github.com/BrainLesion/panoptica/compare/v0.5.1...v0.5.2

- Python
Published by neuronflow over 2 years ago

https://github.com/brainlesion/panoptica - v0.5.1

What's Changed

  • Cca backend default by @Hendrik-code in https://github.com/BrainLesion/panoptica/pull/17
  • fixed: examples by @neuronflow in https://github.com/BrainLesion/panoptica/pull/19
  • Assd manytoone by @Hendrik-code in https://github.com/BrainLesion/panoptica/pull/20
  • dsc-based metrics by @neuronflow in https://github.com/BrainLesion/panoptica/pull/21

Full Changelog: https://github.com/BrainLesion/panoptica/compare/v0.5.0...v0.5.1

- Python
Published by neuronflow over 2 years ago

https://github.com/brainlesion/panoptica - v0.5.0

What's Changed

  • restructure imports by @neuronflow in https://github.com/BrainLesion/panoptica/pull/13
  • Hendrik clean by @Hendrik-code in https://github.com/BrainLesion/panoptica/pull/14
  • Hendrik clean by @Hendrik-code in https://github.com/BrainLesion/panoptica/pull/15
  • Cprofiling by @neuronflow in https://github.com/BrainLesion/panoptica/pull/16

Full Changelog: https://github.com/BrainLesion/panoptica/compare/v0.4.6...v0.5.0

- Python
Published by neuronflow over 2 years ago

https://github.com/brainlesion/panoptica - v0.4.6

What's Changed

  • Fix examples by @neuronflow in https://github.com/BrainLesion/panoptica/pull/12

Full Changelog: https://github.com/BrainLesion/panoptica/compare/v0.4.5...v0.4.6

- Python
Published by neuronflow over 2 years ago

https://github.com/brainlesion/panoptica - v0.4.5

What's Changed

  • Hendrik dev by @Hendrik-code in https://github.com/BrainLesion/panoptica/pull/11

New Contributors

  • @Hendrik-code made their first contribution in https://github.com/BrainLesion/panoptica/pull/11

Full Changelog: https://github.com/BrainLesion/panoptica/compare/v0.4.4...v0.4.5

- Python
Published by neuronflow over 2 years ago

https://github.com/brainlesion/panoptica - v0.4.4

What's Changed

  • Rename example files by @neuronflow in https://github.com/BrainLesion/panoptica/pull/10
  • return instance_dice of 0.0 instead of NaN when missing predictions by @JosefBuchner in https://github.com/BrainLesion/panoptica/pull/9

Full Changelog: https://github.com/BrainLesion/panoptica/compare/v0.4.3...v0.4.4

- Python
Published by neuronflow over 2 years ago

https://github.com/brainlesion/panoptica - v0.4.3

What's Changed

  • Results to dict by @JosefBuchner in https://github.com/BrainLesion/panoptica/pull/8

New Contributors

  • @JosefBuchner made their first contribution in https://github.com/BrainLesion/panoptica/pull/8

Full Changelog: https://github.com/BrainLesion/panoptica/compare/v0.4.2...v0.4.3

- Python
Published by neuronflow over 2 years ago

https://github.com/brainlesion/panoptica - v0.4.2

What's Changed

  • Bring back the instances by @neuronflow in https://github.com/BrainLesion/panoptica/pull/7

Full Changelog: https://github.com/BrainLesion/panoptica/compare/v0.4.1...v0.4.2

- Python
Published by neuronflow over 2 years ago

https://github.com/brainlesion/panoptica - v0.4.1

What's Changed

  • Standard deviations by @neuronflow in https://github.com/BrainLesion/panoptica/pull/6

Full Changelog: https://github.com/BrainLesion/panoptica/compare/v0.4.0...v0.4.1

- Python
Published by neuronflow over 2 years ago

https://github.com/brainlesion/panoptica - v0.4.0

What's Changed

  • Enum cc selection by @neuronflow in https://github.com/BrainLesion/panoptica/pull/4
  • Cleaning by @neuronflow in https://github.com/BrainLesion/panoptica/pull/5

Full Changelog: https://github.com/BrainLesion/panoptica/compare/v0.3.5...v0.4.0

- Python
Published by neuronflow over 2 years ago

https://github.com/brainlesion/panoptica - parallel instance segmentation evaluation

What's Changed

  • new: parallel instance computation by @neuronflow in https://github.com/BrainLesion/panoptica/pull/3

Full Changelog: https://github.com/BrainLesion/panoptica/compare/v0.3.4...v0.3.5

- Python
Published by neuronflow over 2 years ago

https://github.com/brainlesion/panoptica - first beta release Pre-release

What's Changed

  • Create python-publish.yml by @neuronflow in https://github.com/BrainLesion/panoptica/pull/1
  • try auto versioning by @neuronflow in https://github.com/BrainLesion/panoptica/pull/2

New Contributors

  • @neuronflow made their first contribution in https://github.com/BrainLesion/panoptica/pull/1

Full Changelog: https://github.com/BrainLesion/panoptica/commits/v0.3.4

- Python
Published by neuronflow over 2 years ago