Releases: MIDASverse/MIDASpy
Releases · MIDASverse/MIDASpy
v1.3.1
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
- 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
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
What's Changed
- A few small commits by @David-Woroniuk in #26
- Upgrade to v1.2.2 by @tsrobinson in #27
New Contributors
- @David-Woroniuk made their first contribution in #26
Full Changelog: v1.2.1...v1.2.2
v1.2.1
- Introduces two preprocessing functions:
binary_conv()
andcat_conv()
- Adds multiple regression function
combine()
- Minor changes to plotting
v1.1.1
Minor fix to os
dependency in setup.py
v1.1.0
Updates MIDASpy to fully support TensorFlow 2 API.
v1.0.2
First PyPi release.