Skip to content

Releases: cedadev/CFAPyX

2025.12.3: Extension/Merging

03 Dec 16:08
5e061e1

Choose a tag to compare

  • Enables the merging of existing aggregation files by extending the aggregation dimensions (built into the creator tool)
  • Fixed a bug with attributes when discovering new attributes after the first file.

2025.12.2

02 Dec 09:25
d89ab2b

Choose a tag to compare

  • Fixes bug with xarray convention decoder interaction and missing reshape function.
  • All output files are compliant with CF-1.12 conventions and will now be accepted by cf-python.

2025.11.18

18 Nov 14:44

Choose a tag to compare

  • Updated convention naming scheme in output file, now adheres to CF-1.12 expected conventions for aggregated variable parameters
  • Fixed bug with nstarts in creator
  • Fixed xarray version to <2025.3.0 (current bug with reshape behaviour)

2025.8.4: Attributes bug fix

04 Aug 13:10

Choose a tag to compare

  • Fixed a bug where the attributes for dimensions and variables are not collected, which results in time decoding issues down the line.

2025.7.18: FillValue bug Fix

18 Jul 09:11
5e638d3

Choose a tag to compare

  • Fixed a bug where a NaN fill Value prevented aggregation due to differing attributes.

2025.3.18: Poetry 2 and Dependency Fixes

18 Mar 21:25
719b3e4

Choose a tag to compare

  • No longer dependent on Scipy for this module.
  • Fixed netCDF4/numpy to working version (1.6.5 and 1.26.4 respectively)
  • Fixed logs

2025.2.27

06 Mar 14:26

Choose a tag to compare

Updated dependencies in pyproject file.

2025.1.29: Upgraded pytest - for pyeodh

29 Jan 09:45

Choose a tag to compare

2025.1.27: Updated Dependencies

27 Jan 08:45

Choose a tag to compare

Updated dependencies

2024.11.27: Python downgrade

27 Nov 10:57

Choose a tag to compare

Allows python versions 3.9 to 4 instead of restricting to 3.11 only.