Releases: mtrocadomoreira/ozzy
v1.2.10
v1.2.9
v1.2.9 (2025-06-20)
This release is published under the MIT License.
Bug Fixes
- lcode_backend: Accept filenames for beamfiles (and plasma and fields files) with more flexible patterns (
f25affb
)
Detailed Changes: v1.2.8...v1.2.9
v1.2.7
v1.2.7 (2025-05-23)
Bug Fixes
-
lcode_backend: Assign
dtype
to concatenated data before chunking (d5bcdcb
) -
plot: Ability to use Paul Tol's reversed colormaps by appending
'_r'
(741f0af
)
Detailed Changes: v1.2.6...v1.2.7
v1.2.6
v1.2.6 (2025-05-08)
Bug Fixes
-
osiris_backend: Bug for RAW files with no particle tag data (
824cfed
) -
osiris_backend: Make sure that RAW files containing no particles at all can still be assigned times and concatenated (
d5d84f2
)
Detailed Changes: v1.2.5...v1.2.6
v1.2.5
v1.2.5 (2025-04-30)
Bug Fixes
- plot: Fix bug that was causing an error when
hist
orhist_proj
were called withweight_var = None
(08ad9a6
)
Detailed Changes: v1.2.4...v1.2.5
v1.2.4
v1.2.4 (2025-04-30)
Bug Fixes
- osiris_backend: Change algorithm so that spatially averaged (
savg
) grid data can be read (89eac7e
)
Refactoring
-
fields: Better formatting of progress bar in
vphi_from_fit
(0ff220f
) -
fields: Minor improvements to the
vphi_from_fit
function (a899159
) -
fields: Tweaked some parameters in
local_maxima_and_zero_crossings
to improve peak and zero finding (83b988e
)
Detailed Changes: v1.2.3...v1.2.4
v1.2.3
v1.2.3 (2025-04-14)
Bug Fixes
- plot: Bug in
ozzy.plot.hist
andozzy.plot.hist_proj
for weighted data (92a2ed0
)
Detailed Changes: v1.2.2...v1.2.3
v1.2.2
v1.2.2 (2025-04-09)
Bug Fixes
- statistics: Typo was preventing
ozzy.statistics
from being imported (1319ddf
)
Detailed Changes: v1.2.1...v1.2.2
v1.2.1
v1.2.1 (2025-04-09)
Bug Fixes
- fields: Bug in
local_maxima_and_zero_crossings
(57daddd
)
Documentation
- fields: Correct typos in docstring for
ozzy.fields.local_maxima_and_zero_crossings
(f4700b4
)
Detailed Changes: v1.2.0...v1.2.1
v1.2.0
v1.2.0 (2025-04-03)
Features
- fields: Add function to find local field maxima and zero crossings (
454aeee
)
Detailed Changes: v1.1.2...v1.2.0