Skip to content

SYMFLUENCE v0.5.0

Choose a tag to compare

@DarriEy DarriEy released this 09 Nov 23:26
· 1997 commits to main since this release

SYMFLUENCE v0.5.0 πŸŽ‰

Official rebranding release: CONFLUENCE β†’ SYMFLUENCE

This is a beta release for testing before v1.0.0 (which will coincide with publication).


What Changed

The project is now SYMFLUENCE (SYnergistic Modelling Framework for Linking and Unifying Earth-system Nexii for Computational Exploration).

All old CONFLUENCE names still work (with warnings) until v1.0.0.


Installation

# From PyPI
pip install symfluence

# From source
git clone https://github.com/DarriEy/SYMFLUENCE.git
cd SYMFLUENCE
./symfluence --install

Quick Start

cp 0_config_files/config_template.yaml my_project.yaml
./symfluence --config my_project.yaml --setup_project
./symfluence --config my_project.yaml

Migration

Update your code (old names still work):

# Old
from CONFLUENCE import CONFLUENCE

# New
from symfluence import SYMFLUENCE
# Old config
CONFLUENCE_DATA_DIR: /path/to/data

# New config
SYMFLUENCE_DATA_DIR: /path/to/data

Full Details

See CHANGELOG.md for complete changes.

Report issues: github.com/DarriEy/SYMFLUENCE/issues