Skip to content

Releases: mtrocadomoreira/ozzy

v1.2.10

23 Jun 17:13
Compare
Choose a tag to compare

v1.2.10 (2025-06-23)

This release is published under the MIT License.

Bug Fixes

  • plot: Use absolute value of weight variable for ozzy.plot.hist and ozzy.plot.hist_proj (3953907)

Documentation

  • changelog: Update changelog manually (0e9829a)

Detailed Changes: v1.2.9...v1.2.10

v1.2.9

20 Jun 10:47
Compare
Choose a tag to compare

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

23 May 16:27
Compare
Choose a tag to compare

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

08 May 16:01
Compare
Choose a tag to compare

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

30 Apr 18:13
Compare
Choose a tag to compare

v1.2.5 (2025-04-30)

Bug Fixes

  • plot: Fix bug that was causing an error when hist or hist_proj were called with weight_var = None (08ad9a6)

Detailed Changes: v1.2.4...v1.2.5

v1.2.4

30 Apr 01:48
Compare
Choose a tag to compare

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

14 Apr 21:51
Compare
Choose a tag to compare

v1.2.3 (2025-04-14)

Bug Fixes

  • plot: Bug in ozzy.plot.hist and ozzy.plot.hist_proj for weighted data (92a2ed0)

Detailed Changes: v1.2.2...v1.2.3

v1.2.2

09 Apr 02:19
Compare
Choose a tag to compare

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

09 Apr 01:07
Compare
Choose a tag to compare

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

03 Apr 00:22
Compare
Choose a tag to compare

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