Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
preprocessor
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Pablo Winant
preprocessor
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
d714b2cb1526c905c7d0e9322a844bd8fffa2c0f
Select Git revision
Selected
d714b2cb1526c905c7d0e9322a844bd8fffa2c0f
Branches
10
master
default
protected
4.6
5.x
aux_vars_fix
dynare_lite
julia
pylib
rework_pac
uop
wasm
Tags
2
julia-6.2.0
created_preprocessor_repo
13 results
Begin with the selected commit
Created with Raphaël 2.2.0
21
Jul
18
17
16
11
10
27
Jun
23
18
12
28
May
27
16
14
13
12
9
5
30
Apr
28
24
11
2
18
Mar
13
13
Feb
22
Jan
27
Dec
24
2
28
Nov
25
21
20
18
8
6
5
30
Oct
24
16
15
13
Sep
9
5
4
23
Jul
22
19
18
17
9
8
3
1
13
Jun
12
11
7
6
5
3
31
May
30
29
22
21
16
25
Apr
15
12
15
Mar
7
1
28
Feb
8
6
31
Jan
26
25
24
21
Dec
19
18
15
14
13
12
11
8
7
4
2
1
30
Nov
29
23
22
21
15
14
13
10
7
3
25
Oct
24
23
19
18
17
16
13
11
10
6
5
2
29
Sep
28
27
25
22
20
19
18
15
14
13
12
11
8
1
28
Jul
19
7
6
5
4
23
Jun
22
21
15
12
8
7
25
May
17
12
11
24
Apr
18
11
7
5
3
31
Mar
29
28
24
23
22
20
16
13
3
2
1
28
Feb
21
17
7
25
Jan
24
23
21
19
17
16
13
10
9
6
5
4
3
20
Dec
15
14
12
8
7
2
1
30
Nov
29
28
23
22
21
16
14
8
7
4
2
26
Oct
24
18
17
14
11
7
4
27
Sep
26
21
20
14
13
12
9
6
3
Aug
28
Jul
27
26
22
21
20
16
14
13
12
11
8
6
5
4
Merge pull request #2 from ousema-bouaneni/dynare_lite
dynare_lite
dynare_lite
tests: add sanity test for higher order derivatives
tests: add test for jacobians by comparison with finite difference method
tests: add test for residuals at steady state
exceptions: add EvalException and UnsupportedFeatureException
tests: clean up error messages
fix: solved issue with dangling pointer to OccbinConstraintsStatement
fix: handle evaluation errors
test: add tests directory
fix: add error message for native statements when used as library
fix: clean up some error messages
fix: clear error message buffer after each thrown exception
fix: correct suffix handling logic in json string output
feat: add json output to python wrapper
feat: add Python bindings for some important information in Modfile class
chore: add build binary task to pixi.toml
Replace exits with exceptions to allow the preprocessor to function as a library
chore: add .vscode to gitignore and test task to pixi environment
Enable building of library.
C++17 modernization: use std::regex::multiline in macro-processor expansion
C++20 modernization: mark some functions returning a std::string as constexpr
Remove comments about marking some std::string as constexpr, they are incorrect
Block decomposition + use_dll: improve memory management in generated MEX
Merge branch 'ha_mcp' into 'master'
Unfold complementarity conditions in heterogeneous models using Lagrange multipliers
C++20 modernization: use std::views::join()
Bump minimal required version of MATLAB to R2020a
CI: bump to GCC 15 for building macOS binaries
macOS: bump to GCC 15 for “use_dll” option
Block decomposition + use_dll: create separate C functions for residuals and Jacobian
Merge branch 'o_check_jacobian_singularity' into 'master'
perfect foresight: new option check_jacobian_singularity
C++20 modernization: use std::ranges::distance() instead of std::distance()
Add new value for resampling_method option (multinomial).
Perfect foresight solver: new options for preconditioners with iterative solvers
Merge branch 'output_option' into 'master'
Enable output option when no computing command is requested and add first option
Merge branch 'het_exo' into 'master'
🐛 Fix the derivative computations w.r.t heterogeneous exogenous variables
getPowerDeriv: for the derivative of x^0 in 0, return 0 instead of NaN
Loading