Skip to content
This repository has been archived by the owner on Jul 3, 2023. It is now read-only.

Initial release of hamilton #1

Closed
wants to merge 9 commits into from
Closed

Initial release of hamilton #1

wants to merge 9 commits into from

Commits on May 26, 2020

  1. Moves source files into hamilton directory

    So they're not at the top of the project.
    skrawcz committed May 26, 2020
    Configuration menu
    Copy the full SHA
    08e511e View commit details
    Browse the repository at this point in the history
  2. Adds missing tests that weren't transfered over

    Sorry, lost the commit history here :(
    skrawcz committed May 26, 2020
    Configuration menu
    Copy the full SHA
    9874882 View commit details
    Browse the repository at this point in the history
  3. Adds packaging for sf-hamilton

    We have to call the package sf-hamilton, since there is already
    a hamilton package in pypi.
    
    I moved the version into the hamilton package itself, that way
    it's easy to check the running version whereever it ends up being
    used.
    skrawcz committed May 26, 2020
    Configuration menu
    Copy the full SHA
    ec69a74 View commit details
    Browse the repository at this point in the history
  4. Adds pre-commit styling hook

    Add with pre-commit install.
    skrawcz committed May 26, 2020
    Configuration menu
    Copy the full SHA
    4522a99 View commit details
    Browse the repository at this point in the history
  5. Adds circle ci to run unit tests

    In python 3.6 and python 3.7.
    skrawcz committed May 26, 2020
    Configuration menu
    Copy the full SHA
    d90b6e1 View commit details
    Browse the repository at this point in the history
  6. Moves package where egg is written to TLD

    It was writing within hamilton -- that's just unnecessary.
    skrawcz committed May 26, 2020
    Configuration menu
    Copy the full SHA
    a252166 View commit details
    Browse the repository at this point in the history
  7. Removes pytest-asyncio from test requirements

    Vestage from old repository. Not required here.
    skrawcz committed May 26, 2020
    Configuration menu
    Copy the full SHA
    a6ea2d6 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2020

  1. Fixing setup.py

    skrawcz committed May 27, 2020
    Configuration menu
    Copy the full SHA
    85dfdaf View commit details
    Browse the repository at this point in the history
  2. Moves docs into single README

    So that things are simpler.
    skrawcz committed May 27, 2020
    Configuration menu
    Copy the full SHA
    78ee022 View commit details
    Browse the repository at this point in the history