From e3638728d9fdc04eff64c2da82751a1b56b757b2 Mon Sep 17 00:00:00 2001 From: Martin Larralde Date: Sun, 12 Jan 2025 01:54:46 +0100 Subject: [PATCH] Release v0.6.1 --- CHANGELOG.md | 13 ++++++++++++- COPYING | 2 +- docs/_static/json/switcher.json | 4 ++-- pyproject.toml | 7 +++++-- 4 files changed, 20 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3fe36d5..81520f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] -[Unreleased]: https://github.com/althonos/pyfastani/compare/v0.6.0...HEAD +[Unreleased]: https://github.com/althonos/pyfastani/compare/v0.6.1...HEAD + + +## [v0.6.1] - 2024-01-12 +[v0.6.1]: https://github.com/althonos/pyfastani/compare/v0.6.0...v0.6.1 + +### Fixed +- Deployment to AUR from GitHub Actions. +- Incorrect compile actions in CMake files causing compilation failures with older CMake versions. + +### Changed +- Reduce source distribution size by excluding unneeded vendored files. ## [v0.6.0] - 2024-10-22 diff --git a/COPYING b/COPYING index 0a0dd5c..2ad54e6 100644 --- a/COPYING +++ b/COPYING @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2021-2024 Martin Larralde +Copyright (c) 2021-2025 Martin Larralde Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/docs/_static/json/switcher.json b/docs/_static/json/switcher.json index ca265d4..919afa5 100644 --- a/docs/_static/json/switcher.json +++ b/docs/_static/json/switcher.json @@ -1,8 +1,8 @@ [ { "name": "v0.6 (latest)", - "version": "0.6.0", - "url": "https://pytantan.readthedocs.io/en/v0.6.0/" + "version": "0.6.1", + "url": "https://pytantan.readthedocs.io/en/v0.6.1/" }, { "name": "v0.5", diff --git a/pyproject.toml b/pyproject.toml index 64c41b8..63fe3e2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "scikit_build_core.build" [project] name = "pyfastani" -version = "0.6.0" +version = "0.6.1" description = "Cython bindings and Python interface to FastANI, a method for fast whole-genome similarity estimation." readme = "README.md" requires-python = ">=3.7" @@ -41,6 +41,7 @@ classifiers = [ "Coverage" = "https://codecov.io/gh/althonos/pyfastani/" "Builds" = "https://github.com/althonos/pyfastani/actions" "PyPI" = "https://pypi.org/project/pyfastani" +"PiWheels" = "https://www.piwheels.org/project/pyfastani/" [tool.scikit-build] build-dir = "build/{build_type}" @@ -48,12 +49,14 @@ editable.rebuild = true editable.verbose = false sdist.exclude = [ ".github", - "data", + "benches/data", "vendor/boost-math/test", "vendor/boost-math/doc", "vendor/boost-math/reporting", "vendor/boost-math/example", "vendor/FastANI/data", + "src/pyfastani/tests/data/Shigella_flexneri_2a_01.fna", + "src/pyfastani/tests/data/Escherichia_coli_str_K12_MG1655.fna", ] [[tool.scikit-build.generate]]