File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ {
2+ "title" : " MLPro-Int-River - Integration of River into MLPro" ,
3+ "description" : " This repository provides wrapper classes that enable the use of selected River functionalities in your MLPro applications." ,
4+ "creators" : [
5+ {
6+ "name" : " Arend, Detlef" ,
7+ "affiliation" : " South Westphalia University of Applied Sciences, Germany" ,
8+ "orcid" : " 0000-0002-8315-2346"
9+ },
10+ {
11+ "name" : " Yuwono, Steve" ,
12+ "affiliation" : " South Westphalia University of Applied Sciences, Germany" ,
13+ "orcid" : " 0000-0001-7570-2726"
14+ }
15+ ],
16+ "license" : " Apache-2.0" ,
17+ "upload_type" : " software" ,
18+ "keywords" : [
19+ " online machine learning" ,
20+ " Python" ,
21+ " MLPro" ,
22+ " River" ,
23+ " framework" ,
24+ " open source"
25+ ],
26+ "communities" : [
27+ {
28+ "identifier" : " mlpro"
29+ }
30+ ],
31+ "language" : " eng" ,
32+ "access_right" : " open"
33+ }
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ authors:
1111 orcid : " https://orcid.org/0000-0001-7570-2726"
1212 affiliation : " South Westphalia University of Applied Sciences, Germany"
1313license : " Apache-2.0"
14- version : " 0.4 .0"
15- date-released : 2025-04-27
14+ version : " 0.5 .0"
15+ date-released : 2025-07-23
1616doi : 10.5281/zenodo.11130004
1717url : " https://github.com/fhswf/MLPro-Int-River"
Original file line number Diff line number Diff line change 1818# -- Project information -----------------------------------------------------
1919
2020project = 'MLPro Documentations'
21- copyright = '2024 South Westphalia University of Applied Sciences, Germany'
22- author = 'Detlef Arend, Steve Yuwono, Laxmikant Shrikant Baheti et al'
21+ copyright = '2025 South Westphalia University of Applied Sciences, Germany'
22+ author = 'Detlef Arend, Steve Yuwono, et al'
2323
2424# The full version, including alpha/beta/rc tags
25- release = '0.4 .0'
25+ release = '0.5 .0'
2626
2727
2828# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change 1- mlpro [full ]>= 2.0.1
1+ mlpro [full ]>= 2.1.0
22river >= 0.22.0
33
44sphinxcontrib-napoleon
Original file line number Diff line number Diff line change 1- mlpro [full ]>= 2.0.1
1+ mlpro [full ]>= 2.1.0
22river >= 0.22.0
Original file line number Diff line number Diff line change 11[metadata]
22name = mlpro-int-river
3- version = 0.4 .0
3+ version = 0.5 .0
44author = MLPro Team
55author_email = mlpro@listen.fh-swf.de
66description = MLPro: Integration River
@@ -26,5 +26,5 @@ where = src
2626
2727[options.extras_require]
2828full =
29- mlpro[full]>=2.0.1
29+ mlpro[full]>=2.1.0
3030 river>=0.22.0
Original file line number Diff line number Diff line change 22
33
44setup (name = 'mlpro-int-river' ,
5- version = '0.4 .0' ,
5+ version = '0.5 .0' ,
66description = 'MLPro: Integration River' ,
77author = 'MLPro Team' ,
88author_mail = 'mlpro@listen.fh-swf.de' ,
1212# Package dependencies for full installation
1313extras_require = {
1414 "full" : [
15- "mlpro[full]>=2.0.1 " ,
15+ "mlpro[full]>=2.1.0 " ,
1616 "river>=0.22.0"
1717 ],
1818},
You can’t perform that action at this time.
0 commit comments