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: joblib/joblib Loading
base: 1.0.1
Choose a base ref
...
head repository: joblib/joblib Loading
compare: 1.1.1
Choose a head ref
  • 17 commits
  • 32 files changed
  • 16 contributors

Commits on Feb 9, 2021

  1. Back to dev mode

    ogrisel committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    5c7c456 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2021

  1. DOC: improve Memory bytes_limit documentation. (#1166)

    Co-authored-by: Thomas Moreau <[email protected]>
    lesteve and tomMoral committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    b397442 View commit details
    Browse the repository at this point in the history
  2. Use inspect.signature() instead of inspect.getfullargspec() (#1165)

    This fixes a bug with the ignore parameter when the cached function is decorated
    
    Co-authored-by: Loïc Estève <[email protected]>
    jwodder and lesteve committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    457d2c8 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2021

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

Commits on May 27, 2021

  1. DOC: fix typos (#1157)

    bwignall committed May 27, 2021
    Configuration menu
    Copy the full SHA
    bb8b5a5 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2021

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

Commits on Jun 1, 2021

  1. Remove CircleCI. (#1189)

    lesteve committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    21ef823 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e96152f View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2021

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

Commits on Aug 24, 2021

  1. ENH Add check_call_in_cache method to check cache without calling fun…

    …ction (#820)
    
    Co-authored-by: cottrell <[email protected]>
    Co-authored-by: Olivier Grisel <[email protected]>
    Co-authored-by: Thomas Moreau <[email protected]>
    4 people committed Aug 24, 2021
    Configuration menu
    Copy the full SHA
    0426d6b View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2021

  1. Vendor up (#1218)

    ogrisel committed Sep 13, 2021
    Configuration menu
    Copy the full SHA
    96c8e1c View commit details
    Browse the repository at this point in the history
  2. MAINT fix setup.py warning (#1191)

    Fix the following setup.py warning:
    
        /usr/lib/python3.10/site-packages/setuptools/dist.py:691: UserWarning: Usage of dash-separated 'doc-files' will not be supported in future versions. Please use the underscore name 'doc_files' instead
    mgorny committed Sep 13, 2021
    Configuration menu
    Copy the full SHA
    1384882 View commit details
    Browse the repository at this point in the history
  3. Update of mmap_mode description (#1203)

    Co-authored-by: Olivier Grisel <[email protected]>
    drfraser and ogrisel committed Sep 13, 2021
    Configuration menu
    Copy the full SHA
    9c6cc4c View commit details
    Browse the repository at this point in the history
  4. Handle new naming scheme in newer Jupyter notebook (#1214)

    
    Co-authored-by: Olivier Grisel <[email protected]>
    mjziebarth and ogrisel committed Sep 13, 2021
    Configuration menu
    Copy the full SHA
    0730b77 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2021

  1. Configuration menu
    Copy the full SHA
    dbf0a57 View commit details
    Browse the repository at this point in the history
  2. Release 1.1.0

    GaelVaroquaux committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    d9302a1 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2022

  1. Release 1.1.1 (#1352)

    
    Co-authored-by: Adrin Jalali <[email protected]>
    jeremiedbb and adrinjalali committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    f08737d View commit details
    Browse the repository at this point in the history
Loading