Skip to content

Commits

Permalink
main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?

Commits on Jan 5, 2024

  1. Merge pull request #27601 from anntzer/dt

    Clarify dollar_ticks example and FormatStrFormatter docs.
    story645 committed Jan 5, 2024
    Copy the full SHA
    d3892d5 View commit details
    Browse the repository at this point in the history
  2. Clarify dollar_ticks example and FormatStrFormatter docs.

    dollar_ticks only uses FormatStrFormatter implicitly.
    anntzer committed Jan 5, 2024
    Copy the full SHA
    a690651 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2024

  1. Merge pull request #27594 from anntzer/vl

    Cleanup viewlims example.
    oscargus committed Jan 4, 2024
    Copy the full SHA
    c287b9f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #27595 from anntzer/ishnnbs

    Fix is_sorted_and_has_non_nan for byteswapped inputs.
    QuLogic committed Jan 4, 2024
    Copy the full SHA
    3a2a9d9 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2024

  1. Cleanup viewlims example.

    - No need to subclass Rectangle; a plain callback is fine.
    - ax.get_xlim/ylim seems more idiomatic than accessing viewLims.
    - Skip duplicated code in initialization.
    anntzer committed Jan 3, 2024
    Copy the full SHA
    f8cd003 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    580740a View commit details
    Browse the repository at this point in the history
  3. Merge pull request #24834 from dstansby/_apply_theta_transforms

    Deprecate apply_theta_transforms=True to PolarTransform
    QuLogic committed Jan 3, 2024
    Copy the full SHA
    8703dc5 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2024

  1. Merge pull request #27591 from dstansby/macos

    Use macOS instead of OSX in comments/docs
    oscargus committed Jan 2, 2024
    Copy the full SHA
    e5098e0 View commit details
    Browse the repository at this point in the history
  2. Use macOS instead of OSX

    dstansby committed Jan 2, 2024
    Copy the full SHA
    6fd141c View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2023

  1. Merge pull request #27578 from dstansby/polar-neg-lims

    Fix polar labels with negative theta limit
    timhoffm committed Dec 29, 2023
    Copy the full SHA
    b4fc72b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #27577 from tacaswell/mnt/better_pickle_message

    MNT: add the running version to pickle warning message
    dstansby committed Dec 29, 2023
    Copy the full SHA
    2467af4 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #27581 from tacaswell/ci/de_locale

    CI: install German lanugage packs an ubuntu test runners
    dstansby committed Dec 29, 2023
    Copy the full SHA
    4df729a View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2023

  1. DOC: soften warning on miss-matched versions in unpickle

    Co-authored-by: Tim Hoffmann <2836374+timhoffm@users.noreply.github.com>
    tacaswell and timhoffm committed Dec 28, 2023
    Copy the full SHA
    d06d04b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #27566 from story645/tags-plot-type

    DOC: changed tag `plot type` to `plot-type`
    timhoffm committed Dec 28, 2023
    Copy the full SHA
    3aadc71 View commit details
    Browse the repository at this point in the history
  3. Update api note

    dstansby committed Dec 28, 2023
    Copy the full SHA
    ee48fb3 View commit details
    Browse the repository at this point in the history
  4. Update deprecation message

    dstansby committed Dec 28, 2023
    Copy the full SHA
    dbda379 View commit details
    Browse the repository at this point in the history
  5. Fix polar type stubs

    dstansby committed Dec 28, 2023
    Copy the full SHA
    0a62fcc View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    10453db View commit details
    Browse the repository at this point in the history
  7. Fix warnings in examples

    Fix example
    dstansby committed Dec 28, 2023
    Copy the full SHA
    1e671bb View commit details
    Browse the repository at this point in the history
  8. Merge pull request #27105 from timhoffm/doc-axes-core

    Use Axes instead of axes core library code
    dstansby committed Dec 28, 2023
    Copy the full SHA
    7151a98 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #27575 from dstansby/dev-install-quotes

    Add quotes round .[dev] in editable install command
    story645 committed Dec 28, 2023
    Copy the full SHA
    c4d8bf8 View commit details
    Browse the repository at this point in the history
  10. CI: install German lanugage packs an ubuntu test runners

    Increase coverage of locale tests.
    tacaswell committed Dec 28, 2023
    Copy the full SHA
    27971aa View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    c57d8e1 View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    2c91f98 View commit details
    Browse the repository at this point in the history
  13. Copy the full SHA
    b448209 View commit details
    Browse the repository at this point in the history
  14. Copy the full SHA
    265e49e View commit details
    Browse the repository at this point in the history
  15. Copy the full SHA
    82e5abf View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2023

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

Commits on Dec 22, 2023

  1. Merge pull request #27104 from timhoffm/doc-axes

    Use Axes instead of axes in galleries
    timhoffm committed Dec 22, 2023
    Copy the full SHA
    e5a85f9 View commit details
    Browse the repository at this point in the history
  2. Use Axes instead of axes in galleries

    Part of #18726.
    timhoffm committed Dec 22, 2023
    Copy the full SHA
    826bf83 View commit details
    Browse the repository at this point in the history
  3. Use Axes instead of axes core library code

    Part of #18726.
    timhoffm committed Dec 22, 2023
    Copy the full SHA
    30a6af3 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2023

  1. Merge pull request #27373 from anntzer/gfi

    Transpose grid_finder tick representation.
    QuLogic committed Dec 20, 2023
    Copy the full SHA
    8f296db View commit details
    Browse the repository at this point in the history
  2. Merge pull request #27363 from QuLogic/better-coverage

    ci: Improve coverage for compiled code
    ksunden committed Dec 20, 2023
    Copy the full SHA
    f088368 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #27200 from timhoffm/doc-type-ref

    DOC: Add role for custom informal types like color
    tacaswell committed Dec 20, 2023
    Copy the full SHA
    502b311 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    2ea5c58 View commit details
    Browse the repository at this point in the history
Older