Releases: antismash/models
Releases · antismash/models
Release 0.1.26
This is a maintenance release:
Main changes:
- Add support for the new
--html-ncbi-context
command line option added in antiSMASH 7.1.0
Detailed changes:
Kai Blin (2):
job: Add a boolean option for adding the NCBI genomic context links
chore: Bump version to 0.1.26
Release 0.1.25
This is a maintenance release: Main features are: * Support multiple sideload files being uploaded, a user request. * Python 3.12 support Kai Blin (7): chore: Update the CI workflow to latest Python and action versions chore: Replace deprecated datetime.utcnow() with datetime.now(datetime.UTC) job: Allow a list of sideload files to be passed chore: Make sure the job queue is empty for fetch_invalid test chore: Make sure getting the current time works on all supported Python versions job: Make sure access to the old Job.sideload gives a DeprecationWarning chore: Bump version to 0.1.25
Release 0.1.24
This is a maintenance release.
Main features are:
- It's easier to create notices via the Notice API
- Type hint support
Detailed changes:
Kai Blin (6):
notice: More easily create a new notice via the API
chore: Add type hints
chore: Add mypy to CI tests
chore: Add redis type stubs to the dependency list
chore: Make type hints more backwards-compatible
chore: Bump version to 0.1.24
Release 0.1.23
This release adds support for TFBS.
Detailed changes:
Kai Blin (2):
job: Add support for TFBS
chore: Bump version to 0.1.23
Release 0.1.22
This is a code maintenance release only, no functional changes.
Kai Blin (7):
chore: pytest-asyncio wants to have a mode configured
chore: Remove old drone CI config
chore: update python version test matrix
chore: Use fakeredis instead of mock(aio)redis, update to latest redis library
chore: Also test python 3.11
chore: Fix yaml to run python 3.10 tests
chore: Bump version to 0.1.22
Release 0.1.21
Kai Blin (3):
job: Add support for MIBiG mode clustercompare
job: Add support for tigrfam analyses
chore: Bump version to 0.1.21
Release 0.1.20
Kai Blin (3):
job: Turn sideload_simple into a property so we can run validation
job: Add support for smcog-trees
chore: Bump version to 0.1.20
Release 0.1.19
Kai Blin (2):
job: Add support for sideloading options
chore: Bump version to 0.1.19
Release 0.1.18
Kai Blin (6):
job: Add support for new RREFinder options
chore: Add flake8 linting, fix reported errors.
chore: Enable CI tests in GitHub Actions
chore: Update the build status badge in README
chore: Allow publishing releases via GitHub Actions
chore: Bump version to 0.1.18