
pyoperators · PyPI
Feb 22, 2023 · Getting started To define an operator, one needs to define a direct function which will replace the usual matrix-vector operation:
local-operator · PyPI
Jun 25, 2025 · To run Local Operator with a 3rd party cloud-hosted LLM model, you need to have an API key. You can get one from OpenAI, DeepSeek, Anthropic, or other providers.
neuraloperator · PyPI
Oct 21, 2025 · The library is primarily intended for methods that directly relate to operator learning: new architectures, meta-algorithms, training methods and benchmark datasets.
linear-operator · PyPI
Jan 28, 2025 · A linear operator implementation, primarily designed for finite-dimensional positive definite operators (i.e. kernel matrices).
airflow-operators · PyPI
Dec 15, 2025 · Custom operators for Apache Airflowairflow-operators Custom operators for Apache Airflow Installation It is assumed that Apache Airflow is installed. It is not added to the dependencies …
airflow-dbt · PyPI
Defaults to dbt, so assumes it's on your PATH verbose The operator will log verbosely to the Airflow logs warn_error If set to True, passes --warn-error argument to dbt command and will treat warnings as …
osqp · PyPI
Oct 15, 2025 · The OSQP (Operator Splitting Quadratic Program) solver is a numerical optimization package for solving problems in the form minimize 1 2 x T P x + q T x subject to l ≤ A x ≤ u
fourier-neural-operator · PyPI
Jan 31, 2022 · In this work, we formulate a new neural operator by parameterizing the integral kernel directly in Fourier space, allowing for an expressive and efficient architecture.
web-operator · PyPI
Feb 13, 2025 · A library for automating web tasksWeb-operator Recently, OpenAI has released an operator agent that can browse the web and perform actions based on prompts. My approach differs …
pipe-operator · PyPI
Apr 18, 2025 · You can use the 🐍 pythonic implementation, which is entirely compatible with linters and type-checkers, but a bit more verbose than the original pipe operator: