Skip to content
This repository was archived by the owner on Sep 12, 2024. It is now read-only.
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: textcortex/icortex
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.2
Choose a base ref
...
head repository: textcortex/icortex
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.1.3
Choose a head ref
  • 2 commits
  • 24 files changed
  • 1 contributor

Commits on Nov 20, 2022

  1. New magics: %var, %export, %bake. Improved prompt dialog and generati…

    …on caching (#32)
    
    * Code cell output is now included in ICortexHistory
    
    * Serialize ExecutionResult and include in ICortexHistory
    
    * Adding %var magic, wip
    
    * wip
    
    * Added %export magic for exporting context to .icx files
    
    * Created Cell classes
    
    * First successful run of icortex run ...
    
    * Refactored, got rid of ICortexContext._dict
    
    * Added cli 'icortex freeze'
    
    * Refactored
    
    * Minor
    
    * Renamed freeze -> bake
    
    * Began refactor
    
    * Restructured generation logic, introduced GenerationResult
    
    * Refactored the rest of the services
    
    * Code cleanup
    
    * Improved prompt parser
    
    * Bumped version
    osolmaz authored Nov 20, 2022
    Configuration menu
    Copy the full SHA
    cf8d585 View commit details
    Browse the repository at this point in the history
  2. Update README, docs (#34)

    * Updated README
    
    * Minor
    
    * Minor
    osolmaz authored Nov 20, 2022
    Configuration menu
    Copy the full SHA
    487f69a View commit details
    Browse the repository at this point in the history
Loading