mirror of
https://github.com/macaodha/batdetect2.git
synced 2025-06-29 22:51:58 +02:00
version 1.0
This commit is contained in:
parent
c2c9652a04
commit
e8fd4e2931
@ -0,0 +1 @@
|
|||||||
|
__version__ = '1.0.0'
|
@ -6,7 +6,7 @@ dev = [
|
|||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "batdetect2"
|
name = "batdetect2"
|
||||||
version = "0.2.0"
|
version = "1.0.0"
|
||||||
description = "Deep learning model for detecting and classifying bat echolocation calls in high frequency audio recordings."
|
description = "Deep learning model for detecting and classifying bat echolocation calls in high frequency audio recordings."
|
||||||
authors = [
|
authors = [
|
||||||
{ "name" = "Oisin Mac Aodha", "email" = "oisin.macaodha@ed.ac.uk" },
|
{ "name" = "Oisin Mac Aodha", "email" = "oisin.macaodha@ed.ac.uk" },
|
||||||
@ -70,6 +70,9 @@ enabled = false
|
|||||||
live_mode = true
|
live_mode = true
|
||||||
strict = true
|
strict = true
|
||||||
|
|
||||||
|
[tool.pydocstyle]
|
||||||
|
convention = "numpy"
|
||||||
|
|
||||||
[tool.pyright]
|
[tool.pyright]
|
||||||
include = [
|
include = [
|
||||||
"bat_detect",
|
"bat_detect",
|
||||||
|
Loading…
Reference in New Issue
Block a user