Mappy-rs

Latest version: v0.0.7

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

Scan your dependencies

Page 1 of 2

0.0.8a1

Unsure what's different to be honest.
Something about storing indexes?
Might be yanked, use with caution
Also adds py3.12 wheels and dropped musl linux for now.


**Full Changelog**: https://github.com/Adoni5/mappy-rs/compare/v0.0.7...v0.0.8a1

0.0.7

What's Changed
* Update Maturin to 1.2.3 and build aarch64 wheels by Adoni5 in https://github.com/Adoni5/mappy-rs/pull/42
* Cross compile to linux {`aarch64, armv7, x86_64`}, {`musl, gcc}` and macOS {`aarch64, x86`}. Add tests to the CI suite for all but `macOS aarch64`
* Currently uses submodules of forked minimap2-rs - will be converted back to using the official crates once https://github.com/jguhlin/minimap2-rs/pull/46 is merged.

**Full Changelog**: https://github.com/Adoni5/mappy-rs/compare/v0.0.6...v0.0.7

0.0.7a

Pre-release until I add tests for different architectures!
Upgraded maturin, create aarch wheels for macOS.

What's Changed
* Update Maturin to 1.2.3 and build aarch64 wheels by Adoni5 in https://github.com/Adoni5/mappy-rs/pull/42


**Full Changelog**: https://github.com/Adoni5/mappy-rs/compare/v0.0.6...v0.0.7a

0.0.6

Tidying up error messages and reducing the back off time. See the Changelog in [README.md](https://github.com/Adoni5/mappy-rs/blob/main/README.md#changelog)

**Full Changelog**: https://github.com/Adoni5/mappy-rs/compare/v0.0.5...v0.0.6

0.0.5

What's Changed
* Memory testing by Adoni5 in https://github.com/Adoni5/mappy-rs/pull/40
* Feature/back off by Adoni5 in https://github.com/Adoni5/mappy-rs/pull/41


**Full Changelog**: https://github.com/Adoni5/mappy-rs/compare/v0.0.3...v0.0.5

0.0.4

This release switches from spawning threads every time `map_batch` is called to having a long running thread pool on the Aligner class, which is created if `enable_threading` is called. This is a naive implementation, but it does work.

This release lead to some work catching memory leaks in `mappy-rs` and in `minimap2-rs`, a crate we are dependent on. There should now be no leaked memory.

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.