[RSS] Replace scipy KDTree with Euclidean distance (#245)
* Replace scipy KDTree with Euclidean distance * fixed star expression and missing import * Version number Co-authored-by: aikaterna <20862007+aikaterna@users.noreply.github.com>
This commit is contained in:
@@ -25,7 +25,7 @@ from .tag_type import INTERNAL_TAGS, VALID_IMAGES, TagType
|
||||
log = logging.getLogger("red.aikaterna.rss")
|
||||
|
||||
|
||||
__version__ = "1.4.5"
|
||||
__version__ = "1.5.0"
|
||||
|
||||
|
||||
class RSS(commands.Cog):
|
||||
|
||||
Reference in New Issue
Block a user