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.9.1
Choose a base ref
...
head repository: eyurtsev/kor Loading
compare: 0.9.2
Choose a head ref
  • 4 commits
  • 7 files changed
  • 1 contributor

Commits on May 7, 2023

  1. Fix to allow encoding non ascii in JSON (#153)

    Allow encoding non ascii characters in JSON.
    eyurtsev committed May 7, 2023
    Configuration menu
    Copy the full SHA
    aa10b41 View commit details
    Browse the repository at this point in the history
  2. Add kor to sys path when generating docs (#116)

    Add kor to sys path when generating docs to make it possible to generate docs even if the package isn't installed.
    eyurtsev committed May 7, 2023
    Configuration menu
    Copy the full SHA
    5e40290 View commit details
    Browse the repository at this point in the history
  3. Set default of JSON encoder to ensure_ascii = False (#154)

    * Update default for ensure_ascii in JSON encoder
    * Update doc-strings
    eyurtsev committed May 7, 2023
    Configuration menu
    Copy the full SHA
    0088b03 View commit details
    Browse the repository at this point in the history
  4. Release 0.9.2 (#155)

    Release 0.9.2 See release notes
    eyurtsev committed May 7, 2023
    Configuration menu
    Copy the full SHA
    6d18b93 View commit details
    Browse the repository at this point in the history
Loading