===================
Added
-----
- Add support for ``Python 3.13``
- Save test folder data using actions/upload-artifact
- Allow staff users to create and update ``Variant``, ``VariantCall`` and
``VariantExperiment`` objects via API endpoint
Changed
-------
- **BACKWARD INCOMPATIBLE:** Require Django 5.1 and bump version of other
dependencies
- **BACKWARD INCOMPATIBLE:** Require Resolwe 43.x
- Use ``pyproject.toml`` instead of ``setup.py``
- Calculate up to 5 principal components in ``pca`` process
- Add ``annotation`` as nested field to ``Variant`` serializer
- Add an output field in ``alignment-star``
indicating whether input reads were downsampled
- Change the metric reporting gene body coverage in MultiQC
to align with QoRTs vignette recommendations
- Add downsampled alignment as an input to MultiQC process
in ``workflow-bbduk-star-featurecounts-qc`` workflow
Fixed
-----
- Optimize ``variant-annotation`` process to handle a larger
number of variants
- Fix the disabling of BAM writer input in ``vc-gatk4-hc``
===================