Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: cleanlab/cleanvision
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.3.0
Choose a base ref
...
head repository: cleanlab/cleanvision
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.3.1
Choose a head ref
  • 18 commits
  • 35 files changed
  • 5 contributors

Commits on May 24, 2023

  1. Version bump (#189)

    sanjanag authored May 24, 2023
    Configuration menu
    Copy the full SHA
    d0db64f View commit details
    Browse the repository at this point in the history

Commits on May 25, 2023

  1. Updated links (#190)

    sanjanag authored May 25, 2023
    Configuration menu
    Copy the full SHA
    ac26656 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2023

  1. Update dataset (#191)

    * Fixed error in visualizing random images from huggingface dataset
    
    * Update dataset for huggingface tutorial
    
    * Fixed type error caused by np.random.choice
    sanjanag authored May 26, 2023
    Configuration menu
    Copy the full SHA
    7666c17 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2023

  1. Feat size: Added detection for images which are way bigger than avera…

    …ge. (#175)
    
    * add issue type for bigger images
    
    * add two images in description
    
    * commit additional changes
    
    * remove smaller tests for now.
    
    * blak format new files
    
    * black formated changes
    
    * removed unused imports
    
    * fixed typing problems and flake8.
    
    * Increased expected column count by 8, those are ['width','height', 'width_score_raw', 'is_width_issue', 'width_score','height_score_raw', 'is_height_issue','height_score']
    
    * add size to issue properties
    
    * removed unused field
    
    * update readme. Added a test with custom threshold.
    
    * cleanup
    
    * removed unnecessary report calls
    
    * use float type as return for image area to be compatible with types.
    
    * get rid of flake8 errors
    
    * added changes requested. Use sqrt of area as score now. Rename to odd_size
    
    * change naming of issue
    
    * only show small image
    
    * add new image
    wirthual authored May 31, 2023
    Configuration menu
    Copy the full SHA
    fa42afd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    98c4bb5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    28279bf View commit details
    Browse the repository at this point in the history
  4. ignore E203 in flake8

    jwmueller authored May 31, 2023
    Configuration menu
    Copy the full SHA
    38504e7 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2023

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

Commits on Jun 2, 2023

  1. Added link checker workflow (#198)

    * Added link checker workflow
    
    * Testing link checker
    
    * Using proof-html v1
    manulpatel authored Jun 2, 2023
    Configuration menu
    Copy the full SHA
    4e3d7d1 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2023

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

Commits on Jun 21, 2023

  1. Datalab integration (#166)

    * Handled log statements for datalab integration
    
    * Added datalab integration code
    
    * Updated gitignore
    
    * Bug fixes
    
    * Updated tests
    
    * Added test for list possible issue types
    
    * Added psutil dependency
    
    * Separated test for custom issue
    
    * Remove custom issue before testing
    
    * Fixed tests broken by custom issue import
    
    * Changed ordering
    
    * Added tests for visualizing sample images
    
    * Fixed black formatting
    
    * Added tests for visualize specific indices
    
    * Added tests for imagelab.visualize(image_files)
    
    * black formatting'
    
    * Formatted tests
    
    * Added verbose arg in imagelab.find_issues()
    
    * Refactored report method
    
    * Updated tutorial
    
    * Removed redundant tests
    
    * Renamed test links job
    
    * Skip showing images for issues with 0 examples
    
    * Added docstrings for new args
    
    * Pin python version to 3.7.16 for CI
    sanjanag authored Jun 21, 2023
    Configuration menu
    Copy the full SHA
    e45d067 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2023

  1. Testing for windows (#201)

    * Testing for windows
    
    * Changed python version
    
    * Updating from 3.7.9 to 3.7
    sanjanag authored Jun 23, 2023
    Configuration menu
    Copy the full SHA
    2bacee8 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2023

  1. readme bottom note

    jwmueller authored Jun 27, 2023
    Configuration menu
    Copy the full SHA
    ff6ad74 View commit details
    Browse the repository at this point in the history
  2. typo

    jwmueller authored Jun 27, 2023
    Configuration menu
    Copy the full SHA
    606cdb0 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2023

  1. Add ahash, dhash and chash to near_duplicates issue (#203)

    Add more hash types supported by imagehash for user to evaluate across multiple image comparing methods
    bluelul authored Jul 3, 2023
    Configuration menu
    Copy the full SHA
    6a549fe View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2023

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

Commits on Jul 7, 2023

  1. Added size information for odd sized images (#206)

    * Added size information for odd sized images
    
    * Added size information as additional info
    sanjanag authored Jul 7, 2023
    Configuration menu
    Copy the full SHA
    8b0fa74 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3219e79 View commit details
    Browse the repository at this point in the history
Loading