Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Speed-loading large libraries with get_library_information #74

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Jan 3, 2021

  1. Implement get_library_information interface for speed-loading large l…

    …ibraries
    
    Include support for the get_library_information API extention.
    
    Also includes a fix to deal with kwonly arguments and an extension to allow hosting multiple libraries on a single server.
    JFoederer committed Jan 3, 2021
    Configuration menu
    Copy the full SHA
    99a8d63 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2021

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

Commits on Mar 6, 2021

  1. Follow RF4.0 get_lib_info() interface update

    Explicitly add __intro__ and __init__ docu to get_library_information()
    
    Also includes a fix. Not all libraries have the _names attribute (e.g. Reserved).
    JFoederer committed Mar 6, 2021
    Configuration menu
    Copy the full SHA
    bf76bdd View commit details
    Browse the repository at this point in the history