A package to learn linear operators
Project description
Install
To install this package as a dependency, run:
pip install linear-operator-learning
Development
To develop this project, please setup the uv project manager by running the following commands:
curl -LsSf https://astral.sh/uv/install.sh | sh
git clone git@github.com:CSML-IIT-UCL/linear_operator_learning.git & cd linear_operator_learning
uv sync --dev
uv run pre-commit install
Optional
Set up your IDE to automatically apply the ruff styling.
Development principles
Please adhere to the following principles while contributing to the project:
- Adopt a functional style of programming. Avoid abstractions (classes) at all cost.
- To add a new feature, create a branch and when done open a Pull Request. You should not approve your own PRs.
- The package contains both
numpyandtorchbased algorithms. Let's keep them separated. - The functions shouldn't change the
dtypeor device of the inputs (that is, keep a functional approach). - Try to complement your contributions with simple examples to be added in the
examplesfolder. If you need some additional dependency add it to theexamplesdependency group asuv add --group examples _your_dependency_.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file linear_operator_learning-0.1.13.tar.gz.
File metadata
- Download URL: linear_operator_learning-0.1.13.tar.gz
- Upload date:
- Size: 199.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.6.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7cd6af8663ed6a8b89af46d092e65af11a3f348a5518d54ab16d6884c9bd051e
|
|
| MD5 |
89b7df07a62f96e629447b4d7cdba660
|
|
| BLAKE2b-256 |
43cfc7ba814990e95fd00cec3dcf22654e9eb194cb1a3a8494487429bb076f48
|
File details
Details for the file linear_operator_learning-0.1.13-py3-none-any.whl.
File metadata
- Download URL: linear_operator_learning-0.1.13-py3-none-any.whl
- Upload date:
- Size: 32.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.6.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1bd475e4994019964594dde230b0a679b0fc6eec40a4776207fa56fe093317fd
|
|
| MD5 |
8411cd44ef0c2099170e5865e251a9a2
|
|
| BLAKE2b-256 |
02c8cc1debe062b2223e55390b267f02028a6140366d8337b54d8d3bbde3804d
|