SYMFLUENCE v0.5.0
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).
- π New site: symfluence.org
- π¦ PyPI:
pip install symfluence - π Docs: symfluence.readthedocs.io
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 --installQuick Start
cp 0_config_files/config_template.yaml my_project.yaml
./symfluence --config my_project.yaml --setup_project
./symfluence --config my_project.yamlMigration
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/dataFull Details
See CHANGELOG.md for complete changes.
Report issues: github.com/DarriEy/SYMFLUENCE/issues