Pyfamsa

Latest version: v0.3.2

Safety actively analyzes 623567 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

0.3.2

Added
- `pickle` protocol support for `Sequence` objects.

Fixed
- Disable creation of empty `Sequence` objects to prevent segmentation faults in FAMSA ([2](https://github.com/althonos/pyfamsa/issues/1)).

0.3.1

Fixed
- Disable use of memory-monotonic allocations to fix multithreading errors ([1](https://github.com/althonos/pyfamsa/issues/1)).

0.3.0

Changed
- Bumped Cython dependency to `v3.0`.

Fixed
- PyPy builds failing on missing `PyInterpreterState_GetID`.

0.2.0

Added
- `pyfamsa.famsa_info` function to get version information about the embedded FAMSA version.
- Explicit support for Python 3.11.
- Wheel distributions for MacOS Aarch64 platforms.

Changed
- Bumped vendored FAMSA to `v2.2.2`.

Fixed
- `Aligner.build_tree` and `Aligner.align` now accept inputs containing less than two sequences.

0.1.1

Added
- MyPy Type stubs for the `pyfamsa._famsa` Cython extension.
- Documentation for the `Aligner.build_tree` method.

Fixed
- Missing header files for compilation on older platforms.
- Missing define macros for Windows build target.

0.1.0

Initial release.

Links

Releases

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.