Skip to content
Snippets Groups Projects
  1. Nov 17, 2023
  2. Oct 11, 2023
  3. Sep 20, 2023
  4. Sep 16, 2023
  5. May 30, 2023
  6. Apr 26, 2023
  7. Jan 03, 2023
    • Sébastien Villemot's avatar
      Stop building and shipping the Dynare++ executable · c1922c3a
      Sébastien Villemot authored
      Incidentally, no longer run Dynare++ unit tests, since they are intricated in
      the Dynare++ build system. If we finally decide not to drop the Dynare++
      codebase for our MEX files, then we should probably find a way to build and run
      them again.
      
      Ref. #1825
      c1922c3a
  8. Jan 06, 2021
  9. Jan 06, 2020
  10. Dec 19, 2019
  11. Dec 03, 2019
    • Sébastien Villemot's avatar
      Add new block_trust_region MEX · 6a269268
      Sébastien Villemot authored
      This MEX solves nonlinear systems of equations using a trust region algorithm.
      The problem is subdivided in smaller problems by doing a block
      triangularisation of the Jacobian at the guess value, using the
      Dulmage-Mendelsohn algorithm.
      
      The interface of the MEX is simply:
      
        [x, info] = block_trust_region(f, guess_value);
      
      Where f is either a function handle or a string designating a function.
      f must take one argument (the evaluation point), and return either one or two
      arguments (the residuals and, optionally, the Jacobian).
      
      On success, info=0; on failure, info=1.
      6a269268
    • Sébastien Villemot's avatar
      Add support for Fortran 2008 in MEX files · fedeeaad
      Sébastien Villemot authored
      By the same token, remove unused support for Fortran 77.
      fedeeaad
  12. Oct 02, 2019
  13. Sep 24, 2019
  14. Sep 19, 2019
  15. Sep 17, 2019
  16. Sep 11, 2019
  17. Sep 04, 2019
  18. Sep 03, 2019
    • Sébastien Villemot's avatar
      Add scripts and CI job for building Windows package · bae1fa25
      Sébastien Villemot authored
      The scripts are based the former “dynare-build” project. They have been
      overhauled and simplified.
      
      Building a Windows package (both installer and zip archive) is as easy as
      running “make -C windows” (provided the right Debian packages are installed,
      use the “windows/install-packages.sh” script for that purpose).
      
      The layout of MEX files for Octave in the package has been
      changed (mex/octave/win32/ and mex/octave/win64/ instead of mex/octave32/ and
      mex/octave/), for consistency with MATLAB MEX.
      bae1fa25
  19. Jun 19, 2019
  20. Apr 30, 2019
  21. Apr 05, 2019
  22. Apr 02, 2019
  23. Feb 25, 2019
  24. Feb 21, 2019
    • Sébastien Villemot's avatar
      Integrate new reference manual · e5f938a8
      Sébastien Villemot authored
      - integrate with autoconf/automake, so that "make html pdf" now build the
        manual
      - remove the old texinfo manual
      - the PDF manual is now called dynare-manual.pdf (Closes #1543)
      - add a Gitlab CI job that updates the online unstable manual under
        www.dynare.org/manual-unstable/
      e5f938a8
  25. Feb 19, 2019
  26. Feb 13, 2019
  27. Jan 08, 2019
  28. Jan 04, 2019
  29. Dec 26, 2018
  30. Oct 25, 2018
  31. Feb 19, 2018
Loading