Releases: srlabUsask/crhmcode
release_v1.3.5
What's Changed
- Issue 263 fix. by @jhs507 in #443
- Issue #435 by @Bdish22 in #444
- Issue #442 by @jhs507 in #445
- Issue_448 Fix by @jhs507 in #449
- Crhm evap modules comments update 28 may2024 by @loganxingfang in #451
- Issue 432 Fix by @jhs507 in #446
New Contributors
Full Changelog: release_v1.3.4...release_v1.3.5
Version 1.3.4
What's Changed
- Crhm glacier infiltration module order correction 4 oct2023 by @loganxingfang in #434
- Added new output variable useful for canopy snow sublimation research by @acebulsk in #436
- Crhm canopy module adding potential sublimation varaible 14 nov2023 by @loganxingfang in #437
- Issue_438_Fix by @jhs507 in #439
New Contributors
Full Changelog: release_v1.3.3...release_v1.3.4
Version 1.3.3
What's Changed
- Proper space for argv strings is now allocated. This fixes an issue where the executable would crash when run from within a directory with a space in the absolute path. by @jhs507 in #430
- Fix for issue #408 removing condition that is specific to shared obs_elev and soil_withdrawl by @jhs507 in #409
- Macro JULIAN should return whole number by @lawfordp2017 in #383
- Crhm tsurface correction15 mar2023 by @loganxingfang in #426
Full Changelog: release_v1.3.2...release_v1.3.3
Version 1.3.2
What's Changed
- Fix for NDEFN vars in Display_var project section by @lawfordp2017 in #415
- Issue_418 Patch by @jhs507 in #424
- Remove commented out code cleaning up after fixing issue 418 by @jhs507 in #425
Full Changelog: Release_v1.3.1...release_v1.3.2
Version 1.3.1
Release to mark the first version to be released under the GPLV3 license.
What's Changed
- Rollback code to match Borland by @lawfordp2017 in #413
- Adding GPLV3 Licence by @jhs507 in #414
Full Changelog: Release_v1.3...Release_v1.3.1
Version 1.3
This release contains all desired features for the minimum implementation of CRHM. Borland features not implemented in this release have been determined to not be part of the minimum CRHM product.
New Major Features
- Parameter editing interface
- Parameter consolidation interface
- Plot refresh rate control
- Can now apply functions to observations
- Can now apply functions to variable outputs
- Creation of summary files implemented
- Export dialog improved to allow observations and function outputs to be exported
- Help button now opens online documentation wiki
- Updates from Borland CRHM up to August 3, 2022
- Various bug fixes and improvements
What's Changed
- Converted source files to be utf-8 encoding. by @jhs507 in #260
- Corrections for operating systems with case-sensitive filesystems. by @lawfordp2017 in #264
- Borland Updates March 21, 2022 by @jhs507 in #265
- Updates from master to parameter_editor_implementation. by @jhs507 in #292
- Borland updates apr 22 22 by @loganxingfang in #300
- Issue #309 by @jhs507 in #310
- Minor update to configuration to make release / debug config more clear by @lawfordp2017 in #319
- Updates from master by @jhs507 in #320
- Correction to Clark routing with REW by @lawfordp2017 in #337
- Crhm re wroute2 correction27 jun2022 by @loganxingfang in #354
- invert snow fraction for linear interpolation method by @lawfordp2017 in #356
- Apply functions to var outputs by @jhs507 in #363
- Check for save on close by @jhs507 in #377
- Performance improvement CheckBlankModules by @lawfordp2017 in #378
- Setup for viewing help documenation via online wiki. by @jhs507 in #393
- Crhm volumetric lake evap correction 3 aug2022 by @loganxingfang in #401
- Updates to Staging From Master Aug 15 2022 by @jhs507 in #404
- Staging to Master for CRHMcode v1.3 by @jhs507 in #410
New Contributors
- @loganxingfang made their first contribution in #300
Full Changelog: Pre-Release_v1.2...Release_v1.3
Version 1.2
Pre-Release for CRHMcode 1.2
This is a pre-release to showcase the state of the CRHMcode project before the official 1.2 release which will contain a minimum version of CRHM updated to a modern code base from the original Borland C++ Code.
Major features
- CRHMcode GUI - A re-implementation of the basic features of Borland CRHM in using Microsoft Foundation Classes Library
- CRHMcode gcc - The core features of CRHM with a simple command line interface to be compiled with GNU Compiler Collection compilers.
- Separation of core and user interface in the code base.
- Increased performance vs Borland CRHM
What's Changed - Pull requests merged into master
- Justin by @jhs507 in #34
- Added option to specify output file name with -o flag. Currently only… by @jhs507 in #35
- Initial and Final State Files by @jhs507 in #38
- The GUI version of CRHM now outputs a .obs file when run. by @jhs507 in #97
- Solving: Issue #157 macro filters by @jhs507 in #160
- Cmake integration by @jhs507 in #257
New Contributors
Full Changelog: https://github.com/srlabUsask/crhmcode/commits/Pre-Release_v1.2