Skip to content

Commit

Permalink
1.10 release
Browse files Browse the repository at this point in the history
  • Loading branch information
tsrobinson committed Oct 30, 2020
1 parent 55f9f43 commit e8d9cb0
Show file tree
Hide file tree
Showing 5 changed files with 1,784 additions and 5 deletions.
8 changes: 4 additions & 4 deletions MIDASpy.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Metadata-Version: 1.1
Name: MIDASpy
Version: 1.0.2
Summary: Implementation of Multiple Imputation using Denoising Autoencoders
Home-page: http://github.com/ranjitlall/MIDAS
Version: 1.1.0
Summary: Multiple Imputation with Denoising Autoencoders
Home-page: http://github.com/MIDASverse/MIDASpy
Author: Ranjit Lall, Alex Stenlake, and Thomas Robinson
Author-email: R.Lall@lse.ac.uk
License: Apache
Download-URL: https://github.com/MIDASverse/MIDASpy/releases/download/v1.0.1/MIDASpy-1.0.1.tar.gz
Download-URL: https://github.com/MIDASverse/MIDASpy/releases/download/v1.1.0/MIDASpy-1.1.0.tar.gz
Description: UNKNOWN
Keywords: multiple imputation,neural networks,tensorflow
Platform: UNKNOWN
Expand Down
2 changes: 2 additions & 0 deletions MIDASpy.egg-info/requires.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ numpy>=1.5
scikit-learn
matplotlib
pandas>=0.19
os
tensorflow_addons>=0.11
1 change: 1 addition & 0 deletions build/lib/MIDASpy/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from .midas_base import *
Loading

0 comments on commit e8d9cb0

Please sign in to comment.