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: mkdocstrings/griffe
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.5.7
Choose a base ref
...
head repository: mkdocstrings/griffe
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.6.0
Choose a head ref
  • 11 commits
  • 33 files changed
  • 3 contributors

Commits on Feb 14, 2025

  1. docs: Light grammar tidying in documentation

    PR-360: #360
    lmmx authored Feb 14, 2025
    Configuration menu
    Copy the full SHA
    9717739 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2025

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

Commits on Feb 24, 2025

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

Commits on Feb 25, 2025

  1. tests: Change test_load_builtin_modules to use module present in PyPy

    Change `test_load_builtin_modules` to use `_operator` rather than `_json`, to fix test failure on PyPy.  PyPy does not feature a `_json` module, whereas `_operator` is present both on CPython and on PyPy.
    
    Issue-362: #362
    PR-363: #363
    mgorny authored Feb 25, 2025
    Configuration menu
    Copy the full SHA
    628d5e8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    040adcf View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2025

  1. Configuration menu
    Copy the full SHA
    3684cd6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d1b6c00 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9929f47 View commit details
    Browse the repository at this point in the history
  4. feat: Allow passing literal docstring styles everywhere in the API, n…

    …ot just `Parser` enumeration values
    pawamoy committed Feb 28, 2025
    Configuration menu
    Copy the full SHA
    053bf20 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2025

  1. fix: Follow symlinks when finding modules

    Issue-mkdocstrings-python-258: mkdocstrings/python#258
    pawamoy committed Mar 1, 2025
    Configuration menu
    Copy the full SHA
    087832f View commit details
    Browse the repository at this point in the history
  2. chore: Prepare release 1.6.0

    pawamoy committed Mar 1, 2025
    Configuration menu
    Copy the full SHA
    e163cfb View commit details
    Browse the repository at this point in the history
Loading