Recent Releases of mcfly

mcfly - v4.1.0

What's Changed

  • #312 - adding sphinx build action by @lyashevska in https://github.com/NLeSC/mcfly/pull/317
  • Fix read the doc build by @maltelueken in https://github.com/NLeSC/mcfly/pull/319
  • Change CITATION.cff cff-version to 1.2.0 by @abelsiqueira in https://github.com/NLeSC/mcfly/pull/318
  • refactor modelgen by @cwmeijer in https://github.com/NLeSC/mcfly/pull/304
  • Add multi-backend Keras 3 support by @HeinrichAD in https://github.com/NLeSC/mcfly/pull/325

New Contributors

  • @abelsiqueira made their first contribution in https://github.com/NLeSC/mcfly/pull/318
  • @HeinrichAD made their first contribution in https://github.com/NLeSC/mcfly/pull/325

Full Changelog: https://github.com/NLeSC/mcfly/compare/v4.0.0...v4.1.0

- JavaScript
Published by cwmeijer 11 months ago

mcfly - v4.1.2

Full Changelog: https://github.com/NLeSC/mcfly/compare/v4.1.1...v4.1.2

- JavaScript
Published by cwmeijer 11 months ago

mcfly - v4.1.1

Full Changelog: https://github.com/NLeSC/mcfly/compare/v4.1.0...v4.1.1

- JavaScript
Published by cwmeijer 11 months ago

mcfly - v4.1.0

What's Changed

  • Change CITATION.cff cff-version to 1.2.0 by @abelsiqueira in https://github.com/NLeSC/mcfly/pull/318
  • Add multi-backend Keras 3 support by @HeinrichAD in https://github.com/NLeSC/mcfly/pull/325

New Contributors

  • @abelsiqueira made their first contribution in https://github.com/NLeSC/mcfly/pull/318
  • @HeinrichAD made their first contribution in https://github.com/NLeSC/mcfly/pull/325

Full Changelog: https://github.com/NLeSC/mcfly/compare/v4.0.0...v4.1.0

- JavaScript
Published by cwmeijer 11 months ago

mcfly - v4.0.0

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

- JavaScript
Published by cwmeijer over 3 years ago

mcfly - v3.1.0

  • 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

- JavaScript
Published by dafnevk almost 6 years ago

mcfly - v3.0.0

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.

- JavaScript
Published by cwmeijer about 6 years ago

mcfly - v2.1.0

Add class weight support to work with unbalanced data sets.

- JavaScript
Published by cwmeijer over 6 years ago

mcfly - v2.0.1

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.

- JavaScript
Published by cwmeijer over 6 years ago

mcfly - v2.0.0

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.

- JavaScript
Published by cwmeijer over 6 years ago

mcfly - v1.0.5

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.

- JavaScript
Published by cwmeijer over 6 years ago

mcfly - v1.0.4

A release to fix citability and documentation format.

- JavaScript
Published by cwmeijer over 7 years ago

mcfly - Improved packaging, now citable

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.

- JavaScript
Published by cwmeijer over 7 years ago

mcfly - Better documentation and stability

  • Small bug fixes
  • Added metric option to model training
  • Extended documentation
  • Removed redundant dependency on Pandas

- JavaScript
Published by cwmeijer over 7 years ago

mcfly - Compatible with Keras 2.0

  • Small bug fixes
  • Compatible with Keras v2.x (no longer compatible with Keras < v2.0.0)
  • Tutorial is moved to separate repository (https://github.com/NLeSC/mcfly-tutorial)

- JavaScript
Published by dafnevk about 9 years ago

mcfly - First major release

First stable version.

- JavaScript
Published by cwmeijer over 9 years ago

mcfly - First version for experiments

We will perform experiments with different datasets on this version of mcfly, so that we can make bug-fixes and improvements before release 1.0.0.

- JavaScript
Published by dafnevk over 9 years ago