Commit Graph

167 Commits

Author SHA1 Message Date
wassname b240072295 fix 2022-06-30 09:02:44 +08:00
wassname 781da9bd3c unique package names 2022-06-30 09:00:22 +08:00
wassname faad0c1c3c mv 2022-06-29 14:10:07 +08:00
wassname c11b8ffb6b Update README.md 2022-06-28 02:56:39 +00:00
wassname a831f8aea2 Update 1_mjc_EDA.ipynb 2022-06-28 02:37:00 +00:00
wassname 6dc5496a2a Update 1_mjc_EDA.ipynb 2022-06-28 02:36:24 +00:00
wassname be9a9ae463 Update 1_mjc_EDA.ipynb 2022-06-28 02:35:17 +00:00
wassname 5e7ed1ce24 Update environment.yaml 2022-06-28 02:34:52 +00:00
wassname d2be3473c0 Update README.md 2022-06-28 02:30:07 +00:00
wassname ad2555e970 Update README.md 2022-06-28 02:26:58 +00:00
Mike Clark f6551338ec Update Makefile 2021-07-14 13:42:13 +08:00
Mike Clark ef030bd850 Update 1_mjc_EDA.ipynb 2021-07-06 12:09:25 +08:00
Mike Clark bc17c3b37f Update 1_mjc_EDA.ipynb 2021-07-06 12:09:05 +08:00
Mike Clark 9d52d13e84 Add files via upload 2021-07-06 12:08:22 +08:00
Mike Clark e7102cc414 Update environment.yaml 2021-07-06 10:50:15 +08:00
Mike Clark 7cc84602d2 Update README.md 2021-07-06 10:45:27 +08:00
Mike Clark 7a1d04fc21 Update Makefile 2021-04-28 11:44:50 +00:00
Mike Clark 86b7f715f0 Update environment.yaml 2021-04-28 19:15:19 +08:00
Mike Clark ca9d82d313 Update README.md 2021-04-28 17:22:40 +08:00
Mike Clark 3877c14f39 Update setup.py 2021-03-16 10:23:18 +08:00
Mike Clark af38453a5a use bash 2021-03-11 13:38:08 +08:00
Mike Clark 9ce8fbe5be Update README.md 2021-03-04 13:24:58 +08:00
Mike Clark d5cdd874fd Update README.md 2021-03-04 13:24:14 +08:00
wassname b6d0280136 reduce dirs, aws policy, conda 2021-03-03 09:26:18 +08:00
Mike Clark 2917a6146d Update Makefile 2021-03-03 09:00:23 +08:00
wassname 6633fbc445 install reqs 2020-10-18 08:50:10 +08:00
wassname 5bf22f0f0c conda 2020-10-18 08:35:32 +08:00
wassname 1eddfbe076 conda 2020-10-18 08:33:54 +08:00
Omri Mendels 5f54d39517 Fixed failing tests on Windows (#216)
* Fixed failing tests on Windows

Due to an issue with WindowsPath

* Update test_creation.py

* Update test_creation.py
2020-05-26 10:16:03 -07:00
Natrave Drova 78e001f742 Tox reference (#211)
* Use a better link to the tox project

* Use a better link to the tox project

* Use a better link to the tox project
2020-04-22 22:14:31 -07:00
Fokko Driesprong 26c62b46f7 Typo (#208) 2020-04-06 09:05:54 -07:00
Christopher Geis 1fbe58b219 Fixed: Typo in Makefile (#184)
Fixed typo in Makefile, section "Set up python interpreter environment": intalled --> installed
2019-09-23 08:49:26 -07:00
Wes Roach ccbe20705b Fix broken Airflow link (#182) 2019-09-04 10:29:26 -07:00
Jonathan Raviotta 7dcc59da43 Added source and destination to Make data target (#169) 2019-05-24 09:58:50 -07:00
Eric Jalbert 997a9db06d Change archived asciinema example (#163)
* Change archived asciinema example

* Update README.md

Fix Asciinema powerline error

* Update docs to show updated asciinema example
2019-05-06 09:41:28 -07:00
Daniel Lenz 1da38c8beb Add .mypy_cache/ to .gitignore (#157) 2019-01-17 13:52:14 -08:00
Marcelo Parada b2e84ff698 Ignore vim temp files: swp, swo 2018-11-29 13:10:35 -07:00
Andrew Sanchez 82848d569f Update link to snakemake 2018-11-29 13:10:08 -07:00
Jesse M. Holmes e7a98fcb24 Add edit_uri to mkdocs.yml
Fixes #146
2018-11-29 13:08:46 -07:00
luke-soteris 1f68b9e9f8 fixed gitignore typo (#151) 2018-11-13 13:46:57 -08:00
Unai Zulaika b8e8e1af74 Update Makefile (#150)
Work with pip from $PYTHON_INTERPRETER as recommended in 
https://packaging.python.org/guides/installing-using-pip-and-virtualenv/
2018-11-12 11:33:10 -08:00
dmitrypolo d40ffb462d Expand Setup Tests (#131)
* change tests to use class scope and test user inputs

* name was backwards

* name was backwards

* compat for mac and linux
2018-07-28 10:31:14 -04:00
John Paton a2798e84da Changed initial version in setup.py to 0.1.0 (#129) 2018-07-19 08:07:08 -07:00
Ikuo Suyama 752ddc7868 Rename make target show-help to help (#123)
* rename make target `show-help` to show_help

* rename show_help to help
2018-06-20 08:04:11 -07:00
Drew T. Doering 7ccfe5b003 Fix typo (#119) 2018-05-30 10:08:06 -07:00
Isaac Slavitt a3274f1da3 Make python3 the default interpreter (#113) 2018-04-19 09:00:41 -07:00
Isaac Slavitt 74a2e29fef Use pathlib instead of os.path where applicable (#112)
* Use pathlib in test_creation.py

* Use pathlib for PROJECT_DIR example in make_dataset.py

* Add pathlib2 for backwards compatibility if project is Python 2
2018-04-16 11:58:45 -07:00
Peter Bull 72b3e66989 Add explanation of pip package for src 2018-04-14 08:46:22 -04:00
Isaac Slavitt b3e9dfa3f9 Merge pull request #104 from drivendata/pip-installable
Create and install src as Python package
2018-04-13 17:29:14 -04:00
Ricardo Randall f891ddeeb4 Added _.DS_Store_ OSX-specific directory file ext (#106) 2018-03-30 11:30:42 -07:00