-
-
Notifications
You must be signed in to change notification settings - Fork 122
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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/mkdocstrings
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.26.2
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: mkdocstrings/mkdocstrings
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.27.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 7 commits
- 13 files changed
- 3 contributors
Commits on Nov 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e732aaa - Browse repository at this point
Copy the full SHA e732aaaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 31b3b37 - Browse repository at this point
Copy the full SHA 31b3b37View commit details -
Configuration menu - View commit details
-
Copy full SHA for abc5acd - Browse repository at this point
Copy the full SHA abc5acdView commit details
Commits on Nov 8, 2024
-
feat: Add support for authentication in inventory file URLs
Issue-707: #707 PR-710: #710 Co-authored-by: Timothée Mazzucotelli <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1c23c1b - Browse repository at this point
Copy the full SHA 1c23c1bView commit details -
refactor: Use %-formatting for logging messages
In most cases: no impact. In some cases: performance improvement, since we then only compute an object's string representation if needed (if the message level is enabled). Typically useful for debug messages, which are often hidden and should avoid runtime costs.
Configuration menu - View commit details
-
Copy full SHA for 0bbb8ca - Browse repository at this point
Copy the full SHA 0bbb8caView commit details -
perf: Reduce footprint of template debug messages
Templates usually log at least one message (that's what the Python handler does). It can easily mean thousands of log messages for even small code bases. Previously, each log message computed the template path, regardless of whether the message's level was enabled or not. Now, this template path is only computed if the message's level is enabled. That means we shave off thousands of (relatively expensive) function calls when MkDocs verbose mode isn't enabled.
Configuration menu - View commit details
-
Copy full SHA for 5648e5a - Browse repository at this point
Copy the full SHA 5648e5aView commit details -
Configuration menu - View commit details
-
Copy full SHA for e0af800 - Browse repository at this point
Copy the full SHA e0af800View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 0.26.2...0.27.0