Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Import fixes #172

Open
wants to merge 34 commits into
base: main
Choose a base branch
from
Open

Import fixes #172

wants to merge 34 commits into from

Commits on Nov 14, 2023

  1. feat: Adds poetry

    ntlhui committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    4452072 View commit details
    Browse the repository at this point in the history
  2. feat: Adds workflow

    ntlhui committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    f03c455 View commit details
    Browse the repository at this point in the history
  3. fix: Adds python version limitation

    Nathan Hui committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    7d74a39 View commit details
    Browse the repository at this point in the history
  4. fix: Limits tensorflow-io-gcs-filesystem version

    Nathan Hui committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    ec86f00 View commit details
    Browse the repository at this point in the history
  5. fix: Fixes tensorflow for Windows

    Nathan Hui committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    47f535a View commit details
    Browse the repository at this point in the history
  6. Update IsoAutio.py

    Added print for error in detection
    
    If this is error by zero, it didn't detect any species in the audio data, try tweetynet instead
    Sean1572 committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    512b4da View commit details
    Browse the repository at this point in the history
  7. Update IsoAutio.py

    Sean1572 committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    708d8a5 View commit details
    Browse the repository at this point in the history
  8. fix: Fixes env, adds testing

    Nathan Hui committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    f83569b View commit details
    Browse the repository at this point in the history
  9. ci: Fixes workflow

    Nathan Hui committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    66afad1 View commit details
    Browse the repository at this point in the history
  10. ci: Fixes poetry testing

    Nathan Hui committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    1220470 View commit details
    Browse the repository at this point in the history
  11. ci: Fixes pytest invocation

    Nathan Hui committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    7e4d223 View commit details
    Browse the repository at this point in the history
  12. fix: Downgrades torch

    Nathan Hui committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    c528e8c View commit details
    Browse the repository at this point in the history
  13. ci: Fixes env

    Nathan Hui committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    4cf5824 View commit details
    Browse the repository at this point in the history
  14. feat: Adds support for 3.10 and docs

    Nathan Hui committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    c4b8bca View commit details
    Browse the repository at this point in the history
  15. fix: Fixes packaging name

    Nathan Hui committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    e30b39a View commit details
    Browse the repository at this point in the history
  16. fix: Downgrades pytest

    Nathan Hui committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    9d2a1c0 View commit details
    Browse the repository at this point in the history
  17. fix: Upgrades pytest to latest

    Nathan Hui committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    40b8831 View commit details
    Browse the repository at this point in the history
  18. fix: Adds test script

    Nathan Hui committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    4bb128f View commit details
    Browse the repository at this point in the history
  19. chore: Removes conda

    Nathan Hui committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    d92165c View commit details
    Browse the repository at this point in the history
  20. docs: Adds poetry tensorflow notes

    Nathan Hui committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    7d0aa42 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2023

  1. Updated TweetyNET, adjusted parameters on tut

    TQ Zhang committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    58454e1 View commit details
    Browse the repository at this point in the history
  2. Fixed microfaune error

    TQ Zhang committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    a770cfe View commit details
    Browse the repository at this point in the history
  3. working on fixing birdnet

    TQ Zhang committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    2a4fd72 View commit details
    Browse the repository at this point in the history
  4. added resampy to poetry (still errors with brdnet)

    TQ Zhang committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    7a15d2a View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

  1. Fixed package issues and birdnet issues

    TQ Zhang committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    784f53c View commit details
    Browse the repository at this point in the history
  2. Replaced more .append with pd.concat

    TQ Zhang committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    7c0cca5 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2023

  1. Revert PyHa Tutorial

    sprestrelski committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    d2cb390 View commit details
    Browse the repository at this point in the history
  2. reran the notebook

    TQ Zhang committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    f77d93b View commit details
    Browse the repository at this point in the history
  3. Merge branch 'import-fixes'

    TQ Zhang committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    4df196c View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

  1. Took out looped concat calls to follow best practice

    pd.concat calls within loops >> one concat of a list that's appended to
    TQ Zhang committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    42afd95 View commit details
    Browse the repository at this point in the history
  2. Added comments for clarity

    TQ Zhang committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    55bae93 View commit details
    Browse the repository at this point in the history
  3. Removed tutorial file for PR

    TQ Zhang committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    574b7ed View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2023

  1. Configuration menu
    Copy the full SHA
    362cdf4 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. fix: added back PyHa_Tutorial from main

    TQ Zhang committed May 15, 2024
    Configuration menu
    Copy the full SHA
    78d1f7e View commit details
    Browse the repository at this point in the history