Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
0c89306
improve installation (Makefile and instructions)
Jan 1, 2026
1fbdabd
Remove SVN metadata directories
Jan 1, 2026
9fab06f
Move core directories into new build/FUSE_SRC layout
Jan 1, 2026
e90e6ea
reorganize source tree and isolate deprecated code
Jan 2, 2026
90e6a8c
Merge pull request #17 from martynpclark/install/improvements
martynpclark Jan 2, 2026
ea87bb9
Merge pull request #18 from martynpclark/cleanup/remove-svn
martynpclark Jan 2, 2026
87301fa
Merge pull request #19 from martynpclark/refactor/build-layout
martynpclark Jan 2, 2026
4bb2fc3
define baseline: print fuse version to output files
Jan 3, 2026
d67978c
Merge pull request #20 from martynpclark/refactor/baseline
martynpclark Jan 3, 2026
2ceba83
Refactor: split types into FUSE_SRC/types and move shared module stor…
Jan 3, 2026
5863f7f
initialize with common random seed
Jan 6, 2026
2807a8c
Merge pull request #21 from martynpclark/refactor/baseline
martynpclark Jan 6, 2026
fa0612d
initialize with common random seed
Jan 6, 2026
711131f
build: record git version
Jan 6, 2026
98abe3c
Merge branch 'refactor/separate-data-types-from-storage' into refacto…
Jan 6, 2026
94293dd
fix run_pre option
Nov 29, 2025
a84ccec
fix uninitialized error code in get_mbands
Dec 1, 2025
e82a777
add random seed to obtain same results for different optimization trials
Feb 4, 2026
38499a0
Merge pull request #23 from CH-Earth/fix-run-pre-from-pr10
DarriEy Feb 4, 2026
e3718ed
initial refactor for the differentiable model
Feb 17, 2026
d5dab2e
Merge remote-tracking branch 'upstream/develop' into wip/diffmod-foun…
Feb 17, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
12 changes: 12 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,24 +1,36 @@
# rtf files
*.rtf

# executables and bin directory
bin
site
*.exe

# temporary files
*~
*.swp

# any 'junk' files or directories
*junk*/
*junk*

# legacy SVN files
.svn/

# sublime text workspace and project files
*.sublime-project
*.sublime-workspace

# cscope and ctags files
*cscope*
.tags*

# OS X .DS_Store files
.DS_Store

# macOS debug symbol bundles
*.dSYM/

# Compiled Object files
*.slo
*.lo
Expand Down
95 changes: 0 additions & 95 deletions build/FUSE_SRC/FUSE_DMSL/.svn/all-wcprops

This file was deleted.

Loading