Jay Qi
e395cbf4f5
Update removed pages configuration to nav
2023-09-22 18:33:50 -04:00
Peter Bull
52283f711b
Revert "Flag -c v1 is slightly confusing in branch v2 ( #264 )"
...
This reverts commit d82776e0fd
.
2022-03-11 10:27:47 -08:00
Shubhankar
d82776e0fd
Flag -c v1 is slightly confusing in branch v2 ( #264 )
2022-03-11 10:25:13 -08:00
Jon Daniels
319222f3b9
Update index.md ( #249 )
...
changing from "be" to "by"
2021-06-22 17:23:22 -07:00
Peter Bull
c077603eb6
V1 tag and deprecation ( #240 )
...
* deprecation warning
* Update message and CLI call
* Add to readme as well
2021-03-19 22:33:34 -07:00
Arturo Moncada-Torres
3978e7d31a
Update documentation ( #243 )
...
Add explicit definition of DAG (as requested in issue #69 )
2021-03-06 10:11:46 -08:00
Bernardo Amaral
9bac80a936
Added setup.py to README's project organization ( #236 )
...
Co-authored-by: bnamaral <bernardo.n.amaral@nos.pt>
2021-01-21 15:12:54 -08:00
Peter Bull
0113a4ab1e
Update example
2020-12-22 10:46:23 -08:00
Peter Bull
fcc59e38a3
3.5 +
2020-12-10 09:12:53 -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
Peter Bull
12a6e8a1f9
Create and install src as Python package
2018-03-22 17:39:34 -07:00
Marianne Corvellec
95a6991ec7
Offer accurate, open-ended licensing suggestions. ( #103 )
...
* Offer accurate, open-ended licensing suggestions.
* Sync value change in LICENSE file.
* Make third option explicit.
2018-03-15 08:54:10 -06:00
Isaac Slavitt
be7f8d76b2
Merge pull request #86 from Midnighter/refactor/clean
...
refactor: extend the `make clean` command
2018-02-13 17:12:49 -05:00
Isaac Slavitt
79e5913563
Merge pull request #84 from Midnighter/feat/requirements
...
feat: upgrade essentials before requirement
2018-02-13 17:11:46 -05:00
Isaac Slavitt
b4483439ff
Merge pull request #85 from Midnighter/refactor/lint
...
refactor: restrict linting to `src` directory
2018-02-13 17:11:04 -05:00
Isaac Slavitt
1c59925c15
Merge pull request #96 from apollonin/patch-1
...
Improve code, so make lint passes
2018-02-13 17:07:50 -05:00
Dmitriy
079a93c942
Improve code, so make lint passes
2018-02-05 17:38:53 +02:00
firasrb
7f7e1f8d6c
Added Spyder and VSCode project folders to .gitignore ( #92 )
2017-12-19 09:58:13 -08:00
Moritz E. Beber
0ab519ab5f
refactor: restrict linting to `src` directory
2017-07-21 15:23:21 +02:00
Moritz E. Beber
bd1a0de877
feat: upgrade essentials before requirement
2017-07-21 15:18:50 +02:00
Moritz E. Beber
96c61fcef0
refactor: extend the `make clean` command
2017-07-21 15:16:13 +02:00
Kasper Primdal Lauritzen
2bafb83110
Use latest stable python3 in conda create ( #78 )
2017-07-02 13:15:16 -05:00
Isaac Slavitt
dc14659408
Merge pull request #71 from pmh-ds/master
...
Added support for multiple AWS profiles
2017-06-23 17:45:48 -04:00
Paul Harrison
934a98c11d
Add optional argument for using AWS credentials profile.
...
Update docs.
Update tests. No need to include __pycache__ directory.
Update .gitignore to ignore test cache output.
2017-06-22 21:45:54 +01:00
Isaac Slavitt
3e0dbed9a9
Merge pull request #75 from lorey/patch-1
...
Add directory structure to README, improves #10
2017-06-22 09:36:19 -04:00
Karl Lorey
da428619e1
Add directory structure to README, improves #10
...
The file structure is an essential part of the provided benefit and should be in the readme file.
2017-06-14 10:27:36 +02:00
Isaac Slavitt
f3980db66c
Fix self documenting make on Linux, close #67
2017-03-27 15:37:41 +02:00
Isaac Slavitt
5cc3192a52
Add PROJECT_DIR absolute path as variable in Makefile, per #65
2017-03-13 16:27:17 -04:00
Keld Lundgaard
a6a8c66e2d
Check for conda before using it to create an environment.
2017-02-26 11:18:46 -06:00