Skip to content

Releases: oxidase/ofiuco

Release 0.9.3

Choose a tag to compare

@github-actions github-actions released this 05 Aug 07:51

Using Bzlmod

Add to your MODULE.bazel file:

  • for packaging and dependency management with Poetry
bazel_dep(name = "ofiuco", version = "0.9.3")

poetry = use_extension("@ofiuco//python:extensions.bzl", "poetry")
poetry.parse(
    name = "poetry",
    lock = "//:poetry.lock",
)
use_repo(poetry, "poetry")

What's Changed

Full Changelog: v0.9.2...v0.9.3

Release 0.9.2

Choose a tag to compare

@github-actions github-actions released this 07 Jul 06:05

Using Bzlmod

Add to your MODULE.bazel file:

  • for packaging and dependency management with Poetry
bazel_dep(name = "ofiuco", version = "0.9.2")

poetry = use_extension("@ofiuco//python:extensions.bzl", "poetry")
poetry.parse(
    name = "poetry",
    lock = "//:poetry.lock",
)
use_repo(poetry, "poetry")

What's Changed

  • Add py_deps aspect and deps requirements rule by @oxidase in #136

Full Changelog: v0.9.1...v0.9.2

Release 0.9.1

Choose a tag to compare

@github-actions github-actions released this 21 May 10:04

Using Bzlmod

Add to your MODULE.bazel file:

  • for packaging and dependency management with Poetry
bazel_dep(name = "ofiuco", version = "0.9.1")

poetry = use_extension("@ofiuco//python:extensions.bzl", "poetry")
poetry.parse(
    name = "poetry",
    lock = "//:poetry.lock",
)
use_repo(poetry, "poetry")

What's Changed

  • fix: remove BUILD files if added to Python src directory by @oxidase in #133
  • chore: downgrade rules_python by @oxidase in #134

Full Changelog: v0.9.0...v0.9.1

Release 0.9.0

Choose a tag to compare

@github-actions github-actions released this 06 Apr 22:02

Using Bzlmod

Add to your MODULE.bazel file:

  • for packaging and dependency management with Poetry
bazel_dep(name = "ofiuco", version = "0.9.0")

poetry = use_extension("@ofiuco//python:extensions.bzl", "poetry")
poetry.parse(
    name = "poetry",
    lock = "//:poetry.lock",
)
use_repo(poetry, "poetry")

What's Changed

  • feat: automatically add rust toolchain to packages based on required build backend by @oxidase in #115

Full Changelog: v0.8.5...v0.9.0

Release 0.8.5

Choose a tag to compare

@github-actions github-actions released this 01 Apr 14:36

Using Bzlmod

Add to your MODULE.bazel file:

  • for packaging and dependency management with Poetry
bazel_dep(name = "ofiuco", version = "0.8.5")

poetry = use_extension("@ofiuco//python:extensions.bzl", "poetry")
poetry.parse(
    name = "poetry",
    lock = "//:poetry.lock",
)
use_repo(poetry, "poetry")

What's Changed

Full Changelog: v0.8.4...v0.8.5

Release 0.8.4

Choose a tag to compare

@github-actions github-actions released this 23 Mar 07:35

Using Bzlmod

Add to your MODULE.bazel file:

  • for packaging and dependency management with Poetry
bazel_dep(name = "ofiuco", version = "0.8.4")

poetry = use_extension("@ofiuco//python:extensions.bzl", "poetry")
poetry.parse(
    name = "poetry",
    lock = "//:poetry.lock",
)
use_repo(poetry, "poetry")

What's Changed

New Contributors

Full Changelog: v0.8.3...v0.8.4

Release 0.8.3

Choose a tag to compare

@github-actions github-actions released this 31 Jan 05:58

Using Bzlmod

Add to your MODULE.bazel file:

  • for packaging and dependency management with Poetry
bazel_dep(name = "ofiuco", version = "0.8.3")

poetry = use_extension("@ofiuco//python:extensions.bzl", "poetry")
poetry.parse(
    name = "poetry",
    lock = "//:poetry.lock",
)
use_repo(poetry, "poetry")

What's Changed

Full Changelog: v0.8.2...v0.8.3

Release 0.8.2

Choose a tag to compare

@github-actions github-actions released this 11 Jan 12:58

Using Bzlmod

Add to your MODULE.bazel file:

  • for packaging and dependency management with Poetry
bazel_dep(name = "ofiuco", version = "0.8.2")

poetry = use_extension("@ofiuco//python:extensions.bzl", "poetry")
poetry.parse(
    name = "poetry",
    lock = "//:poetry.lock",
)
use_repo(poetry, "poetry")

What's Changed

Full Changelog: v0.8.1...v0.8.2

Release 0.8.1

Choose a tag to compare

@github-actions github-actions released this 04 Jan 00:24

Using Bzlmod

Add to your MODULE.bazel file:

  • for packaging and dependency management with Poetry
bazel_dep(name = "ofiuco", version = "0.8.1")

poetry = use_extension("@ofiuco//python:extensions.bzl", "poetry")
poetry.parse(
    name = "poetry",
    lock = "//:poetry.lock",
)
use_repo(poetry, "poetry")

What's Changed

  • feat: enable airflow test by @oxidase in #122
  • feat: use target toolchain for building sdist instead of host one by @oxidase in #123
  • feat: test free-threaded Python 3.14 by @oxidase in #124
  • fix: pathsep on Windows and Bazel v9 by @oxidase in #125

Full Changelog: v0.8.0...v0.8.1

Release 0.8.0

Choose a tag to compare

@github-actions github-actions released this 02 Jan 16:11

Using Bzlmod

Add to your MODULE.bazel file:

  • for packaging and dependency management with Poetry
bazel_dep(name = "ofiuco", version = "0.8.0")

poetry = use_extension("@ofiuco//python:extensions.bzl", "poetry")
poetry.parse(
    name = "poetry",
    lock = "//:poetry.lock",
)
use_repo(poetry, "poetry")

What's Changed

Full Changelog: v0.7.2...v0.8.0