Skip to content

Commit

Permalink
Release v0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
althonos committed Jan 12, 2025
1 parent 6fa0571 commit a3f5448
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 6 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion COPYING
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2021-2024 Martin Larralde <martin.larralde@embl.de>
Copyright (c) 2021-2025 Martin Larralde <martin.larralde@embl.de>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions docs/_static/json/switcher.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -41,14 +41,14 @@ 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}"
editable.rebuild = true
editable.verbose = false
sdist.exclude = [
".github",
"data",
"vendor/boost-math/test",
"vendor/boost-math/doc",
"vendor/boost-math/reporting",
Expand Down

0 comments on commit a3f5448

Please sign in to comment.