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.44.0
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.45.0
Choose a head ref
  • 17 commits
  • 27 files changed
  • 2 contributors

Commits on May 3, 2024

  1. chore: Template upgrade

    pawamoy committed May 3, 2024
    Configuration menu
    Copy the full SHA
    ce1dcec View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. 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.
    pawamoy committed May 6, 2024
    Configuration menu
    Copy the full SHA
    4806189 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e418dee View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    77c4ea3 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. tests: Speed up stdlib tests

    pawamoy committed May 7, 2024
    Configuration menu
    Copy the full SHA
    141460f View commit details
    Browse the repository at this point in the history
  2. fix: Catch loading errors when loading additional modules during wild…

    …card expansion and alias resolution
    pawamoy committed May 7, 2024
    Configuration menu
    Copy the full SHA
    964e0d2 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2024

  1. Configuration menu
    Copy the full SHA
    3f74f67 View commit details
    Browse the repository at this point in the history
  2. refactor: Avoid side-effect in inspector by checking early if an obje…

    …ct is a cached property
    pawamoy committed May 12, 2024
    Configuration menu
    Copy the full SHA
    a6bfcfd View commit details
    Browse the repository at this point in the history
  3. refactor: Simplify the code that checks if an object should be aliase…

    …d or not during dynamic analysis
    pawamoy committed May 12, 2024
    Configuration menu
    Copy the full SHA
    fc794c2 View commit details
    Browse the repository at this point in the history
  4. refactor: Recurse immediately into non-discoverable submodules (no pa…

    …th on disk) during dynamic analysis
    pawamoy committed May 12, 2024
    Configuration menu
    Copy the full SHA
    d0b7a1d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    02b2d7c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3266f22 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    776063d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bc0f74b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    721ce7d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    eeb497f View commit details
    Browse the repository at this point in the history
  11. chore: Prepare release 0.45.0

    pawamoy committed May 12, 2024
    Configuration menu
    Copy the full SHA
    587346e View commit details
    Browse the repository at this point in the history
Loading