Skip to content

Releases: boutproject/boutdata

v0.2.1

30 Oct 09:34
908a4c2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v0.2.1

v0.2.0

27 Sep 16:16
9582d09
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.10...v0.2.0

v0.1.10

02 Sep 08:17
68797c2
Compare
Choose a tag to compare

What's Changed

  • Support multi-line values when reading BOUT++ input files by @bendudson in #74
  • Add remove_xguards option to gridcontourf() by @bendudson in #72
  • Add restart.shift_v3_to_v4() by @bendudson in #69
  • Save the version number into output file when squashing data by @johnomotani in #79

Full Changelog: v0.1.9...v0.1.10

v0.1.9

08 Apr 11:00
1e135f3
Compare
Choose a tag to compare
  • Bug fix: Copy file attributes in squashoutput() #66

v0.1.8

14 Mar 15:10
0f4913e
Compare
Choose a tag to compare

Bug fix:

  • Fix restart.redistribute(): better default handling for mxg, myg in get_processor_layout() (#65)

v0.1.7

03 Mar 10:33
219038b
Compare
Choose a tag to compare

Bugfix release:

  • Handle missing jyseps2_1 in restart.redistribute() #62.

v0.1.6

06 Jan 13:56
20dfb76
Compare
Choose a tag to compare

New features:

  • Option to split output in time into several files #50
  • Add log flag to gridcontourf #54
  • Add restart.change_grid function #56

Bug fixes:

  • Fix restart.resizeZ #53
  • Fix handling of yindex_global of FieldPerp in restart.redistribute() #55
  • Fix bout-squashoutput executable (add __init__.py to scripts subdirectory) #57
  • Write correct "PE_XIND", "PE_YIND" from restart.redistribute() #58

v0.1.5

15 Jun 09:55
2d4c5bb
Compare
Choose a tag to compare

Small fixes to work with BOUT-dev: #47, #49.

v0.1.4

27 May 12:29
a4c6065
Compare
Choose a tag to compare

Major new features:

  • #37 Parallelise BoutOutputs and squashoutput
  • #39 Create bout-squashoutput executable using setuptools entry_points

Minor new features:

  • #18 tind_auto option for when last write was incomplete
  • #19 Implement mxg and myg arguments to restart.redistribute
  • #33 BoutOptions.get_bool() method to convert option value to bool
  • #36 Support evaluating BoutOptionsFile expressions at staggered locations

Bug fixes:

  • #31 Fix BoutOptions.rename for case-sensitive renames
  • #34 Set netCDF's 'chunk cache' to zero in squashoutput

Testing:

  • #38 Tests for collect and squashoutput

v0.1.3

04 Jan 12:38
f0a8452
Compare
Choose a tag to compare
Merge pull request #25 from boutproject/collect-more-generic-arrays

Support more generic arrays in collect()