Skip to content
This repository has been archived by the owner on Sep 27, 2023. It is now read-only.

Release beauharnois-19 #861

Merged
merged 10 commits into from
Apr 2, 2021
Merged

Release beauharnois-19 #861

merged 10 commits into from
Apr 2, 2021

Commits on Mar 21, 2021

  1. Develop beauharnois-19

    dchassin committed Mar 21, 2021
    Configuration menu
    Copy the full SHA
    2df6670 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2021

  1. Fix for on_exit not working correctly with embedded models (#817)

    * Add convert subcommand
    
    * Update Makefile.mk
    
    * Update Convert.md
    
    * Update Convert.md
    
    * Update gridlabd-convert
    
    * Update gridlabd-convert
    
    * Update gridlabd-convert
    
    * Create gridlabd-check
    
    * Add basic checks
    
    * Add stubs for residential and powerflow checks
    
    * Work in progress on check routines
    
    * Update gridlabd-check
    
    * Create Check.md
    
    * Adding test scripts - not working yet
    
    * Update test_subcommand_check.glm
    
    * Adding an alternative test - also doesn't validate correctly
    
    * Update validate_check_model.py
    
    * Update Check.md
    
    * Add output progress flush control for validation
    
    * Refactor subcommand pipe handling
    
    * Update module.cpp
    
    * Update gridlabd-contributors
    
    * Update main.cpp
    
    * Update test_subcommand_check.glm
    
    * Update test_subcommand_check_err.glm
    
    Co-authored-by: David P. Chassin <dchassin@slac.stanford.edu>
    aivanova5 and David P. Chassin authored Mar 29, 2021
    Configuration menu
    Copy the full SHA
    869c218 View commit details
    Browse the repository at this point in the history
  2. Update fault_check.cpp (#864)

    David P. Chassin authored Mar 29, 2021
    Configuration menu
    Copy the full SHA
    332999a View commit details
    Browse the repository at this point in the history
  3. Develop fix job pool (#865)

    * Add convert subcommand
    
    * Update Makefile.mk
    
    * Update Convert.md
    
    * Update Convert.md
    
    * Update gridlabd-convert
    
    * Update gridlabd-convert
    
    * Update gridlabd-convert
    
    * Create gridlabd-check
    
    * Add basic checks
    
    * Add stubs for residential and powerflow checks
    
    * Work in progress on check routines
    
    * Update gridlabd-check
    
    * Create Check.md
    
    * Adding test scripts - not working yet
    
    * Update test_subcommand_check.glm
    
    * Adding an alternative test - also doesn't validate correctly
    
    * Update validate_check_model.py
    
    * Update Check.md
    
    * Add output progress flush control for validation
    
    * Refactor subcommand pipe handling
    
    * Update module.cpp
    
    * Update gridlabd-contributors
    
    * Update main.cpp
    
    * Update test_subcommand_check.glm
    
    * Update test_subcommand_check_err.glm
    
    * Update gridlabd-job
    
    * Fix job pool parallelism
    
    * Update Job.md
    
    * Update Job.md
    
    * Update gridlabd-job
    
    * Update requirements.txt
    
    * Update develop.yml
    
    * Update master.yml
    
    Co-authored-by: aivanova5 <ivanova.alyona5@gmail.com>
    David P. Chassin and aivanova5 authored Mar 29, 2021
    Configuration menu
    Copy the full SHA
    abc7f35 View commit details
    Browse the repository at this point in the history
  4. Develop fix openfido cli (#866)

    * Add convert subcommand
    
    * Update Makefile.mk
    
    * Update Convert.md
    
    * Update Convert.md
    
    * Update gridlabd-convert
    
    * Update gridlabd-convert
    
    * Update gridlabd-convert
    
    * Create gridlabd-check
    
    * Add basic checks
    
    * Add stubs for residential and powerflow checks
    
    * Work in progress on check routines
    
    * Update gridlabd-check
    
    * Create Check.md
    
    * Adding test scripts - not working yet
    
    * Update test_subcommand_check.glm
    
    * Adding an alternative test - also doesn't validate correctly
    
    * Update validate_check_model.py
    
    * Update Check.md
    
    * Add output progress flush control for validation
    
    * Refactor subcommand pipe handling
    
    * Update module.cpp
    
    * Update gridlabd-contributors
    
    * Update main.cpp
    
    * Update test_subcommand_check.glm
    
    * Update test_subcommand_check_err.glm
    
    * Update gridlabd-job
    
    * Fix job pool parallelism
    
    * Update Job.md
    
    * Update Job.md
    
    * Update gridlabd-job
    
    * Update workflows
    
    * Update requirements.txt
    
    Co-authored-by: aivanova5 <ivanova.alyona5@gmail.com>
    David P. Chassin and aivanova5 authored Mar 29, 2021
    Configuration menu
    Copy the full SHA
    bcfc7d2 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2021

  1. Fixed check error (#868)

    * Fixed check error
    
    * Refactor check subcommand error handling
    
    * Fix check autotests
    
    Co-authored-by: aivanova5 <ivanova.alyona5@gmail.com>
    David P. Chassin and aivanova5 authored Mar 31, 2021
    Configuration menu
    Copy the full SHA
    348f2b7 View commit details
    Browse the repository at this point in the history
  2. Fix branch name (#873)

    Co-authored-by: aivanova5 <ivanova.alyona5@gmail.com>
    David P. Chassin and aivanova5 authored Mar 31, 2021
    Configuration menu
    Copy the full SHA
    345d33e View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2021

  1. Fix linux build warnings (#876)

    * First installment of linux warning fixes
    
    * Second installment of linux warning fixes
    
    * Third linux warning fix
    
    * First installment of linux warning fixes
    
    * Fix assert module linux warnings
    
    * Fix climate module linux warnings
    
    * Fix generator module linux warnings
    
    * Fix market module linux warnings
    
    * Fix powerflow module linux warnings
    
    * Fix residential module linux warnings
    
    * Fix tape module linux warnings
    David P. Chassin authored Apr 1, 2021
    Configuration menu
    Copy the full SHA
    654b4db View commit details
    Browse the repository at this point in the history
  2. Update load.cpp (#871)

    Co-authored-by: aivanova5 <ivanova.alyona5@gmail.com>
    David P. Chassin and aivanova5 authored Apr 1, 2021
    Configuration menu
    Copy the full SHA
    84a949e View commit details
    Browse the repository at this point in the history
  3. Update gridlabd-json-get (#870)

    * Update gridlabd-json-get
    
    * Update Json-get.md
    
    Co-authored-by: aivanova5 <ivanova.alyona5@gmail.com>
    David P. Chassin and aivanova5 authored Apr 1, 2021
    Configuration menu
    Copy the full SHA
    f6cbe04 View commit details
    Browse the repository at this point in the history