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: lanterndata/lantern
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: lanterndata/lantern
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.3.1
Choose a head ref
  • 10 commits
  • 30 files changed
  • 2 contributors

Commits on Jul 15, 2024

  1. Deprecate old updates

    Ngalstyan4 authored and var77 committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    e93dd70 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bae3f78 View commit details
    Browse the repository at this point in the history
  3. Update usearch

    Ngalstyan4 authored and var77 committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    1198828 View commit details
    Browse the repository at this point in the history
  4. Implement streaming hnsw index searches

    Default to streaming search for index pagination
    
    This used to have a GUC option. I removed streaming search GUC and
    defaulted to it becasue the old approach had an issue and could
    simetimes skip some index values and never returned them when paginating
    Ngalstyan4 authored and var77 committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    340fde1 View commit details
    Browse the repository at this point in the history
  5. Fix pagination in hnsw_todo.sql tests

    Ngalstyan4 authored and var77 committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    15c7f71 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7630d9b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    551314c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4d176be View commit details
    Browse the repository at this point in the history
  9. adjust recall target in quantization test, properly exit pytest scrip…

    …t, fix integration tests on mac
    var77 committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    82aa410 View commit details
    Browse the repository at this point in the history
  10. update version to 0.3.1

    var77 committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    6c84849 View commit details
    Browse the repository at this point in the history
Loading