bacpipe 1.3.0.dev0__tar.gz → 1.3.0.dev1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: bacpipe
3
- Version: 1.3.0.dev0
3
+ Version: 1.3.0.dev1
4
4
  Summary: Use bacpipe to streamline the process of generating embeddings and analysing your PAM datasets.
5
5
  Author-email: "Vincent S. Kather" <vkather@gmail.com>
6
6
  Requires-Python: >=3.11
@@ -28,8 +28,9 @@ dashboard: True
28
28
 
29
29
  # embedding model name
30
30
  models: [
31
- "birdnet",
31
+ "bat",
32
32
  "perch_bird",
33
+ "avesecho_passt"
33
34
  ]
34
35
 
35
36
  # if already_computed is True, the embeddings will be loaded from the
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: bacpipe
3
- Version: 1.3.0.dev0
3
+ Version: 1.3.0.dev1
4
4
  Summary: Use bacpipe to streamline the process of generating embeddings and analysing your PAM datasets.
5
5
  Author-email: "Vincent S. Kather" <vkather@gmail.com>
6
6
  Requires-Python: >=3.11
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "bacpipe"
3
- version = "1.3.0.dev0"
3
+ version = "1.3.0.dev1"
4
4
  description = "Use bacpipe to streamline the process of generating embeddings and analysing your PAM datasets."
5
5
  readme = "README.md"
6
6
  authors = [
@@ -197,4 +197,4 @@ packages = ["bacpipe"]
197
197
 
198
198
  [tool.setuptools.package-data]
199
199
  # Ensure your yaml and png files are packaged into the wheel
200
- "bacpipe" = ["*.yaml", "*.png"]
200
+ "bacpipe" = ["*.yaml", "*.png"]
File without changes
File without changes
File without changes