rudimentary cache decorator

This commit is contained in:
2024-02-27 16:45:16 +01:00
parent 090100290a
commit 4ef82397bc
3 changed files with 68 additions and 5 deletions

View File

@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "scgenerator"
version = "0.4.6"
version = "0.4.7"
description = "Simulate nonlinear pulse propagation in optical fibers"
readme = "README.md"
authors = [{ name = "Benoit Sierro", email = "benoit.sierro@iap.unibe.ch" }]
@@ -17,7 +17,7 @@ requires-python = ">=3.11"
keywords = ["nonlinear", "fiber optics", "simulation", "runge-kutta"]
dependencies = [
"numpy",
"scipy",
"scipy>=1.12.0",
"matplotlib",
"numba",
"tqdm",