Commit Graph

127 Commits

Author SHA1 Message Date
mbsantiago
039c002796 Remove unnecessary imports 2024-11-10 22:37:57 +00:00
mbsantiago
c97a87b2a4 Remove numba debug logging for easier debugging 2024-11-10 22:37:45 +00:00
mbsantiago
d93d8284d0 Added a test that replicates the error 2024-11-10 20:06:58 +00:00
Santiago Martinez Balvanera
697b5dbddb
Merge pull request #35 from macaodha/fix/update-python-version-support
feat: Drop Python 3.8 Support, Add Python 3.12 Support
2024-11-10 19:52:42 +00:00
mbsantiago
d5bf8f5ad8 Drop 3.9 and add 3.12 to python-version matrix in test github workflow 2024-11-10 19:46:12 +00:00
mbsantiago
fcbccbe012 Update uv lock 2024-11-10 19:45:01 +00:00
mbsantiago
4917641e2c Drop support for python 3.8 and add for 3.12 2024-11-10 19:44:57 +00:00
Santiago Martinez Balvanera
39c3918103
Merge pull request #34 from macaodha/feat/migrate-to-numpy-2
Feat/migrate to numpy 2
2024-11-10 19:17:33 +00:00
mbsantiago
1ac3808fee Remove the numpy<2 requirement from the dependencies specification 2024-11-10 19:13:44 +00:00
mbsantiago
9e0ad7fd78 address all linting errors from rule NPY201 2024-11-10 19:13:30 +00:00
mbsantiago
95bb0985e7 Add ruff rule to help migrating to numpy 2.0 2024-11-10 19:13:11 +00:00
Santiago Martinez Balvanera
cb088359ae
Merge pull request #33 from macaodha/feat/migrate-to-uv
Feat/migrate to uv
2024-11-10 19:04:47 +00:00
mbsantiago
c5030123aa Restrict pytorch version for python 3.8 compatibility 2024-11-10 18:59:35 +00:00
mbsantiago
1c1fbd8019 Added dev dependencies and updated github actions to use uv 2024-11-10 18:32:50 +00:00
mbsantiago
c65fe1c9f9 change pyproject metadata to use uv and hatch instead of pdm 2024-11-10 18:20:18 +00:00
Santiago Martinez Balvanera
d05bec880a
Merge pull request #32 from ccarrizosa/fix/np_exception
Fix numpy exception handling
2024-11-10 18:15:31 +00:00
ccarrizosa
8597ef0a1c Limit numpy versions to <2 2024-11-10 15:54:16 +01:00
ccarrizosa
2d8a7b67f8 Revert support for newest numpy versions. 2024-11-10 15:54:01 +01:00
ccarrizosa
68351d2224 Fix numpy exception handling 2024-11-09 22:35:11 +01:00
mbsantiago
3f34164028 update gitignore 2024-10-15 22:39:27 +01:00
Santiago Martinez
3744709c97 Bump version: 1.0.7 → 1.0.8 2024-01-30 12:41:32 +00:00
Santiago Martinez Balvanera
875a581044
Merge pull request #25 from macaodha/fix/update-dependencies
Add support for python 3.11. Update dependencies requirements
2024-01-30 12:40:54 +00:00
Santiago Martinez
c40197bf1c Lower scipy version to support python 3.8 2024-01-30 12:36:25 +00:00
Santiago Martinez
bbba4625be Add support for python 3.11. Update dependencies requirements 2024-01-30 12:34:47 +00:00
Santiago Martinez
963cc53fd3 Bump version: 1.0.6 → 1.0.7 2023-11-24 15:41:50 +00:00
Santiago Martinez
860e63dddf fix: implemented a cleaning step to remove detections above the nyquist limit 2023-11-24 15:40:58 +00:00
Santiago Martinez
986cfc463c tests: Added a test to check that detections above the nyquist freq are excluded 2023-11-24 15:40:37 +00:00
Oisin Mac Aodha
14aefafe14
Update README.md 2023-08-25 10:36:59 +01:00
Oisin Mac Aodha
1cef6e37e0
Update README.md 2023-08-25 10:35:23 +01:00
Santiago Martinez
9baf60ff2d Bump version: 1.0.5 → 1.0.6 2023-08-03 12:42:52 +01:00
Oisin Mac Aodha
70877495d4
Merge pull request #16 from macaodha/fix/GH-15-spectrogram-features-computation
Fix/gh 15 spectrogram features computation
2023-08-03 12:36:19 +01:00
Santiago Martinez
3288f52bbd tests: added tests for feature computation 2023-08-03 11:46:06 +01:00
Santiago Martinez
8e8779a72e fix: call interval kwargs name error 2023-08-03 11:46:06 +01:00
Santiago Martinez
36d616530a tests: Added test for using the spec_feature flag 2023-08-03 11:46:06 +01:00
Oisin Mac Aodha
14d001a71c
Merge pull request #12 from arky/minor-fixes
Minor typos fixed
2023-06-28 13:48:10 +01:00
Arky
a54d197fdf Minor typos fixed 2023-06-16 20:02:05 +07:00
Santiago Martinez
cca883a730 Bump version: 1.0.4 → 1.0.5 2023-05-11 14:06:58 +01:00
Santiago Martinez Balvanera
e5370e98db
Merge pull request #11 from macaodha/fix/GH-10-merge-results-index-error
fix: the case of no detections is now handled better
2023-05-11 14:05:57 +01:00
Santiago Martinez
04af74228b fix: the case of no detections is now handled better 2023-05-11 13:59:20 +01:00
Santiago Martinez
10d090cc14 Bump version: 1.0.3 → 1.0.4 2023-05-01 18:04:25 +01:00
Santiago Martinez Balvanera
69c087bc20
Merge pull request #8 from macaodha/feat/GH-7-filename-in-console-output
feat: added filename to console output in cli
2023-05-01 18:02:41 +01:00
Santiago Martinez
327f741aa2 feat: added filename to console output in cli 2023-05-01 17:51:18 +01:00
Santiago Martinez
2ddd2c022e Bump version: 1.0.2 → 1.0.3 2023-05-01 15:18:09 +01:00
Santiago Martinez Balvanera
3d7ffae02a
Merge pull request #6 from macaodha/fix/GH-5-time-expansion-is-not-read
fix: CLI now reads time_expansion_factor correctly
2023-05-01 15:12:50 +01:00
Santiago Martinez
b71cb8c755 fix: CLI now reads time_expansion_factor correctly 2023-05-01 15:04:29 +01:00
Santiago Martinez
54d83219f1 Bump version: 1.0.1 → 1.0.2 2023-04-29 15:43:53 +01:00
Santiago Martinez
28dc435351 fix: added bump2version config to gitignore 2023-04-29 15:43:39 +01:00
Santiago Martinez
715db9a110 fix: move spectrogram to cpu when plotting 2023-04-29 15:39:45 +01:00
Santiago Martinez
616a24347d fix: Updated torch version to avoid security issue 2023-04-29 15:33:40 +01:00
Santiago Martinez
57f2b50239 fix: move tensors to cpu when converting to numpy 2023-04-29 15:30:25 +01:00