Skip to content

3.12.0

Choose a tag to compare

@davidhassell davidhassell released this 17 Jan 23:38

2022-01-18

  • New method: cf.Field.grad_xy (#292)
  • New method: cf.Field.laplacian_xy (#292)
  • New function: cf.div_xy (#292)
  • New function: cf.curl_xy (#292)
  • Allow element-wise comparisons with None on cf.Data and cf.Field objects (#281)
  • Add missing closing parenthesis in cf.Query string representations (#279)
  • Fix cf.aggregate failures when using the dimension keyword parameter (#283)
  • Fix bug that raised error with subtraction of a cf.TimeDuration (#287)
  • Fix bug in cf.Field.derivative when wrapping with periodic coordinates (#289)
  • Changed dependency: 1.9.0.1<=cfdm<1.9.1.0
  • Changed dependency: cfunits>=3.3.4