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

Fix SQLite extension loading issue for Python 3.11 on macOS #4

Open
wants to merge 27 commits into
base: master
Choose a base branch
from

Commits on Jul 4, 2024

  1. chore: Upgrading sqlite_vec to latest package (feast-dev#4332)

    Signed-off-by: Francisco Javier Arceo <[email protected]>
    Co-authored-by: Francisco Javier Arceo <[email protected]>
    Configuration menu
    Copy the full SHA
    b0dc683 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. fix: Remove redundant batching in PostgreSQLOnlineStore.online_write_…

    …batch and fix progress bar (feast-dev#4331)
    
    * Remove batching and fix tqdm progress bar
    
    Signed-off-by: TomSteenbergen <[email protected]>
    
    * Comment
    
    Signed-off-by: TomSteenbergen <[email protected]>
    
    * Remove test changes
    
    Signed-off-by: TomSteenbergen <[email protected]>
    
    * Update comment
    
    Signed-off-by: TomSteenbergen <[email protected]>
    
    ---------
    
    Signed-off-by: TomSteenbergen <[email protected]>
    TomSteenbergen authored Jul 8, 2024
    Configuration menu
    Copy the full SHA
    0d89d15 View commit details
    Browse the repository at this point in the history
  2. feat: Add async feature retrieval for Postgres Online Store (feast-de…

    …v#4327)
    
    * Add async retrieval for postgres
    
    Signed-off-by: TomSteenbergen <[email protected]>
    
    * Format
    
    Signed-off-by: TomSteenbergen <[email protected]>
    
    * Update _prepare_keys method
    
    Signed-off-by: TomSteenbergen <[email protected]>
    
    * Fix typo
    
    Signed-off-by: TomSteenbergen <[email protected]>
    
    ---------
    
    Signed-off-by: TomSteenbergen <[email protected]>
    TomSteenbergen authored Jul 8, 2024
    Configuration menu
    Copy the full SHA
    cea52e9 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. feat: Add Async refresh to Sql Registry (feast-dev#4251)

    * Add sql registry async refresh
    
    Signed-off-by: Stanley Opara <[email protected]>
    
    * make refresh code a daemon thread
    
    Signed-off-by: Stanley Opara <[email protected]>
    
    * Change RegistryConfig to cacheMode
    
    Signed-off-by: Stanley Opara <[email protected]>
    
    * Only run async when ttl > 0
    
    Signed-off-by: Stanley Opara <[email protected]>
    
    * make refresh async run in a loop
    
    Signed-off-by: Stanley Opara <[email protected]>
    
    * make refresh async run in a loop
    
    Signed-off-by: Stanley Opara <[email protected]>
    
    * Reorder async refresh call
    
    Signed-off-by: Stanley Opara <[email protected]>
    
    * Add documentation
    
    Signed-off-by: Stanley Opara <[email protected]>
    
    * Update test_universal_registry.py
    
    Signed-off-by: Stanley Opara <[email protected]>
    
    * Force rerun of tests
    
    Signed-off-by: Stanley Opara <[email protected]>
    
    * Force rerun of tests
    
    Signed-off-by: Stanley Opara <[email protected]>
    
    * Format repo config file
    
    Signed-off-by: Stanley Opara <[email protected]>
    
    ---------
    
    Signed-off-by: Stanley Opara <[email protected]>
    Co-authored-by: Stanley Opara <[email protected]>
    stanconia and Stanley Opara authored Jul 9, 2024
    Configuration menu
    Copy the full SHA
    f569786 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. feat: Add Tornike to maintainers.md (feast-dev#4339)

    * Update maintainers.md
    
    * Update maintainers.md
    
    * Update maintainers.md
    franciscojavierarceo authored Jul 10, 2024
    Configuration menu
    Copy the full SHA
    8e8c1f2 View commit details
    Browse the repository at this point in the history
  2. docs: Update SUMMARY.md (feast-dev#4340)

    Update SUMMARY.md
    franciscojavierarceo authored Jul 10, 2024
    Configuration menu
    Copy the full SHA
    71afd1c View commit details
    Browse the repository at this point in the history
  3. chore: Upgrade ibis to 9.0 (feast-dev#4330)

    upgrade ibis version
    
    Signed-off-by: tokoko <[email protected]>
    tokoko authored Jul 10, 2024
    Configuration menu
    Copy the full SHA
    96613c1 View commit details
    Browse the repository at this point in the history
  4. fix: Update dask version to support pandas 1.x (feast-dev#4326)

    * update dask version to support pandas 1.x
    
    Signed-off-by: cmuhao <[email protected]>
    
    * update dask version to support pandas 1.x
    
    Signed-off-by: cmuhao <[email protected]>
    
    * update dask version to support pandas 1.x
    
    Signed-off-by: cmuhao <[email protected]>
    
    ---------
    
    Signed-off-by: cmuhao <[email protected]>
    HaoXuAI authored Jul 10, 2024
    Configuration menu
    Copy the full SHA
    a639d61 View commit details
    Browse the repository at this point in the history
  5. fix: OnDemandFeatureView type inference for array types (feast-dev#4310)

    Fix OnDemandFeatureView type inference for array types
    
    Signed-off-by: Alex Mirrington <[email protected]>
    alexmirrington authored Jul 10, 2024
    Configuration menu
    Copy the full SHA
    c45ff72 View commit details
    Browse the repository at this point in the history
  6. chore: Bump zipp from 3.18.1 to 3.19.1 in /sdk/python/requirements (f…

    …east-dev#4337)
    
    Bumps [zipp](https://github.com/jaraco/zipp) from 3.18.1 to 3.19.1.
    - [Release notes](https://github.com/jaraco/zipp/releases)
    - [Changelog](https://github.com/jaraco/zipp/blob/main/NEWS.rst)
    - [Commits](jaraco/zipp@v3.18.1...v3.19.1)
    
    ---
    updated-dependencies:
    - dependency-name: zipp
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 10, 2024
    Configuration menu
    Copy the full SHA
    5c07bd8 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

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

Commits on Jul 12, 2024

  1. Configuration menu
    Copy the full SHA
    660df6e View commit details
    Browse the repository at this point in the history
  2. chore: Bump certifi from 2024.2.2 to 2024.7.4 in /sdk/python/requirem…

    …ents (feast-dev#4334)
    
    chore: Bump certifi in /sdk/python/requirements
    
    Bumps [certifi](https://github.com/certifi/python-certifi) from 2024.2.2 to 2024.7.4.
    - [Commits](certifi/python-certifi@2024.02.02...2024.07.04)
    
    ---
    updated-dependencies:
    - dependency-name: certifi
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 12, 2024
    Configuration menu
    Copy the full SHA
    1ce65bc View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2024

  1. Configuration menu
    Copy the full SHA
    92d17de View commit details
    Browse the repository at this point in the history
  2. chore: Rename FileOfflineStore to DaskOfflineStore (feast-dev#4349)

    rename file offline store to dask
    
    Signed-off-by: tokoko <[email protected]>
    tokoko authored Jul 14, 2024
    Configuration menu
    Copy the full SHA
    b9696ef View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

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

Commits on Jul 16, 2024

  1. chore: Bump google-cloud-datastore lower bound (feast-dev#4348)

    bump google-cloud-datastore lower bound
    
    Signed-off-by: tokoko <[email protected]>
    tokoko authored Jul 16, 2024
    Configuration menu
    Copy the full SHA
    38cae16 View commit details
    Browse the repository at this point in the history
  2. revert: Revert "fix: Avoid XSS attack from Jinjin2's Environment()." (f…

    …east-dev#4357)
    
    Revert "fix: Avoid XSS attack from Jinjin2's Environment(). (feast-dev#4355)"
    
    This reverts commit 40270e7.
    franciscojavierarceo authored Jul 16, 2024
    Configuration menu
    Copy the full SHA
    cdeab48 View commit details
    Browse the repository at this point in the history
  3. chore: Remove distutils (feast-dev#4356)

    * remove distutils
    
    Signed-off-by: tokoko <[email protected]>
    
    * fix formatting
    
    Signed-off-by: tokoko <[email protected]>
    
    ---------
    
    Signed-off-by: tokoko <[email protected]>
    tokoko authored Jul 16, 2024
    Configuration menu
    Copy the full SHA
    ce4f09b View commit details
    Browse the repository at this point in the history
  4. fix: Retire the datetime.utcnow(). (feast-dev#4352)

    * fix: Retire the datetime.utcnow().
    
    Signed-off-by: Shuchu Han <[email protected]>
    
    * fix: Remove unnecessary unit test.
    
    Signed-off-by: Shuchu Han <[email protected]>
    
    ---------
    
    Signed-off-by: Shuchu Han <[email protected]>
    shuchu authored Jul 16, 2024
    Configuration menu
    Copy the full SHA
    a8bc696 View commit details
    Browse the repository at this point in the history
  5. chore: Change arrow scalar ids usage (feast-dev#4347)

    * Update google-cloud-storage
    
    Signed-off-by: Christopher Camenares <[email protected]>
    
    * test tighter library restriction
    
    Signed-off-by: Christopher Camenares <[email protected]>
    
    * fix lint
    
    Signed-off-by: Christopher Camenares <[email protected]>
    
    * bump <4 again
    
    Signed-off-by: Christopher Camenares <[email protected]>
    
    ---------
    
    Signed-off-by: Christopher Camenares <[email protected]>
    camenares authored Jul 16, 2024
    Configuration menu
    Copy the full SHA
    5a16364 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. feat: Port mssql contrib offline store to ibis (feast-dev#4360)

    port mssql offline store to ibis
    
    Signed-off-by: tokoko <[email protected]>
    tokoko authored Jul 18, 2024
    Configuration menu
    Copy the full SHA
    7914cbd View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2024

  1. chore: Remove firebase-admin from ci dependencies (feast-dev#4359)

    remove firebase-admin from ci dependencies
    
    Signed-off-by: tokoko <[email protected]>
    tokoko authored Jul 19, 2024
    Configuration menu
    Copy the full SHA
    b54c1cd View commit details
    Browse the repository at this point in the history
  2. chore: Bump ws from 7.5.7 to 7.5.10 in /sdk/python/feast/ui (feast-de…

    …v#4362)
    
    Bumps [ws](https://github.com/websockets/ws) from 7.5.7 to 7.5.10.
    - [Release notes](https://github.com/websockets/ws/releases)
    - [Commits](websockets/ws@7.5.7...7.5.10)
    
    ---
    updated-dependencies:
    - dependency-name: ws
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 19, 2024
    Configuration menu
    Copy the full SHA
    56b4117 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

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

Commits on Jul 24, 2024

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