What's Changed
* Update Fast Marching Method to use more accurate Eikonal solvers by masadcv tvercaut in https://github.com/masadcv/FastGeodis/pull/45
* Add PixelQueue method by masadcv in https://github.com/masadcv/FastGeodis/pull/45
**Full Changelog**: https://github.com/masadcv/FastGeodis/compare/1.0.2...1.0.3
WIth this update, the FMM method using Eikonal solvers gets exact solution for Euclidean distance (remove fan artefacts).
For simplest example the output looks like as follows:
2D:
![229642899-0b69397c-2d0c-4a68-9961-3fb392c803be](https://user-images.githubusercontent.com/3410225/233863887-5bfae97d-d520-4b1f-be43-9a4dac3df323.png)
3D:
![229642994-97d9e563-549e-4b36-9dd6-f1d00c8b410a](https://user-images.githubusercontent.com/3410225/233863918-8c1dd28c-2a93-4ad5-9f39-e1597fe917b8.png)