Skip to content

Releases: UCSD-E4E/PyHa

v0.1.0-rc.10

16 May 19:09
Compare
Choose a tag to compare
v0.1.0-rc.10 Pre-release
Pre-release

v0.1.0-rc.10 (2024-05-16)

Fix

Test

v0.1.0-rc.3

15 May 16:54
Compare
Choose a tag to compare
v0.1.0-rc.3 Pre-release
Pre-release

v0.1.0-rc.3 (2024-05-15)

Fix

  • fix: update name of release (54d5177)

Unknown

v0.1.0-rc.2

13 Apr 00:47
Compare
Choose a tag to compare
v0.1.0-rc.2 Pre-release
Pre-release

v0.1.0-rc.2 (2024-04-13)

Fix

  • fix: add wheel to build (2d828e0)

Unknown

v0.1.0-rc.1

13 Apr 00:35
Compare
Choose a tag to compare
v0.1.0-rc.1 Pre-release
Pre-release

v0.1.0-rc.1 (2024-04-13)

Ci

  • ci: Fixes env test to only execute on env changes (8cb235d)

Feature

  • feat: added semantic releases (d23038b)

Fix

  • fix: again attempt to get sv to run on test branch (c397780)

  • fix: test semantic versioning on test branch (6c87605)

Unknown

  • fix: (1a0924f)

  • Update pyproject.toml

feat(package): add semantic verisioning (19616c5)

  • Update create_release.yml (70f87fc)

  • Update create_release.yml (80111ef)

  • Update create_release.yml (10aebc4)

  • Update create_release.yml (63f8f03)

  • test creating a wheel (41a959a)

  • testing releases (12f7939)

  • Update test_gh_cli.yml (827db1d)

  • Update test_gh_cli.yml (51ce06e)

  • Update test_gh_cli.yml (19cca58)

  • Update test_gh_cli.yml (bab6a07)

  • Update test_gh_cli.yml (8254e6d)

  • Update test_gh_cli.yml (5332f21)

  • Update test_gh_cli.yml (aabc365)

  • test auto create issue (55dcf9a)

  • test build a wheel (8722227)

  • Poetry Environment (#159)

  • feat: Adds poetry

  • feat: Adds workflow

  • feat: Adds testing

  • chore: Removes conda

  • Replaced .append with pd.concat for pandas upgrade

Co-authored-by: Nathan Hui <[email protected]>
Co-authored-by: Sean Perry <[email protected]>
Co-authored-by: TQ Zhang <[email protected]>
Co-authored-by: Samantha Prestrelski <[email protected]> (c991cda)

  • update 0 predictions in tweetynet, fix error messages (#157) (4b27fa6)

  • Add torch to conda installation (#156)

Torch was not listed on Conda yaml when installed
Ran pip install torch to install torch and cuda tools
Exported to environment_Ubuntu20.04.yml
Copied the changed pip dependencies into other environments
Confirmed that Ubuntu20.04 environment worked by recreating env
Other environments should work accordingly (b3e3e43)

  • Merge pull request #150 from UCSD-E4E/ctrl_c_exception_handling

Ctrl c exception handling (858714b)

also only import exit from sys in IsoAutio (417de3a)

  • remove pycache files and reorganize gitignore

https://stackoverflow.com/questions/56309100/how-to-ignore-the-same-name-directory-pycache-in-a-project (cc82dab)

  • moved KeyboardInterrupt before BaseException

just for the only try-except block that needs it. (f85d2ba)

  • Added verbose key to tutorial isolation parameters (1bbf05e)

  • fixed missing verbose key in jupyter notebook (5673e2e)

  • Added import sys

  • also noticed a resampling typo that was deprecated due to the use of resampling rather than just downsampling (c22a9c8)
  • Merge branch 'main' into ctrl_c_exception_handling (e72e8e2)

  • Moved KeyboardInterrupt exceptions

Moved KeyboardInterrupt exception before BaseException. Also added second "r" in "interrupt." (cef7156)

  • Keyboard interupt & checkVerbose assertions

KeyboardInterupt exceptions added to try-except blocks.

addition of assertions for checkVerbose (fcd8627)

  • Update IsoAutio.py

Added assert statements to checkVerbose function. (0f2ccb6)

  • Merge branch 'type_assertions' into main (4b5ae03)

  • Fixed birdnet demo isolation_parameters

  • Confidence was too high causing statistics methods not to run (3a890c8)
  • More assertion checking
  • Added in type checking for IsoAutio.py file
  • Fixed some mistakes in prior commit on visualizations.py
  • Changed input paramater name of spectrogram_visualization's "automated_df" to "build_automated_df" (3fc4008)
  • More input assertions for visualizations.py (d29bd8f)

  • Added in assert statements for functio input validation

  • Completed the statistics.py file
  • started the visualizations.py file (9d09e4d)
  • Added a verbose toggle feature (#139)

Co-authored-by: ayao <[email protected]>
Co-authored-by: RyanHUNGry <[email protected]>
Co-authored-by: Samantha Prestrelski <[email protected]> (3593b52)

  • Merge pull request #140 from UCSD-E4E/ReadMe_filesize_reduction_installation_option

Update README.md (3ebcf97)

  • Fixed typo

Accidentally added a space between -- and depth in the git command. (afa62e0)

  • Update README.md (ff13c8c)

  • Update environment_Windows10.yml (d336cab)

  • Optimizing isolation techniques (#124)

  • Optimizes the Steinberg, Simple, Stack, and Chunk isolation techniques with numpy

  • Roughly 5x faster method of Steinberg isolation

Co-authored-by: pranjalc1 <[email protected]> (0c4ef29)

  • Generalizing file reading with librosa (#122) (b58b13e)

  • Increase efficiency of IoU scores (#15)

Refactors clip_IoU method with linear algebra and numpy (fa91052)

Read more

test-actual-files

05 Apr 21:27
Compare
Choose a tag to compare
ci: Fixes env test to only execute on env changes