Skip to content

Commit 8db89b9

Browse files
committed
1.0.7
Automatically generated by python-semantic-release
1 parent 48d0b14 commit 8db89b9

File tree

3 files changed

+32
-2
lines changed

3 files changed

+32
-2
lines changed

CHANGELOG.md

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

55

6+
## Version 1.0.7
7+
8+
Released 26-11-2024
9+
10+
### Bug Fixes
11+
12+
* [`48d0b14`](https://github.com/mtrocadomoreira/ozzy/commit/48d0b14622414cea5005699e6511f85393558544): Fix bug that would throw error when using `open_compare` with multiple backends and with backend-specific keyword arguments
13+
14+
15+
16+
17+
18+
19+
### Documentation
20+
21+
* [`25b11d8`](https://github.com/mtrocadomoreira/ozzy/commit/25b11d86a7b349ef9c22d58948741383dbd4b88d): Disable [instant loading](https://squidfunk.github.io/mkdocs-material/setup/setting-up-navigation/#instant-loading) since this causes the feedback widget to only show after reloading the page
22+
23+
24+
25+
26+
27+
28+
* [`e2c93ce`](https://github.com/mtrocadomoreira/ozzy/commit/e2c93ce354c3f6b01599dfecee05c785872d218d): Update installation instructions (now available on `conda-forge`) and update package dependencies (especially `makedocs-material`)
29+
30+
31+
32+
33+
34+
35+
636
## Version 1.0.6
737

838
Released 13-11-2024

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.6"
7+
version = "1.0.7"
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.6"
17+
__version__ = "1.0.7"

0 commit comments

Comments
 (0)