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

WIP: projector implementation (returning a closure) #382

Closed
wants to merge 15 commits into from

Commits on Jun 22, 2021

  1. Sketch project implementation

    willtebbutt authored and Miha Zgubic committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    914bd92 View commit details
    Browse the repository at this point in the history
  2. change Composite to Tangent

    Miha Zgubic committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    06678a4 View commit details
    Browse the repository at this point in the history
  3. export project

    Miha Zgubic committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    c58f974 View commit details
    Browse the repository at this point in the history
  4. make T optional

    Miha Zgubic committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    00020e3 View commit details
    Browse the repository at this point in the history
  5. add tests and Complex

    Miha Zgubic committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    37f9253 View commit details
    Browse the repository at this point in the history
  6. workout the edge cases

    Miha Zgubic committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    4e1b79d View commit details
    Browse the repository at this point in the history
  7. rename dummy struct

    Miha Zgubic committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    7dc58ee View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2021

  1. rename project to projector

    Miha Zgubic committed Jun 23, 2021
    Configuration menu
    Copy the full SHA
    3345ba9 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2021

  1. move to projector

    Miha Zgubic committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    31d81ed View commit details
    Browse the repository at this point in the history
  2. do not close over x (other than in the general case)

    Miha Zgubic committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    2ea4845 View commit details
    Browse the repository at this point in the history
  3. update docstring

    Miha Zgubic committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    465e1d7 View commit details
    Browse the repository at this point in the history
  4. fix getproperty

    Miha Zgubic committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    0a06dce View commit details
    Browse the repository at this point in the history
  5. add to Tangent and to Symmetric

    Miha Zgubic committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    d822b02 View commit details
    Browse the repository at this point in the history
  6. remove debug strings

    Miha Zgubic committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    25a7cee View commit details
    Browse the repository at this point in the history
  7. separate out the projector

    Miha Zgubic committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    7801e19 View commit details
    Browse the repository at this point in the history