Skip to content

Commit 57686d8

Browse files
committed
1.0.8
Automatically generated by python-semantic-release
1 parent 85a5f71 commit 57686d8

File tree

3 files changed

+25
-8
lines changed

3 files changed

+25
-8
lines changed

CHANGELOG.md

+23-6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,29 @@
33
<!--start-docs-->
44

55

6+
## Version 1.0.8
7+
8+
Released 24-01-2025
9+
10+
### Bug Fixes
11+
12+
* [`83329ef`](https://github.com/mtrocadomoreira/ozzy/commit/83329ef6253cfcfb652229b522bc097aa45898e7): Fft method was throwing error due to data being a chunked dask array
13+
14+
15+
16+
17+
18+
19+
### Documentation
20+
21+
* [`85a5f71`](https://github.com/mtrocadomoreira/ozzy/commit/85a5f7125310c90b245a0b624b07784123418085): Small formatting corrections
22+
23+
24+
25+
26+
27+
28+
629
## Version 1.0.7
730

831
Released 26-11-2024
@@ -731,9 +754,3 @@ Released 16-07-2024
731754

732755

733756
* [`0ecd710`](https://github.com/mtrocadomoreira/ozzy/commit/0ecd7109385025f822fde66ce2800e87da2b3098): Finish license and about
734-
735-
736-
737-
738-
739-

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "ozzy-pic"
7-
version = "1.0.7"
7+
version = "1.0.8"
88
description = "PIC simulation data analysis for the lazy and impatient"
99
authors = [
1010
"Mariana Moreira <[email protected]>",

src/ozzy/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
]
1515

1616

17-
__version__ = "1.0.7"
17+
__version__ = "1.0.8"

0 commit comments

Comments
 (0)