You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We also deprecated our if-plugins and if-unofficial-plugins repositories. We won't remove anything for now to make sure we don't break anyone's pipeliens, but we will not be actively maintaining these repositories from now on - all development on if-plugins is happening in builtins which come bundled in IF.
Issues
We realized that our plan to implement phased execution, where time-sync is always executed between regroup and compute will be dificult unless we update our builtins to handle zero values more gracefully. This is because time-sync can in-fill missing values with zeroes in some cases, which will break the compute phase of the execution. Therefore, we've added an issue to handle zeroes more gracefully. #850
Outlook
Finalise the error logging and automated testing to ensure a smooth release.
Who
Sponsor: @jawache (GSF)
Product owner: @jmcook1186 (GSF)
Leads: @navveenb (Accenture), @srini1978 (Microsoft)
Overview
Over the past two weeks we have been focusing on three things:
if-env
command line toolWe released IF v0.4.0 which includes our
if-diff
tool and the new--debug
flag as well as upgraded logging functionality.We also deployed our new Explorer website where anyone can share or search for plugins!
Don't forget you can still participate in the discussions around our next epic here:
Updates
Here's the details for our most significant updates this fortnight:
if-env
: This CLI tool allows you to easily create execution environments for IF manifestsError handling protocols
Pipeline documentation
We also deprecated our
if-plugins
andif-unofficial-plugins
repositories. We won't remove anything for now to make sure we don't break anyone's pipeliens, but we will not be actively maintaining these repositories from now on - all development onif-plugins
is happening inbuiltins
which come bundled in IF.Issues
We realized that our plan to implement phased execution, where time-sync is always executed between
regroup
andcompute
will be dificult unless we update our builtins to handle zero values more gracefully. This is because time-sync can in-fill missing values with zeroes in some cases, which will break thecompute
phase of the execution. Therefore, we've added an issue to handle zeroes more gracefully.#850
Outlook
if-check
#638MockObservations
adds its mock data tooutputs
instead ofinputs
#846The text was updated successfully, but these errors were encountered: