Releases: ORNL-AMO/VERIFI
VERIFI v0.14.8-beta
New Features
- Compare analysis models via modal in the analysis dashboard
- Upload facility data to an account selectively using the import modal
- Fixed date setting from meter reading page
What's Changed
- Issue 1550 - calculation changes for user defined models by @jamlokim in #2238
- Issue 2231 - added option for user to choose whether to export weather predictors by @jamlokim in #2245
- Patch release_desktop codesigning process by @esserhr in #2248
- Issue 2247 - updated download failure toast message by @jamlokim in #2255
- Issue 2232 - fixed the header checkbox issue by @jamlokim in #2258
- Issue 2204 - added modal to compare up to 3 analysis by @jamlokim in #2236
- Issue 2191 - added option to select facilities to import at the account level by @jamlokim in #2237
- Issue-2254: fix date setting in meter data form by @rmroot in #2267
- Issue 2256 - facility analysis validation water/energy reduction goal by @jamlokim in #2268
- chore: update example by @rmroot in #2269
- Issue 2265 bp report logo by @rmroot in #2270
- Issue 2263: other impacts by @rmroot in #2271
- fixup: hide additional content areas by @rmroot in #2272
- fixup: remove scope label and hide additional content by @rmroot in #2273
- fixup: updated help text and template by @rmroot in #2274
- fixup: help text by @rmroot in #2275
- Issue 2232 - make predictor checkbox behavior consistent with other checkboxes by @jamlokim in #2278
- feat: bump version num by @rmroot in #2279
Full Changelog: https://github.com/ORNL-AMO/VERIFI/compare/v0.14.7-beta...
VERIFI v0.14.7-beta
What's Changed
- Issue 2193 - created excel for modeling report executive summary by @jamlokim in #2225
- chore(deps-dev): bump hono from 4.11.4 to 4.11.7 by @dependabot[bot] in #2226
- Issue 2233: Remove use of native date objects in DB by @rmroot in #2235
- Issue 2233: Quickfix for timezones changes by @rmroot in #2239
- Epic 2200: v0.14.7-beta by @rmroot in #2243
Full Changelog: https://github.com/ORNL-AMO/VERIFI/compare/v0.14.6-beta...
VERIFI v0.14.6-beta
What's Changed
- Issue 2118 - add additional fields and validation to user defined models by @jamlokim in #2181
- Issue 2037 - enhanced loading screen by @jamlokim in #2173
- Issue 2131 - added a predictor validation check in analysis for annual and monthly tables by @jamlokim in #2192
- Issue 2189: updated DOE branding by @rmroot in #2196
- Migrate HTML templates to Angular's new control flow syntax by @Copilot in #2199
- Issue 2179: Updated dependencies (ng v21) by @rmroot in #2197
- Bump hono from 4.11.3 to 4.11.4 by @dependabot[bot] in #2201
- Issue 542: Add utility type badge for meter groups by @rmroot in #2203
- Issue 2163 - Don't save unnecessary models by @jamlokim in #2202
- fixup: move hidden loading screen offscreen by @rmroot in #2208
- Issue 2131 - highlight rows with missing data by @jamlokim in #2209
- Issue 799: Tabs on small screens by @rmroot in #2210
- Issue 2186 - changed better climate references to emissions by @jamlokim in #2211
- fixup: address trackby warnings and fix account dropdown by @rmroot in #2212
- Issue 2190: Add AR6 Support for GWPs by @rmroot in #2214
- chore: update acknowledgments and about pages by @rmroot in #2215
- Bump lodash from 4.17.21 to 4.17.23 by @dependabot[bot] in #2213
- feat: color scrollbar for tabs scrolling by @rmroot in #2216
- Issue 2186 - removed Calculations for Graphs emissions report by @jamlokim in #2217
- Issue 2218: new example by @rmroot in #2220
- Epic 2164 v0.14.6 beta by @rmroot in #2221
New Contributors
- @Copilot made their first contribution in #2199
Full Changelog: https://github.com/ORNL-AMO/VERIFI/compare/v0.14.5-beta...
VERIFI v0.14.5-beta
What's Changed
- Issue 979: fix scrolling in data evaluation by @rmroot in #2138
- Issue 2144: updated date parsing in template v3 upload logic by @rmroot in #2145
- Issue 2147: update README and contributing documents by @rmroot in #2148
- Change branch name from 'main' to 'master' by @rmroot in #2149
- Issue 2151 - made report table consistent with analysis table by @jamlokim in #2152
- Fix typo in README.md regarding sibling applications by @rmroot in #2155
- Issue 1739 - Facility analysis dashboard UI changed by @jamlokim in #2150
- Issue 2153 - changed account analysis dashboard UI by @jamlokim in #2156
- Issue 2134 - allow xls files to be imported by @jamlokim in #2158
- Issue 1457: add ability to map predictors to existing predictors on upload by @rmroot in #2159
- Issue 2161: remove unused models on export to reduce file size by @rmroot in #2162
- Issue 2154 - functionality to check the differences in the existing and imported predictor readings by @jamlokim in #2160
- Issue 2121: consolidate delete facility logic and fix delete account logic by @rmroot in #2165
- Issue 1751: Update predictors on upload by @rmroot in #2166
- Epic 2137: v0.14.4-beta release by @rmroot in #2176
- Update release_desktop by @esserhr in #2180
Full Changelog: https://github.com/ORNL-AMO/VERIFI/compare/v0.14.4-beta...
VERIFI v0.14.4-beta
Release overview
- Minor release with batch of bug fixes and small enhancements
- Updated inspection of user defined regression models
- Enhanced inspection of existing data being overwritten on import
- Package updates to address security vulnerabilities
What's Changed
- Issue 1417 - changed icon for failed data validation models by @jamlokim in #2084
- Issue 1972- added exclude from analysis option to groups with no meter selected by @jamlokim in #2087
- Issue 1214 - added month, table and graph to user defined regression model by @jamlokim in #2086
- New Workflow For Adding New Issues To IR Project by @rmroot in #2093
- Update project ID in GitHub Actions workflow by @rmroot in #2095
- Issue 1400 - filtered meter data based on whether it is estimated or not by @jamlokim in #2090
- Issue 1368 - added group savings and contribution tables and graph to analysis by @jamlokim in #2091
- Issue 1214 - label change for year dropdown in case of Fiscal Year by @jamlokim in #2099
- Issue 2074 - created a table to list the difference between imported and existing meter readings by @jamlokim in #2100
- Issue 2098: Fix bulk update not updating predictors by @rmroot in #2101
- Issue 2055: Add warning for report year selection in facility analysis setup by @rmroot in #2102
- Issue 2065: updated home chart to filter 0 energy use and 0 predictor usage by @rmroot in #2104
- Issue 2103: fix bug when creating new facility from old accounts by @rmroot in #2105
- Issue 2106: fixes for new facilities with fiscal year setting by @rmroot in #2107
- Issue 2109: fix exporting to template predictor name bug by @rmroot in #2113
- Issue 2108 - added name of the selected analysis item in account and facility by @jamlokim in #2112
- Issue 2111 - check for multiple entries for same month and year in data validity by @jamlokim in #2114
- Issue 2065: Home screen end date logic by @rmroot in #2115
- Issue 2092: Updated Angular 20.x by @rmroot in #2116
- Issue 1214 - backward compatibility logic added, years displayed in dropdown changed by @jamlokim in #2117
- Issue 1393 - added logic to show analysis errors in facility home by @jamlokim in #2120
- Bump node version to 24.10.0 by @esserhr in #2122
- Issue 878 - phone number formatted for US in settings form by @jamlokim in #2125
- Issue 974 - added validation for comparing report year and baseline year in report by @jamlokim in #2127
- Bump tmp from 0.2.3 to 0.2.5 by @dependabot[bot] in #2123
- Bump vite and @angular-devkit/build-angular by @dependabot[bot] in #2124
- Issue 1972 - made changes to enable/disable analysis banner button by @jamlokim in #2132
- Issue 2074 - logic for displaying the eye icon changed by @jamlokim in #2133
- Epic 2071: update version number for release v0.14.4-beta by @rmroot in #2135
Full Changelog: https://github.com/ORNL-AMO/VERIFI/compare/v0.14.3-beta...
VERIFI v0.14.3-beta
What's Changed
- Issue 2006 - reports dashboard re-design by @jamlokim in #2032
- Issue 1980 - added change in savings to the performance report by @jamlokim in #2054
- Issue 2061: update template with hardcoded value by @rmroot in #2064
- Issue 2056 - savings reports enhancements by @jamlokim in #2066
- Issue 2062: fixed import stationary fuels energy unit setting by @rmroot in #2067
- Issue 2046: reformat meter grouping by @rmroot in #2068
- Issue 2051: add validation for read date max and min in meter readings by @rmroot in #2069
- Issue 2056 - added pagination to monthly tables. added copy table button to tables by @jamlokim in #2070
- Issue 2073: add survey and privacy notice to root of application by @rmroot in #2075
- Issue 2073: allow direct navigation to feedback page without account by @rmroot in #2076
- Issue 2055: Analysis report ("modeling" report) report year validation by @rmroot in #2077
- Issue 2056 - account and facility savings report pdf fixed by @jamlokim in #2078
- update version number for release (v0.14.3-beta) by @rmroot in #2080
- ci/pkg-lock-in-place-fix - Remove ci usage by @esserhr in #2082
Full Changelog: https://github.com/ORNL-AMO/VERIFI/compare/v0.14.2-beta...
VERIFI v0.14.2-beta
Patch release
- needed zip backup feature
What's Changed
- Issue 2034: zip backup files to handle large files sizes by @rmroot in #2048
- Issue 2034: add option for downloading as zip file by @rmroot in #2049
Full Changelog: https://github.com/ORNL-AMO/VERIFI/compare/v0.14.1-beta...
VERIFI v0.14.1-beta
Release Overview
- Added new "Savings" report
- various bug fixes detailed below
What's Changed
- Issue 2014: fixes to stationary fuels calculations in BCC report by @rmroot in #2017
- Issue 2018: fixes to mobile total emissions for onsite transport by @rmroot in #2020
- Issue 2019: Use guids instead of int IDs for routing by @rmroot in #2022
- Issue 2015: Delete meter with changes to form by @rmroot in #2025
- Issue 1927 - added modebar configurations to graphs by @jamlokim in #2026
- Issue 2024: fix button navigation for analysis by @rmroot in #2027
- Issue 2028 - fixed text issue in case of single facility in treemap by @jamlokim in #2029
- Issue 2013 - disconnect bill option added to utility bills by @jamlokim in #2030
- Issue 2021: updated template by @rmroot in #2031
- Issue 1964 - added savings report to account and facility by @jamlokim in #2023
- Issue 2034: add download link to dom by @rmroot in #2035
- Issue 2033: Bulk update weather data for entire account by @rmroot in #2036
- Issue 1999: Charges visualization pages by @rmroot in #2039
- Issue 2021: remove content in facilities tab by @rmroot in #2040
- Issue 2041: update example and survey server url by @rmroot in #2042
- Issue 1964 by @jamlokim in #2045
- Epic 2016: update to v0.14.1-beta by @rmroot in #2044
Full Changelog: https://github.com/ORNL-AMO/VERIFI/compare/v0.14.0-beta...
VERIFI v0.14.0-beta
Release Overview
- Updated how charges are tracked for utility bills
- New template for uploading utility data
- New data management portion of application with checklist for setup and data entry
- New welcome screen and account setup using data management screens
- New emissions factor report
- New data quality reports for meter and predictor data to identify outliers in data
What's Changed
- Epic 1525: data management by @rmroot in #1960
- Epic 1525: data management help content by @rmroot in #1961
- Epic 1525: Add weather data help by @rmroot in #1962
- Epic 1525 sidebar by @rmroot in #1963
- Epic 1525: delete unused legacy upload data content by @rmroot in #1965
- Epic 1525 todo list by @rmroot in #1966
- Issue 1572 - link utility bills in the electron app by @jamlokim in #1958
- Issue 1921 - company level analysis report by @jamlokim in #1957
- Epic 1525: data evaluation by @rmroot in #1967
- Epic 1525 merge latest by @rmroot in #1968
- Epic 1525: Data Management by @rmroot in #1975
- Issue 1324: mark updates by @rmroot in #1971
- Issue 1324 - Data Quality Report for meters by @jamlokim in #1969
- Issue 1955 - Data Quality Report for predictors by @jamlokim in #1970
- Bump electron from 29.2.0 to 29.3.3 by @dependabot[bot] in #1959
- Bump on-headers and compression by @dependabot[bot] in #1974
- Epic 1525: fix report printing buttons by @rmroot in #1976
- Issue 1859: updated emissions factors by @rmroot in #1977
- Issue 1978: Mobile emissions bug by @rmroot in #1979
- Issue 1916: Charges updates to data models by @rmroot in #1981
- hotfix math for adjustments by @rmroot in #1984
- updated math for baseline adjustment inputs by @rmroot in #1985
- Epic 1525: fix printing for reports in new screens by @rmroot in #1986
- Issue 1955 - changed outlier range. sorted data based on date. by @jamlokim in #1988
- Issue 1324 - changed outlier range. sorted data based on date by @jamlokim in #1989
- Issue 1982 importing from new template by @rmroot in #1990
- Issue 1982 exporting to new template (v3) by @rmroot in #1991
- Issue 1987: default todo list in side panel and fixes to help text logic by @rmroot in #1993
- Issue 1487: Initial setup content by @rmroot in #1995
- Issue 1605 - created emission factors report for account and facility by @jamlokim in #1992
- Issue 1996: New Help Content by @rmroot in #1997
- set demand unit for meter by @rmroot in #1998
- Issue 1982 b by @rmroot in #2000
- updated help text by @rmroot in #2001
- Epic 1956: version num update v0.14.0-beta by @rmroot in #2002
- update version number by @rmroot in #2004
- ci/qa-pipeline - Add QA pipeline functionality by @esserhr in #2003
- quickfix to styling by @rmroot in #2005
- HOTFIX: Fix prod build script by @esserhr in #2008
- HOTFIX: Fix node version setup input by @esserhr in #2009
- HOTFIX: Resolve b64 decoding error by @esserhr in #2011
Full Changelog: https://github.com/ORNL-AMO/VERIFI/compare/v0.13.7-beta...
VERIFI v0.13.7-beta
Release Overview
- Add address lookup from settings page
- Updated graphs to remove donut charts in favor of better data visuals
- Various bug fixes and application quality of life updates
What's Changed
- Issue 1840: Add BP Partner Checkbox by @rmroot in #1847
- Issue 1509 - added new account button in account mgmt page by @jamlokim in #1935
- Bump webpack-dev-server and @angular-devkit/build-angular by @dependabot in #1936
- Issue 1853 - added treemap and bar chart to account and facility overview by @jamlokim in #1910
- Bump brace-expansion from 1.1.11 to 1.1.12 by @dependabot in #1940
- Issue 1406 - address lookup to autofill state, city and zip by @jamlokim in #1938
- Issue 1941: fix validation bug for regression model by @rmroot in #1942
- Issue 1939: lock facility financial reporting to account setting by @rmroot in #1943
- Issue 1826: Import from ETH form by @rmroot in #1945
- Revert "Bump webpack-dev-server and @angular-devkit/build-angular" by @rmroot in #1947
- Issue 1937 - acknowledgements page changes by @jamlokim in #1946
- VERIFI Next: updated packages and version number by @rmroot in #1948
- Issue 1950: fix get stations call by @rmroot in #1951
Full Changelog: https://github.com/ORNL-AMO/VERIFI/compare/v0.13.6-beta...