Skip to content
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: eyurtsev/kor Loading
base: 0.13.0
Choose a base ref
...
head repository: eyurtsev/kor Loading
compare: 1.0.0
Choose a head ref
  • 9 commits
  • 29 files changed
  • 1 contributor

Commits on Jul 15, 2023

  1. Update docs to use run (#197)

    Updates all docs to use run
    eyurtsev committed Jul 15, 2023
    Configuration menu
    Copy the full SHA
    0f9c7b2 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. update workflow (#208)

    Update workflow
    eyurtsev committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    72aa560 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. Pydantic v1 and v2 support (#213)

    Make kor pydantic v1 and v2 compatible.
    
    Additional changes:
    
    * No more validation on node ids -- makes it easier to use node ids in other languages (e.g., [chinese](#172))
    * Add testing to CI to test with both v1 and v2
    
    Not fully implemented:
    
    * Support for serialization via parse_obj
    eyurtsev committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    f5fac29 View commit details
    Browse the repository at this point in the history
  2. Fix release workflow (#214)

    Fix release workflow
    eyurtsev committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    3ede2f6 View commit details
    Browse the repository at this point in the history
  3. Update notebooks (#215)

    Re-running notebooks with pydantic v2 to verify everything works
    eyurtsev committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    29595bc View commit details
    Browse the repository at this point in the history
  4. Update README for pydantic v2 (#216)

    Update README for pydantic v2
    eyurtsev committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    0f64fcd View commit details
    Browse the repository at this point in the history
  5. Update workflow to run pydantic compatibility (#217)

    More updates for compatibility
    eyurtsev committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    c35f052 View commit details
    Browse the repository at this point in the history
  6. Update poetry lock file (#218)

    Update poetry lock file
    eyurtsev committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    5bf22dc View commit details
    Browse the repository at this point in the history
  7. Version 1.0.0 release (#223)

    Version 1.0.0 release
    eyurtsev committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    132feef View commit details
    Browse the repository at this point in the history
Loading