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

Initial Functions Module Thread. Do not merge #17

Closed
wants to merge 21 commits into from
Closed

Initial Functions Module Thread. Do not merge #17

wants to merge 21 commits into from

Commits on Jul 15, 2020

  1. WIP Functions module

    Jens Gåsemyr Magnus committed Jul 15, 2020
    Configuration menu
    Copy the full SHA
    4a5e84d View commit details
    Browse the repository at this point in the history
  2. store decorated classes give better error messages

    Jens Gåsemyr Magnus committed Jul 15, 2020
    Configuration menu
    Copy the full SHA
    d82e0a3 View commit details
    Browse the repository at this point in the history
  3. DiskCache store

    Jens Gåsemyr Magnus committed Jul 15, 2020
    Configuration menu
    Copy the full SHA
    66772a9 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2020

  1. Driver and Store refactor

    Jens Gåsemyr Magnus committed Jul 16, 2020
    Configuration menu
    Copy the full SHA
    8a08e35 View commit details
    Browse the repository at this point in the history
  2. Exec and graph commands

    Jens Gåsemyr Magnus committed Jul 16, 2020
    Configuration menu
    Copy the full SHA
    1a375fd View commit details
    Browse the repository at this point in the history
  3. fixup! Driver and Store refactor

    Jens Gåsemyr Magnus committed Jul 16, 2020
    Configuration menu
    Copy the full SHA
    1c20509 View commit details
    Browse the repository at this point in the history
  4. WIP Serializable function image

    Jens Gåsemyr Magnus committed Jul 16, 2020
    Configuration menu
    Copy the full SHA
    e517c04 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2020

  1. Pickleable programs

    Jens Gåsemyr Magnus committed Jul 17, 2020
    Configuration menu
    Copy the full SHA
    85d1961 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2020

  1. Pickles

    Jens Gåsemyr Magnus committed Jul 21, 2020
    Configuration menu
    Copy the full SHA
    3c76b65 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2020

  1. import importlib

    Jens Gåsemyr Magnus committed Jul 22, 2020
    Configuration menu
    Copy the full SHA
    8baaf55 View commit details
    Browse the repository at this point in the history
  2. xun.functions.cli documentation

    Jens Gåsemyr Magnus committed Jul 22, 2020
    Configuration menu
    Copy the full SHA
    33ce364 View commit details
    Browse the repository at this point in the history
  3. xun.functions.context documentation

    Jens Gåsemyr Magnus committed Jul 22, 2020
    Configuration menu
    Copy the full SHA
    5c62b29 View commit details
    Browse the repository at this point in the history
  4. xun.functions.function_image documentation

    Jens Gåsemyr Magnus committed Jul 22, 2020
    Configuration menu
    Copy the full SHA
    d733a4d View commit details
    Browse the repository at this point in the history
  5. xun.functions.functions documentation

    Jens Gåsemyr Magnus committed Jul 22, 2020
    Configuration menu
    Copy the full SHA
    fb60c66 View commit details
    Browse the repository at this point in the history
  6. xun.functions.program documentation

    Jens Gåsemyr Magnus committed Jul 22, 2020
    Configuration menu
    Copy the full SHA
    9571f7b View commit details
    Browse the repository at this point in the history
  7. xun.functions.transformations documentation

    Jens Gåsemyr Magnus committed Jul 22, 2020
    Configuration menu
    Copy the full SHA
    b1abced View commit details
    Browse the repository at this point in the history
  8. Update readme

    Jens Gåsemyr Magnus committed Jul 22, 2020
    Configuration menu
    Copy the full SHA
    c1a1ad5 View commit details
    Browse the repository at this point in the history
  9. store and driver documentation

    Jens Gåsemyr Magnus committed Jul 22, 2020
    Configuration menu
    Copy the full SHA
    405307c View commit details
    Browse the repository at this point in the history
  10. Quicksort example

    Jens Gåsemyr Magnus committed Jul 22, 2020
    Configuration menu
    Copy the full SHA
    41bbf7f View commit details
    Browse the repository at this point in the history
  11. Skip computed calls

    Jens Gåsemyr Magnus committed Jul 22, 2020
    Configuration menu
    Copy the full SHA
    d34c7e6 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2020

  1. The call bfs search did not updates the visited set, memoize compiled…

    … functions
    Jens Gåsemyr Magnus committed Jul 24, 2020
    Configuration menu
    Copy the full SHA
    5a38347 View commit details
    Browse the repository at this point in the history