Skip to content

Tags: BioJulia/XAMAuxData.jl

Tags

v0.1.5

Toggle v0.1.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump MemoryViews to 0.4 (#14)

Co-authored-by: Jakob Nybo Andersen <jnandersen@proton.me>

v0.1.4

Toggle v0.1.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Code changes after LLM review (#13)

* Add `Base.copy!` method

* Changes after code review

- Add Aqua quality checks to test targets and run Aqua in test suite.
- Tighten docs/test setup: add docs source path override and update tests for
  merge!/copy behavior and typo fixes.
- Fix auxiliary parsing/validation logic (hex digit range, Int64 parsing for SAM
  integers, and start-index bounds checks in SAM/BAM constructors).
- Simplify auxiliary copy implementation to preserve concrete type while
  avoiding unnecessary conversions.
- Clean up API/docs text and repository agent guidance files
  (add AGENTS.md and CLAUDE.md; remove .JuliaFormatter.toml).

v0.1.3

Toggle v0.1.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Increase test coverage (#11)

v0.1.1

Toggle v0.1.1's commit message
Bump version

Make a release to allow users to use MemoryViews 0.3

v0.1.0

Toggle v0.1.0's commit message
Update CI