You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- SWAR (SIMD Within A Register) implementation of the connection scoring pre-filter for platforms lacking SSE or NEON support.
17
+
- Support for Pyodide/Emscripten builds ([#73](https://github.com/althonos/pyrodigal/issues/73)).
18
+
-`source_separator` argument to `Genes.write_gff` to support using the preferred GFF3 format ([#77](https://github.com/althonos/pyrodigal/issues/77)).
19
+
20
+
### Fixed
21
+
- Detection of SIMD flags on non-MSVC compilers used on Windows.
22
+
- Incorrect metadata keys in `pyproject.toml` causing compilation issues with recent `build` versions.
23
+
- Miscellaneous broken links in documentation and `README.md`.
24
+
- Confusing documentation of the `--no-stop-codon` flag in CLI ([#66](https://github.com/althonos/pyrodigal/pull/66), by [@apcamargo](https://github.com/apcamargo)).
25
+
26
+
### Changed
27
+
- Internal type of strands encoded in SIMD pre-filter to `uint8_t` to only have to perform unsigned comparisons.
0 commit comments