Vak

Latest version: v1.0.0.post2

Safety actively analyzes 630986 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 7

1.0.0

What's Changed
* Version 1.0 by NickleDave in https://github.com/vocalpy/vak/pull/639
* DOC: Add version 1.0 announcement [skip ci] by NickleDave in https://github.com/vocalpy/vak/pull/640
* DOC: Add version 1.0 announcement to README [skip ci] by NickleDave in https://github.com/vocalpy/vak/pull/642
* DOC: Add API reference, fix 441 by NickleDave in https://github.com/vocalpy/vak/pull/644
* DOC: Revise reference/about.md [skip ci] by NickleDave in https://github.com/vocalpy/vak/pull/646
* CLN: Refactor window dataset, add tests by NickleDave in https://github.com/vocalpy/vak/pull/654
* ENH: Use crowsetta 5.0, fixes 526 by NickleDave in https://github.com/vocalpy/vak/pull/657
* Prep datasets as directories, fixes 649 650 651 by NickleDave in https://github.com/vocalpy/vak/pull/658
* BUG: Fix usage of crowsetta 5.0 by NickleDave in https://github.com/vocalpy/vak/pull/659
* BUG/CLN: Fixup prepare dataset as directory by NickleDave in https://github.com/vocalpy/vak/pull/660
* replace union to future syntax by Ja-sonYun in https://github.com/vocalpy/vak/pull/661
* docs: add Ja-sonYun as a contributor for code by allcontributors in https://github.com/vocalpy/vak/pull/662
* BUG: Change labelmap for validation step of FrameWindowClassificationModel only, fix 664 by NickleDave in https://github.com/vocalpy/vak/pull/665
* Refactor api, fixes 663 by NickleDave in https://github.com/vocalpy/vak/pull/666
* Refactor frame classification, add audio datasets + DAS model, fixes 630 652 667 by NickleDave in https://github.com/vocalpy/vak/pull/670
* Remove initial implementation of DAS model by NickleDave in https://github.com/vocalpy/vak/pull/675
* Add decorators to register models and model families, fix 623 by NickleDave in https://github.com/vocalpy/vak/pull/676
* ENH: Add ED-TCN model by NickleDave in https://github.com/vocalpy/vak/pull/677
* ENH: Determine network kwargs dynamically in `vak.models.get` by NickleDave in https://github.com/vocalpy/vak/pull/680
* BUG/CLN: Add/fix log statements in FrameClassificationModel by NickleDave in https://github.com/vocalpy/vak/pull/681
* Add parametric UMAP model family by NickleDave in https://github.com/vocalpy/vak/pull/688
* Fix and run linting by NickleDave in https://github.com/vocalpy/vak/pull/690
* TST/CLN: Fix unit tests by NickleDave in https://github.com/vocalpy/vak/pull/693
* docs: add JacquelineGoe as a contributor for bug by allcontributors in https://github.com/vocalpy/vak/pull/695
* BUG: Make distance metrics return tensors, fix 700 701 by NickleDave in https://github.com/vocalpy/vak/pull/702
* docs: add VenetianRed as a contributor for bug by allcontributors in https://github.com/vocalpy/vak/pull/703
* docs: add zhileiz1992 as a contributor for bug by allcontributors in https://github.com/vocalpy/vak/pull/705
* DOC, Make minor doc fixes, fixes 704 by NickleDave in https://github.com/vocalpy/vak/pull/706
* docs: add zhileiz1992 as a contributor for code by allcontributors in https://github.com/vocalpy/vak/pull/711
* docs: add marisbasha as a contributor for ideas by allcontributors in https://github.com/vocalpy/vak/pull/712
* docs: add marisbasha as a contributor for code by allcontributors in https://github.com/vocalpy/vak/pull/713
* DOC: Add eval to autoannotate, fix 460 by NickleDave in https://github.com/vocalpy/vak/pull/715
* docs: add vivinastase as a contributor for ideas by allcontributors in https://github.com/vocalpy/vak/pull/716
* ENH: Minimize frame classification dataset size, fix 717 by NickleDave in https://github.com/vocalpy/vak/pull/718
* BUG: Fix models to log train loss on step, fixes 720 by NickleDave in https://github.com/vocalpy/vak/pull/722
* CLN: Rename "segment error rate" to "character error rate", fix 721 by NickleDave in https://github.com/vocalpy/vak/pull/723
* docs: add danielmk as a contributor for doc by allcontributors in https://github.com/vocalpy/vak/pull/732
* DOC: fix autoannotate tutorial configs, fixes 734 by NickleDave in https://github.com/vocalpy/vak/pull/735
* TST: Fix test in `common.labels` by NickleDave in https://github.com/vocalpy/vak/pull/747
* ENH: Switch to version 1.0 of config file format, fix 685 345 748 by NickleDave in https://github.com/vocalpy/vak/pull/750
* ENH: Add lightning.Trainer config, fix 691 687 742 745 by NickleDave in https://github.com/vocalpy/vak/pull/752
* CLN: Refactor model abstraction, fix 737 726 by NickleDave in https://github.com/vocalpy/vak/pull/753
* CLN/ENH: Rename and refactor datapipes, add datasets; fix 574 724 754 by NickleDave in https://github.com/vocalpy/vak/pull/755

New Contributors
* Ja-sonYun made their first contribution in https://github.com/vocalpy/vak/pull/661

**Full Changelog**: https://github.com/vocalpy/vak/compare/0.8.2...1.0.0

1.0.0a3

What's Changed
* BUG: Make distance metrics return tensors, fix 700 701 by NickleDave in https://github.com/vocalpy/vak/pull/702
* docs: add VenetianRed as a contributor for bug by allcontributors in https://github.com/vocalpy/vak/pull/703


**Full Changelog**: https://github.com/vocalpy/vak/compare/1.0.0a2...1.0.0a3

1.0.0a2

What's Changed
* BUG: Have `to_segments` return all Nones for no segments, fix 634 by NickleDave in https://github.com/vocalpy/vak/pull/636
* docs: add nhoglen as a contributor for bug by allcontributors in https://github.com/vocalpy/vak/pull/637
* Version 1.0 by NickleDave in https://github.com/vocalpy/vak/pull/639
* DOC: Add version 1.0 announcement [skip ci] by NickleDave in https://github.com/vocalpy/vak/pull/640
* DOC: Add version 1.0 announcement to README [skip ci] by NickleDave in https://github.com/vocalpy/vak/pull/642
* DOC: Add API reference, fix 441 by NickleDave in https://github.com/vocalpy/vak/pull/644
* DOC: Revise reference/about.md [skip ci] by NickleDave in https://github.com/vocalpy/vak/pull/646
* CLN: Refactor window dataset, add tests by NickleDave in https://github.com/vocalpy/vak/pull/654
* ENH: Use crowsetta 5.0, fixes 526 by NickleDave in https://github.com/vocalpy/vak/pull/657
* Prep datasets as directories, fixes 649 650 651 by NickleDave in https://github.com/vocalpy/vak/pull/658
* BUG: Fix usage of crowsetta 5.0 by NickleDave in https://github.com/vocalpy/vak/pull/659
* BUG/CLN: Fixup prepare dataset as directory by NickleDave in https://github.com/vocalpy/vak/pull/660
* replace union to future syntax by Ja-sonYun in https://github.com/vocalpy/vak/pull/661
* docs: add Ja-sonYun as a contributor for code by allcontributors in https://github.com/vocalpy/vak/pull/662
* BUG: Change labelmap for validation step of FrameWindowClassificationModel only, fix 664 by NickleDave in https://github.com/vocalpy/vak/pull/665
* Refactor api, fixes 663 by NickleDave in https://github.com/vocalpy/vak/pull/666
* Refactor frame classification, add audio datasets + DAS model, fixes 630 652 667 by NickleDave in https://github.com/vocalpy/vak/pull/670
* Remove initial implementation of DAS model by NickleDave in https://github.com/vocalpy/vak/pull/675
* Add decorators to register models and model families, fix 623 by NickleDave in https://github.com/vocalpy/vak/pull/676
* ENH: Add ED-TCN model by NickleDave in https://github.com/vocalpy/vak/pull/677
* ENH: Determine network kwargs dynamically in `vak.models.get` by NickleDave in https://github.com/vocalpy/vak/pull/680
* BUG/CLN: Add/fix log statements in FrameClassificationModel by NickleDave in https://github.com/vocalpy/vak/pull/681
* Add parametric UMAP model family by NickleDave in https://github.com/vocalpy/vak/pull/688
* Fix and run linting by NickleDave in https://github.com/vocalpy/vak/pull/690
* TST/CLN: Fix unit tests by NickleDave in https://github.com/vocalpy/vak/pull/693
* docs: add JacquelineGoe as a contributor for bug by allcontributors in https://github.com/vocalpy/vak/pull/695

New Contributors
* Ja-sonYun made their first contribution in https://github.com/vocalpy/vak/pull/661

**Full Changelog**: https://github.com/vocalpy/vak/compare/0.8.0...1.0.0a2

1.0.0a1

What's Changed
* BUG: Have `to_segments` return all Nones for no segments, fix 634 by NickleDave in https://github.com/vocalpy/vak/pull/636
* docs: add nhoglen as a contributor for bug by allcontributors in https://github.com/vocalpy/vak/pull/637
* Version 1.0 by NickleDave in https://github.com/vocalpy/vak/pull/639


**Full Changelog**: https://github.com/vocalpy/vak/compare/0.8.0...1.0.0a1

0.8.2

What's Changed
* BUG: fix default for post_tfm_kwargs, fixes Inconsistent syllable error by zhileiz1992 in https://github.com/vocalpy/vak/pull/710

New Contributors
* zhileiz1992 made their first contribution in https://github.com/vocalpy/vak/pull/710

**Full Changelog**: https://github.com/vocalpy/vak/compare/0.8.1...0.8.2

0.8.1

What's Changed
* BUG: Have `to_segments` return all Nones for no segments, fix 634 by NickleDave in https://github.com/vocalpy/vak/pull/636
* docs: add nhoglen as a contributor for bug by allcontributors in https://github.com/vocalpy/vak/pull/637


**Full Changelog**: https://github.com/vocalpy/vak/compare/0.8.0...0.8.1

Page 1 of 7

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.