Skip to content

Releases: google/heir

nightly

24 Feb 00:56

Choose a tag to compare

nightly Pre-release
Pre-release
fix: fix lwe-to-lattigo for preprocessing funcs w/ no args

When there are no crypto arguments, the preprocessing function won't have params/encoder added, so this fixes that. It updates the legality condition on the call op to match with the func op signature, which makes it a lot cleaner to deduce legality than checking for which evaluators are needed in the callsite.

PiperOrigin-RevId: 874222580

v2026.02.01

01 Feb 01:01

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2026.01.01...v2026.02.01

v2026.01.01

01 Jan 00:55

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2025.12.11...v2026.01.01

v2025.12.11

11 Dec 01:28

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2025.12.01...v2025.12.11

v2025.12.01

01 Dec 00:26

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2025.11.01...v2025.12.01

v2025.11.01

01 Nov 00:22

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2025.10.01...v2025.11.01

v2025.10.01

01 Oct 00:22

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2025.09.05...v2025.10.01

v0.0.2

08 Jul 16:05

Choose a tag to compare

This is the first release of the HEIR compiler.

For now we have no special launch or feature set. We're just tying GitHub releases to the publishing of heir_py on PyPI. v0.0.1 was a manual push of the wheels to PyPI. This release is to test the automated GitHub release workflow.