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: facebookresearch/faiss
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.3.0
Choose a base ref
...
head repository: facebookresearch/faiss
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.4.0
Choose a head ref
  • 5 commits
  • 56 files changed
  • 4 contributors

Commits on Jul 24, 2018

  1. Replace os.tempnam with tempfile for python3 (#537)

    os.tempnam is eliminated in python3.
    Used tempfile.NamedTemporaryFile().name instead.
    This is also valid for python2.7.
    yoheikikuta authored and mdouze committed Jul 24, 2018
    Configuration menu
    Copy the full SHA
    67c6506 View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    19cea3d View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2018

  1. Facebook sync (#573)

    Features:
    
    - automatic tracking of C++ references in Python
    - non-intel platforms supported -- some functions optimized for ARM
    - override nprobe for concurrent searches
    - support for floating-point quantizers in binary indexes
    Bug fixes:
    
    - no more segfaults in python (I know it's the same as the first feature but it's important!)
    - fix GpuIndexIVFFlat issues for float32 with 64 / 128 dims
    - fix sharding of flat indexes on GPU with index_cpu_to_gpu_multiple
    beauby authored Aug 30, 2018
    Configuration menu
    Copy the full SHA
    76bec0b View commit details
    Browse the repository at this point in the history
  2. Update README.md

    mdouze authored Aug 30, 2018
    Configuration menu
    Copy the full SHA
    6cd4cfd View commit details
    Browse the repository at this point in the history
  3. Update README.md

    mdouze authored Aug 30, 2018
    Configuration menu
    Copy the full SHA
    cdc5a8b View commit details
    Browse the repository at this point in the history
Loading