Skip to content

1.2.2

Compare
Choose a tag to compare
@bryan-harter bryan-harter released this 13 Oct 20:26
· 10 commits to master since this release

cdfwrite

  • Added some support for casting numbers correctly if they have different inputs to the CDF. For example, if CDF_REAL8 is specified as the CDF type to use but the data is given as an integer, the data will be cast to a float64 before being written to the CDF.