Skip to content

Commit 56c3545

Browse files
committed
docs: update release.md before tagging
1 parent 3fc37d6 commit 56c3545

File tree

1 file changed

+44
-1
lines changed

1 file changed

+44
-1
lines changed

release.md

Lines changed: 44 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,50 @@
4747
## Full Changelog
4848
`git log v0.4.0... --date=short --pretty=format:"* %ad %d %s (%aN)" | copy`
4949

50-
* 2025-02-07 (HEAD -> main, origin/main, origin/HEAD) fix: use tilde quantities (elenafuengar)
50+
* 2025-03-06 feature: first ipyparallel+MPI example for running simulations on notebooks (elenafuengar)
51+
* 2025-03-06 fix: update_mpi needs only zmin as argument, not vector z (elenafuengar)
52+
* 2025-03-06 feature: first working example with MPI (needs more iterations to be perfect) (elenafuengar)
53+
* 2025-03-04 fix: support saving state from GPU (elenafuengar)
54+
* 2025-03-04 feature: pass figure size as argument (elenafuengar)
55+
* 2025-03-04 fix: variable nodes was not used (elenafuengar)
56+
* 2025-03-04 fix: remove redundant check for stl_colors None -> it is handled in init through assign_colors (elenafuengar)
57+
* 2025-03-04 fix: error handling for stl colors, users opacity and specular, anti-aliasing can be set to None, and update docstring (elenafuengar)
58+
* 2025-03-03 feature: first steps towards MPI (elenafuengar)
59+
* 2025-03-03 style: add copy header (elenafuengar)
60+
* 2025-02-25 docs: update release.md (elenafuengar)
61+
* 2025-02-25 new test: geometry utils functions to extract information from STP files (elenafuengar)
62+
* 2025-02-25 feature: Functions to extract from `.STP` files `solid` names, `colors`, and `materials`: `wakis.geometry.extract_XXX(stp_file)` to easily build the input dictionaries needed for `GridFIT3D` (elenafuengar)
63+
* 2025-02-25 tests: update to new benchmark results for the new dt calculation (elenafuengar)
64+
* 2025-02-25 style: revise plots and comments, adding emnedded results (elenafuengar)
65+
* 2025-02-25 fix: use flag to apply the relaxation time criterion (elenafuengar)
66+
* 2025-02-24 docs: update release.md (elenafuengar)
67+
* 2025-02-24 feature: new method `solver.reset_fields()` to re-initialize all the fields to zero (elenafuengar)
68+
* 2025-02-24 fix: avoid divide by zero with PEC materials in maximal timestep (elenafuengar)
69+
* 2025-02-21 new test: PML boundaries with planewave source (elenafuengar)
70+
* 2025-02-21 feature: improving maximal stable timestep calculation for lossy media adding the relaxation time criterion (elenafuengar)
71+
* 2025-02-21 feature: supporting several cut positions-> `pos` can now be a list of 0-1 values (elenafuengar)
72+
* 2025-02-21 fix: update PML default parameters to best performing and add epsilon (elenafuengar)
73+
* 2025-02-21 feature: add `save_state`, `load_state` and `read_state` routines (elenafuengar)
74+
* 2025-02-19 docs: update release.md (elenafuengar)
75+
* 2025-02-19 feature: functions to extract solids and materials from stl file and convert them to .stl files importable in wakis (elenafuengar)
76+
* 2025-02-19 feat: add new materials to library (elenafuengar)
77+
* 2025-02-19 fix: use f instead of nodes (2) (elenafuengar)
78+
* 2025-02-18 fix: use f instead of nodes (elenafuengar)
79+
* 2025-02-18 refactor/feature: PlaneWave -> adding phase attribute, adding plot(t) method, change `nodes` to be the number of peaks to be injected (elenafuengar)
80+
* 2025-02-18 fix: bugfix in z-dimension spacing (elenafuengar)
81+
* 2025-02-18 fix: change the default to "all" in `update_tensors() (elenafuengar)
82+
* 2025-02-17 style: remove FIT from plot title (elenafuengar)
83+
* 2025-02-17 style: comment material units (elenafuengar)
84+
* 2025-02-14 feature: add `plot_from` as parameter (elenafuengar)
85+
* 2025-02-13 test: add reflection calculation and parametric scan (elenafuengar)
86+
* 2025-02-12 refactor: move solver routines methods to RoutinesMixin in routines.py (elenafuengar)
87+
* 2025-02-10 docs: add neffint reference (elenafuengar)
88+
* 2025-02-10 test: PML test in progress (elenafuengar)
89+
* 2025-02-10 refactor: move solving routines to Mixin class for code clarity (elenafuengar)
90+
* 2025-02-10 feature: expose pml attributes, update PML filling routine, use RoutinesMixin (elenafuengar)
91+
* 2025-02-10 feature: add deepcopy method copy() (elenafuengar)
92+
* 2025-02-10 add changelog since v0.4.0 (elenafuengar)
93+
* 2025-02-07 fix: use tilde quantities (elenafuengar)
5194
* 2025-02-07 fix: pass anti_aliasing argument to pyvista (elenafuengar)
5295
* 2025-02-07 fix: add bc_high to logical checks in `apply_bc_to_c` (elenafuengar)
5396
* 2025-02-06 docs: update new features (elenafuengar)

0 commit comments

Comments
 (0)