Skip to content

Resolve "Extend DAG data operations"

Utopia Developers requested to merge 226-extend-dag-data-operations into master

This MR adds data operations to the data_ops.py collection:

  • nx. for fast access of networkx functions
  • sorted Python build-in function
  • np.flip
  • a few xarray operations, mainly operating on xr.Datasets

Can this MR be accepted?

  • Implementation ready
  • Tests added or adjusted
  • Ready for merging
    • Pipeline passes without warnings
    • History cleaned-up or squash option set
    • Changelog entry added
    • Version number bumped
    • Reviewed & approved by @blsqr

Related issues

Closes #226 (closed)

Edited by Utopia Developers

Merge request reports