* fix: finish migrating from setup.cfg to pyproject.toml in order to install seqrepo cli by reece in https://github.com/biocommons/biocommons.seqrepo/pull/139
What's Changed * build: fix dynamic dependencies for newer setuptools versions by jsstevenson in https://github.com/biocommons/biocommons.seqrepo/pull/133 * feat(130): Introduces SEQREPO_FD_CACHE_MAXSIZE env var by kazmiekr in https://github.com/biocommons/biocommons.seqrepo/pull/131
New Contributors * jsstevenson made their first contribution in https://github.com/biocommons/biocommons.seqrepo/pull/133 * kazmiekr made their first contribution in https://github.com/biocommons/biocommons.seqrepo/pull/131
What's Changed * Update README.md by holtgrewe in https://github.com/biocommons/biocommons.seqrepo/pull/102 * docs: proposing to use default issue templates (110) by holtgrewe in https://github.com/biocommons/biocommons.seqrepo/pull/111 * 119: migrate to biocommons.example template by reece in https://github.com/biocommons/biocommons.seqrepo/pull/120 * Citation file by afrubin in https://github.com/biocommons/biocommons.seqrepo/pull/123 * Update README to support OSX users by dylan-myome in https://github.com/biocommons/biocommons.seqrepo/pull/122 * Thread safety for FastaDir file handle cache by theferrit32 in https://github.com/biocommons/biocommons.seqrepo/pull/117 * 112 make fastadir thread safe by reece in https://github.com/biocommons/biocommons.seqrepo/pull/118
New Contributors * holtgrewe made their first contribution in https://github.com/biocommons/biocommons.seqrepo/pull/102 * afrubin made their first contribution in https://github.com/biocommons/biocommons.seqrepo/pull/123 * dylan-myome made their first contribution in https://github.com/biocommons/biocommons.seqrepo/pull/122 * theferrit32 made their first contribution in https://github.com/biocommons/biocommons.seqrepo/pull/117
- Create thread-local seqrepo instance, which should lessen thread safety issues in pysam (specifically, races when seeking within files) - Soft-pin biocommons.seqrepo to >=0.6.6, which brings additional bug fixes