Release notes
1.0.0-rc2
2024/10/23
[기능 변경]
- inspection options의 파라미터들이 tuple[float, float]에서 tuple[str, str]으로 변경되었습니다.
inspect 메소드 출력 결과에서 upper_radius_of_curvature 와 lower_radius_of_curvature, offset_angle 의 output 값이 None이 아닌 경우, float에서 str으로 변경되었습니다.
1.0.0-rc1
2024/10/21
[Bug Fix]
- 점 하나만 검출된 경우, skeleton 검출이 실패한 것으로 내보내게 수정했습니다.
- 곡률 반경 부호를 수정했습니다.
- 직선일 경우, 곡률 반경이 0으로 나오던 것을 float("inf")로 나오도록 수정했습니다.
[기능 변경]
inspect 수행 시, 탭 스켈레톤 검출이 실패하거나 부정확한 경우에 is_anomaly를 True로 출력하도록 변경되었습니다.
inspect 리턴 값에서, 상태값("upper_state_index", "lower_state_index", "offset_state_index")을 제거하였습니다.
1.0.0-rc0