Skip to content

Commit b6c7bfe

Browse files
Merge pull request #438 from neutrinoceros/rel/0.18.0_2
REL: prepare release 0.18.0
2 parents 853523f + f663981 commit b6c7bfe

3 files changed

Lines changed: 12 additions & 5 deletions

File tree

README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# nonos
22
[![PyPI](https://img.shields.io/pypi/v/nonos.svg?logo=pypi&logoColor=white&label=PyPI)](https://pypi.org/project/nonos/)
33
[![Documentation Status](https://readthedocs.org/projects/nonos/badge/?version=latest)](https://nonos.readthedocs.io/en/latest/?badge=latest)
4-
[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/volodia99/nonos/main.svg)](https://results.pre-commit.ci/badge/github/volodia99/nonos/main.svg)
54
[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/charliermarsh/ruff/main/assets/badge/v2.json)](https://github.com/charliermarsh/ruff)
65

76
nonos is a 2D visualization command line application for planet-disk numerical simulations, as well as a Python library. It works with vtk-formatted data from Pluto and Idefix, and dat-formatted data for Fargo-adsg and Fargo3D.
@@ -22,12 +21,20 @@ Fargo3D: same as Fargo-adsg + gasvz\*.dat
2221

2322
## Installation
2423

25-
:warning: Nonos requires Python 3.8 or newer. The easiest installation method is
24+
:warning: Nonos requires Python 3.10 or newer.
2625

27-
```bash
26+
Get nonos and its minimal set of dependencies as
27+
28+
```shell
2829
$ pip install nonos
2930
```
3031

32+
or, to also get all optional dependencies
33+
34+
```shell
35+
$ pip install "nonos[all]"
36+
```
37+
3138
## Usage
3239

3340
### On the command line

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi"
44

55
[project]
66
name = "nonos"
7-
version = "0.17.0"
7+
version = "0.18.0"
88
description = "A tool to analyze results from idefix/pluto simulations (for protoplanetary disks more specifically)"
99
authors = [
1010
{ name = "G. Wafflard-Fernandez" },

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)