What's new?
- Fixed `shapesides` runtime error
- Added more error catches to `circleconvert`
- Fixed `nothing` Python 2.7 runtime error
- Fixed `fib` runtime bug and simplified function
- Simplified `convertbase`
- Fixed `flipcoords` calculation error and simplified function
Any breaking changes?
- `flipcoords` now returns a `tuple` instead of a `string`. As a workaround, use `str(flipcoords(x, y, axis)[0]) + ", " + str(flipcoords(x, y, axis)[1])`
Anything else?
- 100% code coverage achieved!