Skip to content

Commit 12218d6

Browse files
committed
bump version to 4.0.0, update changelog and citation files
1 parent c98e2be commit 12218d6

File tree

5 files changed

+80
-62
lines changed

5 files changed

+80
-62
lines changed

.zenodo.json

+71-58
Original file line numberDiff line numberDiff line change
@@ -1,58 +1,71 @@
1-
{
2-
"creators": [
3-
{
4-
"affiliation": "Netherlands eScience Center",
5-
"name": "van Kuppevelt, Dafne"
6-
},
7-
{
8-
"affiliation": "Netherlands eScience Center",
9-
"name": "Meijer, Christiaan"
10-
},
11-
{
12-
"affiliation": "Netherlands eScience Center",
13-
"name": "Huber, Florian",
14-
"orcid": "0000-0002-3535-9406"
15-
},
16-
{
17-
"affiliation": "Netherlands eScience Center",
18-
"name": "van Hees, Vincent",
19-
"orcid": "0000-0003-0182-9008"
20-
},
21-
{
22-
"affiliation": "Netherlands eScience Center",
23-
"name": "Solino Fernandez, Breixo"
24-
},
25-
{
26-
"affiliation": "Netherlands eScience Center",
27-
"name": "Bos, Patrick"
28-
},
29-
{
30-
"affiliation": "Netherlands eScience Center",
31-
"name": "Spaaks, Jurriaan"
32-
},
33-
{
34-
"affiliation": "Netherlands eScience Center",
35-
"name": "Kuzak, Mateusz",
36-
"orcid": "0000-0003-0087-6021"
37-
},
38-
{
39-
"affiliation": "Netherlands eScience Center",
40-
"name": "Hidding, Johan"
41-
},
42-
{
43-
"affiliation": "Netherlands eScience Center",
44-
"name": "van der Ploeg, Atze"
45-
}
46-
],
47-
"description": "The goal of mcfly is to ease the use of deep learning technology for time series classification. The advantage of deep learning is that it can handle raw data directly, without the need to compute signal features. Deep learning does not require expert domain knowledge about the data, and has been shown to be competitive with conventional machine learning techniques. As an example, you can apply mcfly on accelerometer data for activity classification.",
48-
"keywords": [
49-
"machine learning",
50-
"deep learning",
51-
"time series",
52-
"automated machine learning"
53-
],
54-
"license": {
55-
"id": "Apache-2.0"
56-
},
57-
"title": "mcfly: deep learning for time series"
58-
}
1+
{
2+
"creators": [
3+
{
4+
"affiliation": "Netherlands eScience Center",
5+
"name": "van Kuppevelt, Dafne"
6+
},
7+
{
8+
"affiliation": "Netherlands eScience Center",
9+
"name": "Meijer, Christiaan",
10+
"orcid": "0000-0002-5529-5761"
11+
},
12+
{
13+
"affiliation": "Netherlands eScience Center",
14+
"name": "Huber, Florian",
15+
"orcid": "0000-0002-3535-9406"
16+
},
17+
{
18+
"affiliation": "Netherlands eScience Center",
19+
"name": "van Hees, Vincent",
20+
"orcid": "0000-0003-0182-9008"
21+
},
22+
{
23+
"affiliation": "Netherlands eScience Center",
24+
"name": "Solino Fernandez, Breixo"
25+
},
26+
{
27+
"affiliation": "Netherlands eScience Center",
28+
"name": "Bos, Patrick"
29+
},
30+
{
31+
"affiliation": "Netherlands eScience Center",
32+
"name": "Spaaks, Jurriaan"
33+
},
34+
{
35+
"affiliation": "Netherlands eScience Center",
36+
"name": "Kuzak, Mateusz",
37+
"orcid": "0000-0003-0087-6021"
38+
},
39+
{
40+
"affiliation": "Netherlands eScience Center",
41+
"name": "Hidding, Johan"
42+
},
43+
{
44+
"affiliation": "Netherlands eScience Center",
45+
"name": "van der Ploeg, Atze"
46+
},
47+
{
48+
"affiliation": "Netherlands eScience Center",
49+
"name": "Lüken, Malte",
50+
"orcid": "0000-0001-7095-203X"
51+
},
52+
{
53+
"affiliation": "Netherlands eScience Center",
54+
"name": "Lyashevska, Olga",
55+
"orcid": "0000-0002-8686-8550"
56+
}
57+
],
58+
"description": "The goal of mcfly is to ease the use of deep learning technology for time series classification. The advantage of deep learning is that it can handle raw data directly, without the need to compute signal features. Deep learning does not require expert domain knowledge about the data, and has been shown to be competitive with conventional machine learning techniques. As an example, you can apply mcfly on accelerometer data for activity classification.",
59+
"keywords": [
60+
"machine learning",
61+
"deep learning",
62+
"time series",
63+
"automated machine learning"
64+
],
65+
"license": {
66+
"id": "Apache-2.0"
67+
},
68+
"publication_date": "2022-12-21",
69+
"title": "mcfly: deep learning for time series",
70+
"version": "4.0.0"
71+
}

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Change Log
22

3+
## v4.0.0
4+
- Add regression functionality
5+
- Fix Dataset/data generator support
6+
- Dropped support for python 3.6, added support for python 3.9 and 3.10
7+
38
## v3.1.0
49
- Added support for training with Datasets, generators, and other data types supported by Keras [#211](https://github.com/NLeSC/mcfly/issues/211)
510
- Added separate classes for each model type, also allowing easier extension by own custom models [#239](https://github.com/NLeSC/mcfly/pull/239)

CITATION.cff

+2-2
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ authors:
6060
given-names: Olga
6161
orcid: "https://orcid.org/0000-0002-8686-8550"
6262
cff-version: "1.0.3"
63-
date-released: 2019-11-05
63+
date-released: 2022-12-21
6464
doi: "10.5281/zenodo.596127"
6565
keywords:
6666
- "machine learning"
@@ -70,7 +70,7 @@ keywords:
7070
license: "Apache-2.0"
7171
message: "If you use this software, please cite it using these metadata."
7272
title: "mcfly: deep learning for time series"
73-
version: "3.0.0"
73+
version: "4.0.0"
7474
references:
7575
- type: article
7676
title: "Mcfly: Automated deep learning on time series"

mcfly/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
# See the License for the specific language governing permissions and
1616
# limitations under the License.
1717
#
18-
__version__ = '3.1.0'
18+
__version__ = '4.0.0'

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def read(fname):
2222
'Programming Language :: Python',
2323
],
2424
test_suite="tests",
25-
python_requires='>=3.6',
25+
python_requires='>=3.7',
2626
install_requires=[
2727
"numpy",
2828
"scikit-learn>=0.15.0",

0 commit comments

Comments
 (0)