Skip to content

Releases: NLeSC/mcfly

v4.0.0

21 Dec 13:58
Compare
Choose a tag to compare

Regression and classification on your time series data using automatic deep learning architecture selection.

v3.1.0

31 Jul 13:41
Compare
Choose a tag to compare
  • Added support for training with Datasets, generators, and other data types supported by Keras #211
  • Added separate classes for each model type, also allowing easier extension by own custom models #239
  • Dropped support for Python 3.5 (supported are: Python 3.6, 3.7 and 3.8)
  • Extend and update documentation in readthedocs #250
  • Fix broken model visualization #256

v3.0.0

24 Mar 11:22
5039e12
Compare
Choose a tag to compare

mcfly 3.0 lets you train new network types on your time-series data. It brings support for ResNets and InceptionTime architectures next to the already supported CNN and DeepConvLSTM architectures. Version 3.0 also brings API improvements, bugfixes and uses Tensorflow 2.0 under the hood.

v2.1.0

19 Dec 15:55
a76047a
Compare
Choose a tag to compare

Add class weight support to work with unbalanced data sets.

v2.0.1

05 Nov 15:34
Compare
Choose a tag to compare

This release makes the switch from working on top of Keras (with Tensorflow or Theano underneath) to working on top of Tensorflow directly. Because of this dependency change saved models with earlier versions are no longer compatible with the current version.

v2.0.0

05 Nov 12:36
bd1cde6
Compare
Choose a tag to compare

This release makes the switch from working on top of Keras (with Tensorflow or Theano underneath) to working on top of Tensorflow directly. Because of this dependency change saved models with earlier versions are no longer compatible with the current version.

v1.0.5

30 Sep 14:00
Compare
Choose a tag to compare

Small patch that changes the requirements of the package to require keras version lower than the absolute lates 2.3.0 as this version is net yet supported by mcfly.

v1.0.4

16 Jan 14:12
Compare
Choose a tag to compare

A release to fix citability and documentation format.

Improved packaging, now citable

16 Jan 12:44
Compare
Choose a tag to compare

This release is a small patch over v1.0.2. It fixes configuration with Zenodo so the release gets assigned a DOI. Also broadened the support for versions of dependency: six.

Better documentation and stability

08 Jan 13:19
Compare
Choose a tag to compare
  • Small bug fixes
  • Added metric option to model training
  • Extended documentation
  • Removed redundant dependency on Pandas