-
-
Notifications
You must be signed in to change notification settings - Fork 63
Comparing changes
Open a pull request
base repository: mkdocstrings/griffe
base: 0.44.0
head repository: mkdocstrings/griffe
compare: 0.45.0
- 17 commits
- 27 files changed
- 2 contributors
Commits on May 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ce1dcec - Browse repository at this point
Copy the full SHA ce1dcecView commit details
Commits on May 6, 2024
-
feat: Load private sibling modules by default when resolving aliases
Before, external modules were only loaded to resolve aliases if the "resolve external" option/parameter was set to true. It meant that users had to explicitely set "external" to true to resolve aliases from `ast` to `_ast`, or to explicitely "preload" the private modules in mkdocstrings. But `external=True` is a bit overpowered, and preloading private modules is a bit annoying. Now, this external parameter accepts a new value, `None`, which also becomes the default value. When external is set to `None`, the loader will automatically load modules to resolve aliases if they are the private sibling of the originating module. It means that users can just load `ast` and be sure that only aliases pointing to `_ast` will be resolved.
Configuration menu - View commit details
-
Copy full SHA for 4806189 - Browse repository at this point
Copy the full SHA 4806189View commit details -
Configuration menu - View commit details
-
Copy full SHA for e418dee - Browse repository at this point
Copy the full SHA e418deeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 77c4ea3 - Browse repository at this point
Copy the full SHA 77c4ea3View commit details
Commits on May 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 141460f - Browse repository at this point
Copy the full SHA 141460fView commit details -
fix: Catch loading errors when loading additional modules during wild…
…card expansion and alias resolution
Configuration menu - View commit details
-
Copy full SHA for 964e0d2 - Browse repository at this point
Copy the full SHA 964e0d2View commit details
Commits on May 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3f74f67 - Browse repository at this point
Copy the full SHA 3f74f67View commit details -
refactor: Avoid side-effect in inspector by checking early if an obje…
…ct is a cached property
Configuration menu - View commit details
-
Copy full SHA for a6bfcfd - Browse repository at this point
Copy the full SHA a6bfcfdView commit details -
refactor: Simplify the code that checks if an object should be aliase…
…d or not during dynamic analysis
Configuration menu - View commit details
-
Copy full SHA for fc794c2 - Browse repository at this point
Copy the full SHA fc794c2View commit details -
refactor: Recurse immediately into non-discoverable submodules (no pa…
…th on disk) during dynamic analysis
Configuration menu - View commit details
-
Copy full SHA for d0b7a1d - Browse repository at this point
Copy the full SHA d0b7a1dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 02b2d7c - Browse repository at this point
Copy the full SHA 02b2d7cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3266f22 - Browse repository at this point
Copy the full SHA 3266f22View commit details -
Configuration menu - View commit details
-
Copy full SHA for 776063d - Browse repository at this point
Copy the full SHA 776063dView commit details -
Configuration menu - View commit details
-
Copy full SHA for bc0f74b - Browse repository at this point
Copy the full SHA bc0f74bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 721ce7d - Browse repository at this point
Copy the full SHA 721ce7dView commit details -
Configuration menu - View commit details
-
Copy full SHA for eeb497f - Browse repository at this point
Copy the full SHA eeb497fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 587346e - Browse repository at this point
Copy the full SHA 587346eView commit details
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.44.0...0.45.0