We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84d485a commit 4ca1180Copy full SHA for 4ca1180
LICENSE
@@ -1,6 +1,6 @@
1
The MIT License (MIT)
2
3
-Copyright (c) 2018-2021 Anton Maminov
+Copyright (c) 2018-2024 Anton Maminov
4
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
of this software and associated documentation files (the "Software"), to deal
shard.yml
@@ -1,5 +1,5 @@
name: kd_tree
-version: 0.4.1
+version: 0.5.0
description: |
Crystal implementation of "K-Dimensional Tree" and "N-Nearest Neighbors"
@@ -11,6 +11,6 @@ development_dependencies:
11
ameba:
12
github: crystal-ameba/ameba
13
14
-crystal: ">= 0.35.1"
+crystal: ">= 1.0.0"
15
16
license: MIT
0 commit comments