Skip to content
This repository was archived by the owner on May 27, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"projects/pgai": "0.11.1"
"projects/pgai": "0.11.2"
}
8 changes: 8 additions & 0 deletions projects/pgai/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.11.2](https://github.com/timescale/pgai/compare/pgai-v0.11.1...pgai-v0.11.2) (2025-06-12)


### Miscellaneous

* use arm64 wheels for pandas ([#816](https://github.com/timescale/pgai/issues/816)) ([99f7c7c](https://github.com/timescale/pgai/commit/99f7c7c66f9f63a17d779bba54eb53998d59a294))
* use cpu-only torch in pgai docker image ([#818](https://github.com/timescale/pgai/issues/818)) ([a5e0bd5](https://github.com/timescale/pgai/commit/a5e0bd52b2b0e7e6cbe0e79ef5988a78aa40cefa))

## [0.11.1](https://github.com/timescale/pgai/compare/pgai-v0.11.0...pgai-v0.11.1) (2025-06-11)


Expand Down
2 changes: 1 addition & 1 deletion projects/pgai/pgai/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.11.1"
__version__ = "0.11.2"

from pgai._install.install import ainstall, install

Expand Down
2 changes: 1 addition & 1 deletion projects/pgai/pgai/data/ai.sql
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--------------------------------------------------------------------------------
-- ai 0.11.1 (x-release-please-version)
-- ai 0.11.2 (x-release-please-version)


set local search_path = pg_catalog, pg_temp;
Expand Down
Loading