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: spotify/voyager
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.0.2
Choose a base ref
...
head repository: spotify/voyager
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.0.4
Choose a head ref
  • 13 commits
  • 69 files changed
  • 5 contributors

Commits on Oct 19, 2023

  1. Delete docs/index.html

    psobot authored Oct 19, 2023
    Configuration menu
    Copy the full SHA
    fcb531e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    da4a492 View commit details
    Browse the repository at this point in the history
  3. Update index.html

    psobot authored Oct 19, 2023
    Configuration menu
    Copy the full SHA
    b2e0b9b View commit details
    Browse the repository at this point in the history
  4. Update index.html

    psobot authored Oct 19, 2023
    Configuration menu
    Copy the full SHA
    c6d09cc View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

  1. Add demo video to microsite.

    psobot committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    1d7a7d2 View commit details
    Browse the repository at this point in the history
  2. Add podcast embed.

    psobot committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    f95514b View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. Fix python testing (#43)

    * Add tox to python review actions
    
    * Fix non-deterministic query_ef test
    
    * Fix formatting for python tests
    
    * Update black line-length to 120
    
    * Reduce noise from clang-format
    
    * Add python3 to tox allowlist
    
    * Update style docs
    
    * Remove test restriction from pytest
    
    * Update python generate script and requirements
    
    * Update docs with latest furo deps
    
    * Try to fix windows tox runs
    markkohdev authored Nov 14, 2023
    Configuration menu
    Copy the full SHA
    3d59284 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2023

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

Commits on Dec 7, 2023

  1. markDeleted/unmarkDeleted (#35)

    * Added markDeleted/unmarkDeleted
    Added tests
    
    * Lint changes.
    
    * Test change for  markDeleted/unmarkDeleted
    
    * Reduce test verbosity
    
    ---------
    
    Co-authored-by: samek <samo.gabrovec@pop-tv.si>
    Co-authored-by: Peter Sobot <psobot@spotify.com>
    3 people authored Dec 7, 2023
    Configuration menu
    Copy the full SHA
    f780757 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. Try building Ubuntu JARs with older glibc. (#55)

    * Pin dockcross version.
    
    * Add explicit error messages when glibc minimum versions are not met.
    psobot authored Mar 19, 2024
    Configuration menu
    Copy the full SHA
    c72f3fa View commit details
    Browse the repository at this point in the history
  2. bump version to 2.0.3 (#54)

    * bump version to 2.0.3
    
    * Properly check for glibc.
    
    ---------
    
    Co-authored-by: Peter Sobot <psobot@spotify.com>
    dylanrb123 and psobot authored Mar 19, 2024
    Configuration menu
    Copy the full SHA
    0c2196e View commit details
    Browse the repository at this point in the history
  3. Ensure that native C++ index object doesn't get destroyed while Java …

    …threads are using it. (#36)
    
    * Ensure that native C++ index object doesn't get destroyed while Java threads are still using it.
    
    * Add test for native concurrency.
    
    * Fix markDeleted/unmarkDeleted.
    
    * Add ASAN for testing on Linux.
    
    * Allow overriding CXX.
    
    * Only run with ASan on x86.
    
    * Fix flakey test.
    
    * Fix ASan and formatting.
    
    * Add LD_PRELOAD for ASan on Linux.
    
    * Er, this way instead
    
    * No clang on Linux.
    
    * Ignore leaks and SEGV from the JVM.
    
    * Update all.yml
    
    * Disable ASan for Java.
    
    * Downgrade dockcross version again.
    
    * Always use g++ on Linux.
    
    * Fix glibc version check again.
    psobot authored Mar 19, 2024
    Configuration menu
    Copy the full SHA
    6ffbf68 View commit details
    Browse the repository at this point in the history
  4. Bump to v2.0.4. (#56)

    * Bump to v2.0.4.
    
    * Format pyi file with Black.
    psobot authored Mar 19, 2024
    Configuration menu
    Copy the full SHA
    85bee7a View commit details
    Browse the repository at this point in the history
Loading