Fixed
- `FullResult.__repr__` not returning a roundtripping string ([4](https://github.com/althonos/pyopal/pull/4), by [valentynbez](https://github.com/valentynbez)).
- `Database.search` overflowing for long sequences with non-`sw` algorithms ([3](https://github.com/althonos/pyopal/issues/3)).
Changed
- Make `Database.search` raise an `OverflowError` instead of a `RuntimeError` on score overflow.