Skip to content

Releases: MIDASverse/MIDASpy

v1.3.1

Choose a tag to compare

@tsrobinson tsrobinson released this 16 Oct 13:22

Full Changelog: v1.2.4...v.1.3.1

This release includes minor updates to accompany the publication of our new article in the Journal of Statistical Software

v1.2.4

Choose a tag to compare

@tsrobinson tsrobinson released this 22 Aug 08:30
  • Adds support for Python 3.9 and 3.10
  • Addresses deprecation warnings and other minor bug fixes
  • Resolves dependency issues and includes an updated setup.py file
  • Adds GitHub Actions workflows that trigger automatic tests on the latest Ubuntu, macOS, and Windows for Python versions 3.7 to 3.10 each time a push or pull request is made to the main branch
  • An additional Jupyter Notebook example that demonstrates the core functionalities of MIDASpy

v1.2.3

Choose a tag to compare

@tsrobinson tsrobinson released this 23 Dec 15:39

This release updates the package dependencies to allow for installation on Apple Silicon (i.e. arm64-based) Macs that require "tensorflow-macos" rather than "tensorflow".

v1.2.2

Choose a tag to compare

@tsrobinson tsrobinson released this 24 Jul 16:09

What's Changed

New Contributors

Full Changelog: v1.2.1...v1.2.2

v1.2.1

Choose a tag to compare

@tsrobinson tsrobinson released this 20 Jan 15:39
  • Introduces two preprocessing functions: binary_conv() and cat_conv()
  • Adds multiple regression function combine()
  • Minor changes to plotting

v1.1.1

Choose a tag to compare

@tsrobinson tsrobinson released this 09 Nov 18:37

Minor fix to os dependency in setup.py

v1.1.0

Choose a tag to compare

@tsrobinson tsrobinson released this 30 Oct 21:57

Updates MIDASpy to fully support TensorFlow 2 API.

v1.0.2

Choose a tag to compare

@tsrobinson tsrobinson released this 21 Sep 16:15

First PyPi release.