From 0bd8e02ffd4e53ec5b0515d55489ab56b247f0ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20B=C3=A1lint?= Date: Fri, 12 Apr 2024 12:05:03 +0200 Subject: [PATCH] PyPI release --- README.md | 11 ++++++----- noisebase/__init__.py | 2 +- pyproject.toml | 3 ++- 3 files changed, 9 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index f52ad46..5532f01 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@

- +

@@ -17,15 +17,16 @@ **Datasets and benchmarks for neural Monte Carlo denoising.**

- +

- +What is Monte Carlo denoising? +------------------------------
-

What is Monte Carlo denoising?

+Read More
-
+

Monte Carlo integration Kmhkmh

diff --git a/noisebase/__init__.py b/noisebase/__init__.py index d271657..fef7849 100644 --- a/noisebase/__init__.py +++ b/noisebase/__init__.py @@ -9,7 +9,7 @@ `Noisebase` function should you wish to keep your use of Hydra to a minimum. """ -__version__ = '0.1' +__version__ = '1.1' import os diff --git a/pyproject.toml b/pyproject.toml index 3c83781..be45fd2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,13 +12,14 @@ dependencies = [ "zarr>=2", "pytorch-msssim", "hydra-core", + "requests", "tqdm" ] authors = [{name = "Martin Bálint", email = "martin@balint.io"}] readme = "README.md" keywords = ["denoising", "Monte Carlo", "MC", "neural"] classifiers = [ - "Development Status :: 1 - Planning", + "Development Status :: 4 - Beta", "License :: OSI Approved :: Apache Software License", "Environment :: GPU",