Skip to content

GWHAT 0.5.1

Compare
Choose a tag to compare
@jnsebgosselin jnsebgosselin released this 20 Jul 00:12
· 193 commits to master since this release
2910f12

Changelog

PR #349: Improve color management in GWHAT
PR #350: Remove the use of custom DialogWindow class
PR #352: pin pandas, numpy and h5py version
PR #351: Improve xticks and xtick labels plotting in hydrographs
PR #353: Improve grid appearance in hydrograph plots
PR #354: Drop Travis CI
PR #355: Fix save/get savedir in configs
PR #356: Pin xlrd to the 1.* serie
PR #359: Fix saving MRC data in project file (Fixed #358)
PR #360: Fix a bug when displaying monthly average budget in the recharge tool
PR #361: Auto adjust ground-water recharge plots margins
PR #362: Move mplFigViewer to the widgets module
PR #363: Package Gwhat with pyinstaller 4.2 from 3.6
PR #364: Fix some issues with ground-water recharge results plotting
PR #365: Prevent project corruption when setting last opened wldset and wxdset
PR #366: Reduce the size of the icons and rework toolbar's layout.
PR #367: Change how GLUE data are accessed
PR #369: Prevent bug if mrc fails to compute
PR #370: Complete rework of the tool to select recession periods for MRC calculation and a lot of code cleaning.
PR #371: Fix an issue when evaluating recharge if the observed water levels start with a nan value
PR #372: Add create_qapplication to qthelpers
PR #373: Add copy clipboard to gwrecharge plots
PR #374: don't add missing meteo data marker to legend if no missing data
PR #375: Improvement to the groundwater recharge tool GUI and documentation
PR #376: Add a RMSE cutoff criteria option in the groundwater recharge estimation tool
PR #321: Update README.md
PR #377: Correctly convert mrc periods from time indexes to xls dates
PR #378: Add a tool to put a copy of the hydrograph figure on the clipboard
PR #379: upgrade numpy and pyqt versions
PR #382: Add a dialog to report internal errors
PR #383: Save and fetch buttons state of the "Analyze hydrograph" tool in/from used configs
PR #384: Add copy to clipboard functionality in the "Analyze Hydrograph" toolbar
PR #387: remove dead code in HydroCalc2.py
PR #389: Fix error when estimating recharge with non-daily water level data that are older than the weather data
PR #388: Add "pt" suffixe to text sizes boxes in the groundwater recharge plots
PR #395: Fix CI setup
PR #397: Some improvements to the yearly recharge graph
PR #398: Fix export master recession curve results
PR #399: Use scipy.optimize.curve_fit to calculate the MRC and evaluate the uncertainty on the coefficients
PR #396: Upgrade numpy to 1.21.* and pandas to 1.3.*
PR #400: Add goodness-of-fit stats to MRC exported file and show MRC summary results on startup.
PR #401: Fix yearly average buget calculation
PR #402: Use mdi icons instead of custom icons in the MRC tool and improve the tooltips of the buttons.
PR #404: Rename WLDataFrame to WLDataset and WLDataset to WLDataFrame
PR #405: Make reading water level input files more robust
PR #403: Refactor hydrocalc and define a clear API for the tools (BRF, MRC, Recharge)
PR #406: Migrate code to calculate the MRC to the new calc tool api
PR #407: Update matplotlib from 3.1.* to 3.4.*
PR #408: Use a https link instead of a http link to download the KGS_BRF tool
PR #410: Rework how the Splash screen is initialized in GWHAT
PR #409: Make GWHAT message console an independent dialog window
PR #413: Remove "mrc2rechg" function and method from the base code
PR #418: Update pyinstaller version from 4.2 to 4.9
PR #419: update well name when importing a water level
PR #420: Improve suggested dataset name when importing water level and weather data
PR #423: Fix compute MRC when no recession period is selected
PR #424: Fix linear MRC calculation
PR #425: Update About GWHAT dialog content and improve the layout