Skip to content

Commit f50dfec

Browse files
committed
docs: bump version and update draft before 0.5.1 release
1 parent b185888 commit f50dfec

File tree

2 files changed

+22
-9
lines changed

2 files changed

+22
-9
lines changed

release.md

Lines changed: 21 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,35 @@
1-
# v0.6.0 Draft
1+
# v0.5.1 Draft
22
*Comming soon!*
33

44
## 🚀 New Features
5-
* SolverFIT3D
6-
* Multi-CPU simulations using the slicing method and `mpi4py`
7-
5+
* Plotting
6+
* Allow passing camera position to solver's 3D plots `plot3D` and `plor3DnSTL`
7+
88
## 💗 Other Tag highlights
99
* 🔁 Nightly tests with GitHub actions:
10-
* 📁 Examples: 003 -> MPI wakefield simulation
11-
* 📁 Notebooks: 005 -> MPI example
10+
* 003 -> coverage for grid `inspect` and `plot_solid`
11+
* 📁 Examples:
12+
* 003 -> MPI wakefield simulation with `mpi4py`
13+
* 📁 Notebooks:
14+
* 005 -> MPI example in jupyter notebooks with `ipyparallel`+ `mpi4py`
1215

1316
## 🐛 Bugfixes
1417
* `__version__` now matches PyPI release and tag
15-
18+
* `gridFIT3D.plot_solids()` fix typo in the opacity assignment
19+
* `example/001` fixed stl_solids parameter in grid.inspect() call
1620

1721
## 👋👩‍💻New Contributors
1822

1923

2024
## 📝Full changelog
2125
`git log v0.5.0... --date=short --pretty=format:"* %ad %d %s (%aN)" | copy`
22-
26+
* 2025-03-12 fix: typo in ocpacity, variable overwritten (elenafuengar)
27+
* 2025-03-12 test: add coverage for grid.inspect and grid.plot_solids (elenafuengar)
28+
* 2025-03-12 fix: add_stl use keys not stl file path, add default parameters and uncomment (elenafuengar)
29+
* 2025-03-11 feature: allow passing camera position as argument on 3D plotting routines (elenafuengar)
30+
* 2025-03-11 test: study different pml_func profiles and compare smoothness and derivatives (elenafuengar)
31+
* 2025-03-10 docs: update release.md for next version (elenafuengar)
32+
* 2025-03-07 docs: update supported python versions 3.8+ <3.12 (elenafuengar)
33+
* 2025-03-07 docs: update version (elenafuengar)
34+
* 2025-03-07 docs: update CITATION.cff with v0.5.0 doi (Elena de la Fuente García)
35+
* 2025-03-07 docs: add zenodo badge to readme.md (Elena de la Fuente García)

wakis/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.5.0'
1+
__version__ = '0.5.1'

0 commit comments

Comments
 (0)