zeusandatlas
A small Python package built for CPE 486/586 Homework 0 (Fall 2026, UAH).
It provides a differential subpackage with a discrete module implementing
diff(t, x), which computes the discrete derivative of a timeseries using:
v(t_k) = (x(t_k) - x(t_k-1)) / (t_k - t_k-1)
Installation
uv add zeusandatlas
Usage
from zeusandatlas.differential.discrete import diff
t = [0, 0.1, 0.3, 0.4, 0.55, 0.67, 0.71]
x = [23.1, 22.5, 23.5, 21.88, 22.5, 23.5, 24.88]
v = diff(t, x)
print(v)
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
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 zeusandatlas-0.1.0-cp39-abi3-manylinux_2_34_x86_64.whl.
File metadata
- Download URL: zeusandatlas-0.1.0-cp39-abi3-manylinux_2_34_x86_64.whl
- Upload date:
- Size: 227.0 kB
- Tags: CPython 3.9+, manylinux: glibc 2.34+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via:
uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"26.04","id":"resolute","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d46494746f17fe8b9a769bb614866f987ffc061a419c0eb823f883ef881b60ac
|
|
| MD5 |
edd75f9606de575554b2aed6e1c43e74
|
|
| BLAKE2b-256 |
3806b8c8ceb85c8680e39e1e95867a3879289c533393408ae41a950ad57f8dca
|