Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: dominijk/cookiecutter-data-science
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: dominijk/cookiecutter-data-science
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2
Choose a head ref
  • 17 commits
  • 50 files changed
  • 16 contributors

Commits on Mar 20, 2021

  1. [WIP] New version with cleaner options (drivendataorg#162)

    * WIP - New version with cleaner options
    
    * Fix find-replace error (drivendataorg#177)
    
    * Remove unnecessary .gitkeep
    
    * Remove unused tox.ini
    
    * Split reqs into dev/non-dev
    
    * Add basic packages support
    
    * Add tests for testing environment creation and requirements
    
    * Set up CI with Azure Pipelines (drivendataorg#194)
    
    * Change archived asciinema example (drivendataorg#163)
    
    * Change archived asciinema example
    
    * Update README.md
    
    Fix Asciinema powerline error
    
    * Update docs to show updated asciinema example
    
    * Added source and destination to Make data target (drivendataorg#169)
    
    * Fix broken Airflow link (drivendataorg#182)
    
    * Fixed: Typo in Makefile (drivendataorg#184)
    
    Fixed typo in Makefile, section "Set up python interpreter environment": intalled --> installed
    
    * Set up CI with Azure Pipelines
    
    [skip ci]
    
    * Update azure-pipelines.yml for Azure Pipelines
    
    * Update azure-pipelines.yml for Azure Pipelines
    
    * Update azure-pipelines.yml for Azure Pipelines
    
    * str paths for windows support
    
    * handle multiple data providers (drivendataorg#199)
    
    * Add missing env directory bin/activate path
    
    * Remove version from PYTHON_INTERPRETER command
    
    * Search for virtualenvwrapper.sh path if executable not found
    
    * Try chardet for character encoding detection
    
    * Specify python and virtualenv binaries for virtualenvwrapper
    
    * Add shebang to virtualenvwrapper.sh
    
    * Diagnostic
    
    * Try virtualenvwrapper-win
    
    * Set encoding if detected None
    
    * Fixes to Mac and Windows tests on Azure pipelines (drivendataorg#217)
    
    * Temporarily comment out py36
    
    * Update azure-pipelines.yml
    
    * Fix tests on Windows and Mac (drivendataorg#1)
    
    * Temporarily remove py37
    
    * Update virtualenv_harness.sh
    
    * put py37 back in
    
    * Set encoding to utf-8
    
    * Comment out rmvirtualenv
    
    * Update test_creation.py
    
    * Update virtualenv_harness.sh
    
    * Add --show-capture
    
    * Update azure-pipelines.yml
    
    * Update azure-pipelines.yml
    
    * Update test_creation.py
    
    * Update virtualenv_harness.sh
    
    * Update virtualenv_harness.sh
    
    * Update virtualenv_harness.sh
    
    * Update virtualenv_harness.sh
    
    * Update Makefile
    
    * Update virtualenv_harness.sh
    
    * Update cookiecutter.json
    
    * Update cookiecutter.json
    
    * Update virtualenv_harness.sh
    
    * Update Makefile
    
    * Update Makefile
    
    * Update Makefile
    
    * Update virtualenv_harness.sh
    
    * Update virtualenv_harness.sh
    
    * Update virtualenv_harness.sh
    
    * Update virtualenv_harness.sh
    
    * Update virtualenv_harness.sh
    
    * Update virtualenv_harness.sh
    
    * Update virtualenv_harness.sh
    
    * Update virtualenv_harness.sh
    
    * Update Makefile
    
    * Update Makefile
    
    * Update Makefile
    
    * Update Makefile
    
    * Update virtualenv_harness.sh
    
    * Update virtualenv_harness.sh
    
    * Update virtualenv_harness.sh
    
    * Update Makefile
    
    * Update Makefile
    
    * Update virtualenv_harness.sh
    
    * Update Makefile
    
    * Update virtualenv_harness.sh
    
    * Update virtualenv_harness.sh
    
    * Update test_creation.py
    
    * Update azure-pipelines.yml
    
    * Update virtualenv_harness.sh
    
    * Update virtualenv_harness.sh
    
    * Update virtualenv_harness.sh
    
    * Update virtualenv_harness.sh
    
    * Update cookiecutter.json
    
    * Update conda_harness.sh
    
    * Update conda_harness.sh
    
    * Update conda_harness.sh
    
    Co-authored-by: Eric Jalbert <[email protected]>
    Co-authored-by: Jonathan Raviotta <[email protected]>
    Co-authored-by: Wes Roach <[email protected]>
    Co-authored-by: Christopher Geis <[email protected]>
    Co-authored-by: Peter Bull <[email protected]>
    Co-authored-by: Ian Preston <[email protected]>
    Co-authored-by: Jay Qi <[email protected]>
    Co-authored-by: inchiosa <[email protected]>
    
    * More graceful deprecation
    
    * Make tests pass locally
    
    * test version match installed version
    
    * Remove unused imports
    
    * Unremove used import
    
    * Move to GH Actions
    
    * Fix typo
    
    * Test non-windows
    
    * Add netlify configs
    
    * Update suggestion to keep using deprecated cookiecutter template (drivendataorg#231)
    
    * Add mkdocs requirements file to docs directory
    
    * Try setting python version in runtime txt for netlify
    
    * Trigger build
    
    * Python 3.8 netlify
    
    * Python 3.6 netlify
    
    * Do not specify python runtime for netlify
    
    * Use 3.7
    
    This reverts commit 898d7d3.
    
    Co-authored-by: James Myatt <[email protected]>
    Co-authored-by: drivendata <[email protected]>
    Co-authored-by: Eric Jalbert <[email protected]>
    Co-authored-by: Jonathan Raviotta <[email protected]>
    Co-authored-by: Wes Roach <[email protected]>
    Co-authored-by: Christopher Geis <[email protected]>
    Co-authored-by: Ian Preston <[email protected]>
    Co-authored-by: Jay Qi <[email protected]>
    Co-authored-by: inchiosa <[email protected]>
    Co-authored-by: Robert Gibboni <[email protected]>
    11 people authored Mar 20, 2021
    Configuration menu
    Copy the full SHA
    1fe968d View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2022

  1. Configuration menu
    Copy the full SHA
    4cbf452 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2022

  1. Formatting

    pjbull committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    ea0f21a View commit details
    Browse the repository at this point in the history
  2. Docs and test cleanup

    pjbull committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    4cfe2cb View commit details
    Browse the repository at this point in the history
  3. 3.10 specificaiton

    pjbull committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    ef2e840 View commit details
    Browse the repository at this point in the history
  4. Passing tests and lint

    pjbull committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    a7badf2 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2022

  1. Configuration menu
    Copy the full SHA
    04d0071 View commit details
    Browse the repository at this point in the history
  2. Lint, format, license (drivendataorg#247)

    * format config files
    
    * make format
    
    * update readme
    
    * no license, py version, update lint format commands
    
    * revert accidental lic removal
    
    Co-authored-by: Peter Bull <[email protected]>
    tamara-glazer and pjbull authored Aug 5, 2022
    Configuration menu
    Copy the full SHA
    227eaaf View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2022

  1. Updating the Makefile

    AllenDowney committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    c3fe711 View commit details
    Browse the repository at this point in the history
  2. Merge pull request drivendataorg#287 from drivendata/update-makefile

    Updating the Makefile
    AllenDowney authored Oct 13, 2022
    Configuration menu
    Copy the full SHA
    d12f218 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fa6c5de View commit details
    Browse the repository at this point in the history
  4. Merge pull request drivendataorg#288 from drivendata/remove-deprecati…

    …on-message
    
    Removing deprecation message from v2
    AllenDowney authored Oct 13, 2022
    Configuration menu
    Copy the full SHA
    b4c0c12 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2023

  1. Configuration menu
    Copy the full SHA
    24593e5 View commit details
    Browse the repository at this point in the history
  2. Update docs build

    pjbull committed Jan 28, 2023
    Configuration menu
    Copy the full SHA
    b5dacb2 View commit details
    Browse the repository at this point in the history
  3. Revert netlify changes

    pjbull committed Jan 28, 2023
    Configuration menu
    Copy the full SHA
    a723ae4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    851c922 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2023

  1. make gsutil rsync recursive (drivendataorg#297)

    * make gsutil rsync recursive
    
    * reformatted with black
    
    * add threaded flag for gsutil rsync
    KBodolai authored Mar 16, 2023
    Configuration menu
    Copy the full SHA
    4d04432 View commit details
    Browse the repository at this point in the history
Loading