|
1 | | -# v0.6.0 Draft |
| 1 | +# v0.5.1 Draft |
2 | 2 | *Comming soon!* |
3 | 3 |
|
4 | 4 | ## 🚀 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 | + |
8 | 8 | ## 💗 Other Tag highlights |
9 | 9 | * 🔁 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` |
12 | 15 |
|
13 | 16 | ## 🐛 Bugfixes |
14 | 17 | * `__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 |
16 | 20 |
|
17 | 21 | ## 👋👩💻New Contributors |
18 | 22 |
|
19 | 23 |
|
20 | 24 | ## 📝Full changelog |
21 | 25 | `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) |
0 commit comments