Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove GitLFS Dependency #40

Open
wants to merge 66 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
66 commits
Select commit Hold shift + click to select a range
c43c251
restructuring for to extract example dir
crvernon Feb 27, 2019
9ab33df
building class for url install of data
crvernon Feb 27, 2019
1939f5f
revise to remove GitLFS procedure
crvernon Feb 27, 2019
d67ecdd
finalize install supplement fetch
crvernon Feb 27, 2019
54b53e3
add install_supplements call to setup
crvernon Feb 27, 2019
44781d7
add install_supplements call to setup
crvernon Feb 27, 2019
af25813
remove GitLFS attributes file
crvernon Feb 27, 2019
54e1e28
adding setup.py install
crvernon Feb 27, 2019
d37f2d8
replacing keyword var name
crvernon Feb 27, 2019
e63d95f
call error fix to fetch
crvernon Feb 27, 2019
a291a06
add abspath call to root dir
crvernon Mar 4, 2019
fed5fe2
correct paths
crvernon Mar 4, 2019
c0635dd
raise paths to class level
crvernon Mar 4, 2019
d90da93
fix typo
crvernon Mar 4, 2019
af1fddf
fix root path
crvernon Mar 4, 2019
f225e83
bring paths to class level
crvernon Mar 4, 2019
52af9db
bring paths to class level
crvernon Mar 4, 2019
69aa103
update user on supplement install
crvernon Mar 4, 2019
93b1c42
add class token
crvernon Mar 4, 2019
211004d
good grief - remove token
crvernon Mar 4, 2019
f1cc4e3
dump call to setup
crvernon Mar 4, 2019
da49fd0
dump lfs on this
crvernon Mar 4, 2019
0efc806
make travis run setup
crvernon Mar 4, 2019
090a683
moving InstallSupplement to end
crvernon Mar 5, 2019
b80a391
change to pip install .; remove 2.7
crvernon Mar 5, 2019
7007e8b
install reqs
crvernon Mar 5, 2019
95e8fdd
spacing
crvernon Mar 5, 2019
1a449ae
adding requests mod
crvernon Mar 5, 2019
d25baf0
adjusting import
crvernon Mar 5, 2019
67a9499
set to call setup.py
crvernon Mar 5, 2019
299005e
adding report message for unzip
crvernon Mar 5, 2019
46ba167
adjust example dir path
crvernon Mar 5, 2019
7c96cee
update path in config for example dir
crvernon Mar 5, 2019
511e9c3
break link to lfs for docs
crvernon Mar 5, 2019
8633f6d
add in docs
crvernon Mar 5, 2019
0eca524
Update setup.py
rplzzz Mar 5, 2019
f6b8e7e
alter install to get current version
crvernon Jul 17, 2019
77e3d61
remove install supplement from setup
crvernon Jul 17, 2019
b8c2937
add include manifest pkgs in setup
crvernon Jul 17, 2019
9435f24
build internal data load
crvernon Jul 17, 2019
5b80adb
remove reference loading from ini
crvernon Jul 17, 2019
e9e8179
adding manifest
crvernon Jul 17, 2019
7a0dcd4
adding package data
crvernon Jul 17, 2019
1ec634c
add test data to manifest
crvernon Jul 17, 2019
b6a40d3
setup for new non-lfs config
crvernon Jul 17, 2019
6bf805f
update to fetch via pkg_resources
crvernon Jul 17, 2019
43d90d6
update to fetch via pkg_resources
crvernon Jul 17, 2019
63fca3d
fix formatting
crvernon Jul 17, 2019
a8034d9
removing old data
crvernon Jul 17, 2019
9b62ac8
removing test data from manifest
crvernon Jul 17, 2019
06863bc
fix file paths
crvernon Jul 17, 2019
779d5a9
adding example install script for travis-ci
crvernon Jul 17, 2019
aa65fd9
update data install
crvernon Jul 17, 2019
5258dd5
fix paths
crvernon Jul 17, 2019
ac869c0
remove install data call
crvernon Jul 17, 2019
043e309
fix config path
crvernon Jul 17, 2019
51fceda
remove os import
crvernon Jul 17, 2019
8559537
remove lfs
crvernon Jul 17, 2019
9c2f8d1
raise class to main
crvernon Jul 17, 2019
440125c
remove existing test structure
crvernon May 11, 2020
3d99e12
add new tests dir
crvernon May 11, 2020
470a714
updating tests and data loading protocol
crvernon May 11, 2020
d705643
working inheritance
crvernon May 11, 2020
1a047fe
liberate pm data loader; set test
crvernon May 12, 2020
03a1c83
creating arg passing for abcd data loader
crvernon May 12, 2020
589dc01
working on test validation for pm pet
crvernon May 12, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
adding requests mod
crvernon committed Mar 5, 2019
commit 1a449ae88072a6c75e6d76bcd50453331c0bc97c
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -5,3 +5,4 @@ pandas>=0.19
configobj>=5.0.6
joblib>=0.11
setuptools>=24.2.0
requests>=2.18.4