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

Commits on Jul 22, 2023

  1. docs: Fix typo (#182)

    AntoineD authored Jul 22, 2023
    Configuration menu
    Copy the full SHA
    1e7b869 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. chore: Template upgrade

    pawamoy committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    1352a65 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3e148dc View commit details
    Browse the repository at this point in the history
  3. ci: Auto-remove noqas

    pawamoy committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    4543cd9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    959116d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    02c77c1 View commit details
    Browse the repository at this point in the history
  6. chore: Remove rej file

    pawamoy committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    0ffedf9 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

  1. feat: Add -V, --version CLI flag to show version

    Issue #186: #186
    PR #187: #187
    Co-authored-by: Timothée Mazzucotelli <[email protected]>
    jgarte authored Aug 4, 2023
    Configuration menu
    Copy the full SHA
    a41515f View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2023

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

Commits on Aug 7, 2023

  1. refactor: Improve expressions

    Expressions are now proper objects,
    not just recursive lists of strings and names.
    This increases robustness for checking if
    an expression is a tuple, an iterator, etc.,
    and when getting the n-th item of tuples, etc.
    
    This will also make it easier to write
    powerful and robust Griffe extensions.
    
    Breaking changes:
    - `griffe.expressions.Name` was removed
    - `griffe.expressions.Expression` was removed
    - mkdocstrings-python 1.2.1 templates won't work
      with the new expressions
    pawamoy committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    66c8ad5 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. Configuration menu
    Copy the full SHA
    0fe8f91 View commit details
    Browse the repository at this point in the history
  2. ci: Quality

    pawamoy committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    68ff56d View commit details
    Browse the repository at this point in the history
  3. chore: Prepare release 0.33.0

    pawamoy committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    18398b7 View commit details
    Browse the repository at this point in the history
Loading