Skip to content

Commit e8d9cb0

Browse files
author
tsrobinson
committed
1.10 release
1 parent 55f9f43 commit e8d9cb0

File tree

5 files changed

+1784
-5
lines changed

5 files changed

+1784
-5
lines changed

MIDASpy.egg-info/PKG-INFO

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
Metadata-Version: 1.1
22
Name: MIDASpy
3-
Version: 1.0.2
4-
Summary: Implementation of Multiple Imputation using Denoising Autoencoders
5-
Home-page: http://github.com/ranjitlall/MIDAS
3+
Version: 1.1.0
4+
Summary: Multiple Imputation with Denoising Autoencoders
5+
Home-page: http://github.com/MIDASverse/MIDASpy
66
Author: Ranjit Lall, Alex Stenlake, and Thomas Robinson
77
Author-email: [email protected]
88
License: Apache
9-
Download-URL: https://github.com/MIDASverse/MIDASpy/releases/download/v1.0.1/MIDASpy-1.0.1.tar.gz
9+
Download-URL: https://github.com/MIDASverse/MIDASpy/releases/download/v1.1.0/MIDASpy-1.1.0.tar.gz
1010
Description: UNKNOWN
1111
Keywords: multiple imputation,neural networks,tensorflow
1212
Platform: UNKNOWN

MIDASpy.egg-info/requires.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@ numpy>=1.5
33
scikit-learn
44
matplotlib
55
pandas>=0.19
6+
os
7+
tensorflow_addons>=0.11

build/lib/MIDASpy/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
from .midas_base import *

0 commit comments

Comments
 (0)