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/python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.8.3
Choose a base ref
...
head repository: mkdocstrings/python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.9.0
Choose a head ref
  • 16 commits
  • 32 files changed
  • 4 contributors

Commits on Jan 23, 2023

  1. ci: Fix typing

    Fixes problems reported by mypy.
    
    Related typeshed issue: python/typeshed#8430
    PR #53: #53
    ssbarnea authored Jan 23, 2023
    Configuration menu
    Copy the full SHA
    3cbe472 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    32be783 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f5ea6fd View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2023

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

Commits on Mar 3, 2023

  1. Configuration menu
    Copy the full SHA
    50d5417 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9164742 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f2eee9a View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2023

  1. feat: Allow pre-loading modules

    Add option to preload modules.
    Preloading modules allows to render members of objects
    that originate from other packages than their parent.
    Direct members of modules must be listed in `__all__`.
    
    This option typically allows to render aliases,
    by collecting their parent module (package)
    which allows to resolve these aliases.
    
    Issue mkdocstrings/mkdocstrings#503: mkdocstrings/mkdocstrings#503
    PR #60: #60
    gilfree authored Mar 5, 2023
    Configuration menu
    Copy the full SHA
    36002cb View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2023

  1. feat: Allow resolving alias to external modules

    PR #61: #61
    Follow-up of PR #60: #60
    Co-authored-by: gilfree <gilfree@users.noreply.github.com>
    gilfree authored Mar 7, 2023
    Configuration menu
    Copy the full SHA
    02052e2 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2023

  1. Configuration menu
    Copy the full SHA
    277bad0 View commit details
    Browse the repository at this point in the history
  2. chore: Template upgrade

    pawamoy committed Apr 1, 2023
    Configuration menu
    Copy the full SHA
    80480b0 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2023

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

    pawamoy committed Apr 2, 2023
    Configuration menu
    Copy the full SHA
    1a131d7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a190e2c View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2023

  1. Configuration menu
    Copy the full SHA
    075735c View commit details
    Browse the repository at this point in the history
  2. chore: Prepare release 0.9.0

    pawamoy committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    c40d166 View commit details
    Browse the repository at this point in the history
Loading