Skip to content
Snippets Groups Projects
Commit f611c981 authored by Stefano Borini's avatar Stefano Borini Committed by GitHub
Browse files

Merge pull request #104 from force-h2020/release-0.1.0

Release 0.1.0
parents 0faeb8f2 b3e0b474
No related branches found
No related tags found
No related merge requests found
FORCE BDSS Changelog
--------------------
Release 0.1.0
-------------
- Initial release. Implements basic functionality of the BDSS and its plugin system.
FORCE BDSS
----------
This repository contains the implementation of the Business Decision System. It is implemented
under the FORCE project (Horizon 2020/NMBP-23-2016/721027).
This repository contains the implementation of the Business Decision System.
It is implemented under the FORCE project (Horizon 2020/NMBP-23-2016/721027).
......@@ -5,6 +5,10 @@ A single Plugin can provide one or more of the pluggable entities described
elsewhere (MCO/KPICalculators/DataSources/NotificationListeners/UIHooks).
Multiple plugins can be installed to provide a broad range of functionalities.
An example plugin implementation is available at:
https://github.com/force-h2020/force-bdss-plugin-enthought-example
Plugins must return Factories. Each Factory provides factory methods for
one of the above pluggable entities and its associated classes.
......
import os
from setuptools import setup, find_packages
VERSION = "0.1.0.dev2"
VERSION = "0.1.0"
# Read description
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment