Skip to content

Releases: MIDASverse/MIDASpy

v1.3.1

16 Oct 13:22
Compare
Choose a tag to compare

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

22 Aug 08:30
Compare
Choose a tag to compare
  • 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

23 Dec 15:39
Compare
Choose a tag to compare

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

24 Jul 16:09
Compare
Choose a tag to compare

What's Changed

New Contributors

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

v1.2.1

20 Jan 15:39
Compare
Choose a tag to compare
  • Introduces two preprocessing functions: binary_conv() and cat_conv()
  • Adds multiple regression function combine()
  • Minor changes to plotting

v1.1.1

09 Nov 18:37
Compare
Choose a tag to compare

Minor fix to os dependency in setup.py

v1.1.0

30 Oct 21:57
Compare
Choose a tag to compare

Updates MIDASpy to fully support TensorFlow 2 API.

v1.0.2

21 Sep 16:15
Compare
Choose a tag to compare

First PyPi release.