Changelog đ
The Battle of the Water Futures [Data and Software - v1.0.1]
Release Date: 15th April 2026
This patch release introduces a few adjustment to help in stage 2 from what was learned in stage 1.
Whatâs Changed
- Code
- Account for âfixed costsâ in stage 2 through the cost normalisation hidden file
- Helper script to generate a test folder for future stages from a results folder
Whatâs Unchanged
Data, rules, deadlines, and problem description.
Important Notes
The new data for stage 2 and the stage 1 results are shared privately with the teams that completed the first stage successfully.
The Battle of the Water Futures [Data and Software - v1.0.0]
Release Date: 13th April 2026
This major release marks the end of the first stage of the competition. It also includes a few minor last-minute adjustments to ensure the competition runs smoothly.
Whatâs Changed
- Data
- Correct configuration file for historical period (See #34)
- Correct pipe option id in Excel masterplan
- Code
- Bug fix: solar farm production clipping (See #35)
- Few minor bug fixes
- Rules and Information (Website)
- Evaluation procedure clarification.
Whatâs Unchanged
Rules, deadlines, and problem description.
Important Notes
The new data for stage 2 is shared privately with the teams that completed the first stage successfully.
The Battle of the Water Futures [Data and Software - v0.5.4]
Release Date: 8th April 2026
This patch release fixes some minor bugs raised in the GitHub discussions.
Whatâs Changed
- Code
- Fix Issue #30
- Fix Issue #31
- Rules and Information (Website)
- Evaluation procedure clarification.
Whatâs Unchanged
Rules, deadlines, problem description, and data.
Important Notes
Future patch releases of the Python library should fix only minor bugs.
The Battle of the Water Futures [Data and Software - v0.5.3]
Release Date: 1st April 2026
This patch release introduces the hydraulic simulations in the evaluator and the calculations of the remaining variables.
Whatâs Changed
- Code
- Hydraulics simulations compute delivered and undelivered demand, sources production, and pumping stationsâ energy expenditure.
- Simulation results saving has improved in speed and memory footprint: long results series are now saved by year.
- The financial balance are correctly updated and complete.
- Rules and Information (Website)
- Deadlines shifted by one week.
- Submission instructions.
Whatâs Unchanged
Everything else.
Important Notes
The evaluator is complete. It takes approx 1 hour to run a simulation of 25 years with an hourly time step of the 12 networks of the competition.
Future patch releases of the Python library should fix only minor bugs.
The Battle of the Water Futures [Data and Software - v0.5.2]
Release Date: 25th March 2026
This patch release fixes a few minor bugs.
Whatâs Changed
- Code
- Bug fix: Issue #22 pipes and pumps failing date handled as int instead of datetime
- Bug fix: Issue #23 pipe and pump options name in masterplan
- Bug fix: few other minors to make the mock up masterplan (shared by email) work
Whatâs Unchanged
Everything else but the python library.
Important Notes
The evaluator is still incomplete. A future patch releases of the Python library (0.5.x) will add the last missing feature (complete hydraulic simulations and opex).
The Battle of the Water Futures [Data and Software - v0.5.1]
*Release Date: 23rd March 2026
This patch release introduces the calculation of the key variables in the Python library, e.g., capex, debts, etc. The data, the problem description (PDF and website), and the rules and information (website) are unchanged.
Whatâs New
- Code
- Calculate water utilitiesâ results (capex, balance, etc)
Whatâs Changed
- Code
- Bug fix: bond issuance interest calculation (bond coupon is in percent points)
- Bug fix: added missing ageing of the inter-utility connections
- Bug fix: saved epanet networks filenames (now the week number appears in the name)
- Bug fix: fairness metric calculation (unit of measurement of lifeline volume is L/day/person)
- Plus other minor bugs
Important Notes
The evaluator is still incomplete. A future patch releases of the Python library (0.5.x) will add the last missing feature (complete hydraulic simulations and opex).
The Battle of the Water Futures [Data and Software - v0.5.0]
*Release Date: 16th March 2026
This release addresses the communityâs feedback on the dynamic topology and introduces several new features for the evaluator. It also fixes the municipality elevation values that were incorrect in the previous release.
Whatâs New
- Data
- Municipalities: added
main_destination_municipalitycolumn, representing the municipality inheriting the connections/pipes. - Connections: added
pipes_decommission_dates,replaced_by, andreplacescolumns to fully describe pipe and connection presence over time. - Connections: added
usable_in_2025column, indicating which connections are available for participant interventions.
- Municipalities: added
- Code
- Export intermediate results for modelled entities (demands, solar yields, etc.)
- Export EPANET network files with selected week demands or weekly average demands
- Export peak demands
- Apply interventions and policies
Whatâs Changed
- Data
- Municipalities: reduced elevations for some municipalities to improve tractability.
- Sources: adjusted capacities to better reflect proximity to demand centres.
- Connections/Pipes: revised pipe options for several connections; disabled connections between high- and low-elevation areas in Gelderland and Limburg.
- Connections/Pipes: new ID naming convention â IDs below 2000 are defined from the start; IDs between 2000â3000 exist only in the historical period; IDs above 3000 are defined for 2025 onwards.
- EPANET networks: updated to reflect current values and all possible interventions (disconnected sources are possible future sources, pipes with 0.0001 diameter are possible connections).
- Problem Description (PDF and Website)
- Minor clarifications addressing the most frequently asked questions.
- Expanded the section on municipality dissolution and connection inheritance.
- Updated the appendix to reflect input file changes.
- Rules and Information (Website)
- First deadline extended by one week.
Important Notes
The evaluator is still incomplete. Future patch releases of the Python library (0.5.x) will add the remaining features (e.g. complete hydraulic simulations).
The Battle of the Water Futures [Data and Software - v0.4.5]
Release Date:9th February 2026
This release introduces a few clarifications and bug fixes based on community reports and the webinar of Friday 23rd January.
Whatâs New
- Data
- Pipes: added starting friction coefficient for pipes already existing in 2000.
- Code
- Evolve the dynamic properties and save the system status after the evolution.
Whatâs Changed
- Data
- Connections: Corrected the ages and added the historical period changes.
- Water prices & Inflation: Historical data now starts in 1999, as prices are adjusted every first of January based on the pricing adjustment policy, which in the historical period was âby_inflationâ. Thus âprices in 2000â are âprices in 1999â by âinflation in 1999â.
- Costs: Historical data now starts in 2000. Costs for subsequent years can be obtained by applying inflation. (Note: in the previous release, they were reported for year 2025, but were actually for year 2024, as costs in 2025 will depend on inflation in 2025, which is unknown).
- Minor: The municipalitiesâ associated demand patterns have been formatted like all other exogenous variables (note: in future stages, new patterns may appear and municipalities can be associated with different patterns through this variable).
- Overall: recalibarated pipe options and sources capacities.
- Code
- Fix: Corrected Zenodo download and versioning of the data folder.
- Rules and Information (Website)
- Updated the dates to allow for more time in the first stage, as decided during the community webinar on Friday, January 23rd, based on participant feedback.
Important Notes
Youtube channel and Q&A. We will make more videos on how to use the evaluator
The Battle of the Water Futures [Data and Software - v0.4.0]
Release Date:Â 19th January 2026
This release introduces a few clarifications and fixes based on community reports and the alpha version of the evaluator.
Whatâs New
- Data
- Municipalities population: formatted national projections
- Climate: formatted historical climate variables
- Submission form: added a new lever for the bonds amount to the debt ratio
- Settings: added lifeline volume (Lpcd)
- Code
- New: added the classes describing the system
- Problem Description (PDF and Website)
- New lever: bond to amount debt ratio (Section 2.3.1.4)
Whatâs Changed
- Data
- Water demand model: fix unit in per business demand (from m^3/business/day to m^3/business/hour)
- Non-revenue demand model: fix unit of intervention cost (âŹ/km/year), adjusted starting ages (municipalitiesâ average age)
- Problem Description (PDF and Website)
- Fix NRW image (wrong units)
- Clarified final balance and water pricing
- Clarified source energy consumption
- Clarified climate variables
- Numbering of the equations
- Review Appendix A: Describe all filesâ purposes and a clearer mapping of the properties in the Excel files.
- Rules and Information (Website)
- Clarified participation rules
- Distinguished the submission process for the solutions and the abstract
- More details about the ranking and coherence with the problem description
Important Notes
We are currently working on the evaluator and making sure it is ready to be made open source.
This will also be used to create the inp networks, as those currently available are only for visualisation purposes.
The Battle of the Water Futures [Data and Software - v0.3.0]
Release Date:Â 22nd December 2025
This release introduces a few clarifications and fixes based on community reports Ensure that you update your dataset and review the updated sections.
Whatâs New
- Data
- Municipalitiesâ average disposable income (historical)
- Water demand model (properties and historical data)
- Economy (historical data on inflation and others)
- Energy system (historical data)
- Submission form
- Problem Description PDF
- Executive Summary
Whatâs Changed
- Data
- Sources and pumping stations parameters
- National INP network (corrected units)
- Code
- We dedicated significant time making sure all of our synthetic generation algorithms were correctly seeded to maintain the same value across releases
- Problem Description PDF (and Website)
- Clarified the Disposable Income (Sec. 2.1.2) and Fairness metric (2.4.4)
- Reordered the economy model description, enriched it with equations, and increased details in the bond description
- Equations all over
- Minor: rendering Appendix A and Section 2.3
- Rules and Information (Website)
- Minor: fix broken links and rendering of equations
- Added Changelog and important info on Home
Important Notes
We are currently working on the evaluator and making sure it is ready to be made open source.
This will also be used to create the inp networks, as those currently available are only for visualisation purposes.
The Battle of the Water Futures [Data and Software - v0.2.0]
Release Date: 15th December 2025
This release is merely a patch release to add the missing file water_utilities-static_properties and to give us the opportunity to match the GitHub versions (previously 0.1.0, now 0.2.0) with the Arxiv version (v2, unchanged).
Whatâs New
- Data
- Added missing file
water_utilities-static_properties.xlsxdescribing the provinces assigned to each water utility.
- Added missing file
What Changed
- Code
- The
Makefilehas been changed to also prepare the zip of the data folder to make sure we donât miss files anymore
- The
Whatâs Unchanged
- Problem Description PDF and Website
- Website Rules and Information
Important Notes
We are currently working on the evaluator and making sure it is ready to be made open source. The submission form is almost ready.
The Battle of the Water Futures [Data and Software - v0.1.0]
Release date: 8th December 2025
Competition Release
This releases marks the official start of the competition!
Whatâs new:
- Complete problem description (website and PDF versions)
- Initial dataset
- Helpful EPANET inp network files for visualization of the system topology
Technical changes in the repository:
- Website update
- Data files are supplementary material in the release and Zenodo entry
What to know: The problem description is complete but may undergo minor revisions. This initial dataset may change slightly in future releases due to the probabilistic nature of the algorithms used to generate it. Future releases will include additional data with improved formatting.
Please report any missing data so we can confirm whether it was intentionally excluded or inadvertently lost.
The Battle of the Water Futures [Data and Software - v0.1.0-beta.3]
Release Date: 24th November 2025
Timeline Update
This release features an update to the competition timeline in the website.
Whatâs New:
New timeline, delaying the start of the competition
Technical Changes:
Website updates only No code or data changes in this pre-release
The Battle of the Water Futures [Data and Software - v0.1.0-beta.2]
Release Date: 15th October 2025
Website Update
This release features an update to the project website, which now includes information on the team and a new architecture.
Whatâs New:
- Added team member profiles and information
- Enhanced content across multiple pages and website architecture
- Added more details about participating in the competition
Technical Changes:
- Website updates only
- No code or data changes in this release
The Battle of the Water Futures [Data and Software - v0.1.0-beta.1]
Release Date: 1st September 2025
Competition Announcement
Weâre excited to announce the start of the Battle of the Water Futures! This initial release marks the public launch of our project website and Zenodo repository.
Whatâs New:
Published project website with initial content and structure Established online presence for the project
Note: This is a beta release focused on establishing our web presence and the Zenodo entry. Code and data releases will follow in future versions.