Skip to content

Commit

Permalink
docs: release v0.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
nialov committed Feb 3, 2022
1 parent 1efe640 commit 57a5eec
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
10 changes: 6 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,19 @@
# Changelog

## Unreleased (2022-02-02)
## v0.2.6 (2022-02-03)

### New Features

- (multi_network): add xyi and branch plotting
- (analysis.multi_network): Enable plotting multiple networks into the same ternary
XYI or branch type plot.

### Fixes

- (analysis): add missing property decorator
- (analysis.network): Add missing property decorator to
`branch_lengths_powerlaw_fit_description`.

Full set of changes:
[`v0.2.5...711204e`](https://github.com/nialov/fractopo/compare/v0.2.5...711204e)
[`v0.2.5...v0.2.6`](https://github.com/nialov/fractopo/compare/v0.2.5...v0.2.6)

## v0.2.5 (2022-01-23)

Expand Down
3 changes: 2 additions & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors:
given-names: Nikolas
orcid: "https://orcid.org/0000-0003-1562-0280"
title: "fractopo"
version: "0.2.5.post29.dev0+711204e"
version: "0.2.6"
date-released: "2022-02-02"
keywords:
- python
Expand All @@ -22,3 +22,4 @@ doi: "10.5281/zenodo.5517486"




2 changes: 1 addition & 1 deletion fractopo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
from fractopo.analysis.network import Network # noqa: E402
from fractopo.tval.trace_validation import Validation # noqa: E402

__version__ = "0.2.5.post29.dev0+711204e"
__version__ = "0.2.6"


logging.info(
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "fractopo"
version = "0.2.5.post29.dev0+711204e"
version = "0.2.6"
description = "Fracture Network Analysis"
authors = ["nialov <[email protected]>"]
readme = "README.rst"
Expand Down Expand Up @@ -182,3 +182,4 @@ python_version = "3.8"
warn_return_any = true
warn_unused_configs = true
ignore_missing_imports = true

0 comments on commit 57a5eec

Please sign in to comment.