Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
atztogo committed Dec 9, 2024
2 parents c839d3e + 42f1e17 commit adbd57f
Show file tree
Hide file tree
Showing 17 changed files with 831 additions and 101 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repos:
- id: check-added-large-files

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.7.1
rev: v0.8.1
hooks:
- id: ruff
args: [ "--fix", "--show-fixes" ]
Expand Down
7 changes: 7 additions & 0 deletions doc/changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
(changelog)=

# Change Log

## Dec-9-2024: Version 0.6.6

- Collection of minor updates of velph command.
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
author = "Atsushi Togo"

version = "0.6"
release = "0.6.1"
release = "0.6.5"

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down
1 change: 1 addition & 0 deletions doc/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ BSD-3-Clause.
:hidden:
install
velph
changelog
```
9 changes: 8 additions & 1 deletion doc/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@

A simplest installation using conda-forge packages:

```
% conda create -n phelel -c conda-forge
% conda activate phelel
% conda install phelel
```

From source code of phelel,
```
% conda create -n phelel -c conda-forge
% conda activate phelel
Expand All @@ -24,4 +31,4 @@ A simplest installation using conda-forge packages:
% pip install -e .
```

PyPI and conda forge package will be made in the future.
The pypi package is also available.
Loading

0 comments on commit adbd57f

Please sign in to comment.