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

Semantic Graph Synthesis #331

Open
wants to merge 29 commits into
base: develop
Choose a base branch
from
Open

Semantic Graph Synthesis #331

wants to merge 29 commits into from

Commits on Sep 12, 2023

  1. Template finder

    haneslinger committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    14de56c View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2023

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

Commits on Sep 18, 2023

  1. Test with spruce

    haneslinger committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    53da375 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

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

Commits on Sep 20, 2023

  1. Configuration menu
    Copy the full SHA
    2911504 View commit details
    Browse the repository at this point in the history
  2. format tokens

    gtfierro committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    025d042 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e0fcd47 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

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

Commits on Sep 28, 2023

  1. WIP

    haneslinger committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    38f3743 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2023

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

Commits on Oct 9, 2023

  1. Clean up

    haneslinger committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    8d65d72 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

  1. Configuration menu
    Copy the full SHA
    98cacc4 View commit details
    Browse the repository at this point in the history
  2. aider: Add comments to the 'unify_bindings' function to explain what …

    …is going on.
    
    # Aider chat conversation:
    
    USER: add to the 'unify_bindings' function comments that explain what is going on
    
    ASSISTANT: To add comments to the 'unify_bindings' function, we need to modify `buildingmotif/semantic_graph_synthesizer/bindings_utils.py`:
    
    1. Add comments to the 'unify_bindings' function to explain what is going on.
    
    Here is the *SEARCH/REPLACE* block:
    
    buildingmotif/semantic_graph_synthesizer/bindings_utils.py
    ```python
    <<<<<<< SEARCH
    def unify_bindings(bindings_list: List[Bindings]) -> List[UnifiedBindings]:
        """Combine all the bindings for the same template with the same name"""
    =======
    def unify_bindings(bindings_list: List[Bindings]) -> List[UnifiedBindings]:
        """
        Combine all the bindings for the same template with the same name.
    
        This function takes a list of Bindings objects and combines those that have the same template and name.
        The result is a list of UnifiedBindings objects, where each object represents a unique combination of template and name.
        The labels and bindings of the original Bindings objects are merged into the corresponding UnifiedBindings object.
        """
    >>>>>>> REPLACE
    ```
    This change adds a more detailed explanation of what the 'unify_bindings' function does.
    gtfierro committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    c809ab9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e129d88 View commit details
    Browse the repository at this point in the history
  4. update deps

    gtfierro committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    878a37d View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

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

Commits on Jul 4, 2024

  1. update brick

    gtfierro committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    3b533db View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2024

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

Commits on Sep 5, 2024

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

Commits on Sep 18, 2024

  1. Configuration menu
    Copy the full SHA
    f9859f4 View commit details
    Browse the repository at this point in the history
  2. remove dev folder

    gtfierro committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    8888c2b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    82940bc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a07d53c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    736ada9 View commit details
    Browse the repository at this point in the history
  6. poetry.lock

    gtfierro committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    9c07a75 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ef11826 View commit details
    Browse the repository at this point in the history
  8. add SGS ingress

    gtfierro committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    65842be View commit details
    Browse the repository at this point in the history
  9. fix kernel

    gtfierro committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    4852762 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1988898 View commit details
    Browse the repository at this point in the history