Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

# ANNchor

![version](https://img.shields.io/badge/version-1.1.0-informational)
![version](https://img.shields.io/badge/version-1.1.1-informational)
![python](https://img.shields.io/badge/python-3.9%20%7C%203.10%20%7C%203.11%20%7C%203.12%20%7C%203.13-informational)
![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=orange)

A python library implementing ANNchor:<br>
*k*-nearest neighbour graph construction for slow metrics.

## User Guide
For user guide and documentation visit [gchq.github.io/annchor](https://gchq.github.io/annchor)
For user guide and documentation visit [https://annchor.readthedocs.io](https://annchor.readthedocs.io)

<br></br>

Expand Down
1 change: 1 addition & 0 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
project = "ANNchor"
copyright = "2021, GCHQ"
author = "Jonathan H"
version = "v1.1.1"


# -- General configuration ---------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions doc/source/user_guide.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ANNchor User Guide (v1.1.0)
===========================
ANNchor User Guide (|version|)
==============================

Using ANNchor to find *k*\-NN graphs is relatively straightforward.
Let's take a look at the general structure
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 = "setuptools.build_meta"

[project]
name = "annchor"
version = "1.1.0"
version = "1.1.1"
description = "Fast k-NN graph construction for slow metrics"
readme = "README.md"
requires-python = ">=3.9"
Expand Down Expand Up @@ -44,7 +44,7 @@ test = [

[project.urls]
"Homepage" = "https://github.com/gchq/annchor"
"Documentation" = "https://gchq.github.io/annchor/"
"Documentation" = "https://annchor.readthedocs.io"
"Repository" = "https://github.com/gchq/annchor"
"Bug Tracker" = "https://github.com/gchq/annchor/issues"

Expand Down