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

Release v3.1.1 #842

Merged
merged 52 commits into from
Jun 9, 2024
Merged

Release v3.1.1 #842

merged 52 commits into from
Jun 9, 2024

Commits on Mar 2, 2024

  1. Reenable develop

    evhub committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    7045486 View commit details
    Browse the repository at this point in the history
  2. Add test

    evhub committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    777afca View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. Fix color

    evhub committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    fcb2c2e View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. Fix min and max

    Resolves   #834.
    evhub committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    2566839 View commit details
    Browse the repository at this point in the history
  2. Fix pytest error

    evhub committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    338a338 View commit details
    Browse the repository at this point in the history
  3. Add case def

    Resolves   #833.
    evhub committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    4ec91fb View commit details
    Browse the repository at this point in the history
  4. Fix case def

    evhub committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    9a9b41e View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. Improve PEP 695 implementation

    Refs   #757.
    evhub committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    76c956c View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. Fix tests

    evhub committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    c4893a3 View commit details
    Browse the repository at this point in the history
  2. Fix test

    evhub committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    c3925ef View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2024

  1. Improve case def

    Refs   #833.
    evhub committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    301eaf8 View commit details
    Browse the repository at this point in the history
  2. Fix case def docstrings

    evhub committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    c4f3afb View commit details
    Browse the repository at this point in the history
  3. Add support for op case defs

    evhub committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    c34d32b View commit details
    Browse the repository at this point in the history
  4. Improve call operator

    evhub committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    90df442 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2024

  1. Fix typing

    evhub committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    6528598 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2024

  1. Add CoconutWarning

    evhub committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    3399074 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. Add tests and documentation

    evhub committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    15f3825 View commit details
    Browse the repository at this point in the history
  2. Add more tests

    evhub committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    0884adf View commit details
    Browse the repository at this point in the history
  3. Improve errors

    evhub committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    2e2f06c View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. Add deprecation warning

    evhub committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    878aacf View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2024

  1. Use new arg name ellision syntax

    Resolves   #811.
    evhub committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    33ff96a View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. Use case not match in case def

    Refs   #833.
    evhub committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    634eb5a View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2024

  1. Fix tests

    evhub committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    dc68af5 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2024

  1. Fix xonsh test

    evhub committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    32296cf View commit details
    Browse the repository at this point in the history
  2. Further fix prelude test

    evhub committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    c52c48c View commit details
    Browse the repository at this point in the history
  3. Improve pypy tests

    evhub committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    7c60c77 View commit details
    Browse the repository at this point in the history
  4. Start implementing pyright

    evhub committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    42958a6 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2024

  1. Warn on implicit str concat

    Resolves   #837.
    evhub committed May 4, 2024
    Configuration menu
    Copy the full SHA
    89825ed View commit details
    Browse the repository at this point in the history

Commits on May 5, 2024

  1. Configuration menu
    Copy the full SHA
    1790eab View commit details
    Browse the repository at this point in the history
  2. Make small optimizations

    evhub committed May 5, 2024
    Configuration menu
    Copy the full SHA
    add5a3e View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. Clean up header

    evhub committed May 9, 2024
    Configuration menu
    Copy the full SHA
    452034b View commit details
    Browse the repository at this point in the history

Commits on May 11, 2024

  1. Fix f str = handling

    evhub committed May 11, 2024
    Configuration menu
    Copy the full SHA
    34f1381 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2024

  1. Fix f str handling

    evhub committed May 12, 2024
    Configuration menu
    Copy the full SHA
    b2c4e5f View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Improve color detection

    evhub committed May 13, 2024
    Configuration menu
    Copy the full SHA
    0196d71 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. Improve watching

    evhub committed May 24, 2024
    Configuration menu
    Copy the full SHA
    570c918 View commit details
    Browse the repository at this point in the history
  2. Further improve watching

    evhub committed May 24, 2024
    Configuration menu
    Copy the full SHA
    2b4edd0 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2024

  1. Improve --profile

    evhub committed May 26, 2024
    Configuration menu
    Copy the full SHA
    e2d8a20 View commit details
    Browse the repository at this point in the history
  2. Optimize with new cPyparsing

    evhub committed May 26, 2024
    Configuration menu
    Copy the full SHA
    e2ccf35 View commit details
    Browse the repository at this point in the history
  3. Reduce cache usage

    evhub committed May 26, 2024
    Configuration menu
    Copy the full SHA
    9a38ac8 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. Fix tests

    evhub committed May 27, 2024
    Configuration menu
    Copy the full SHA
    dfbd5b6 View commit details
    Browse the repository at this point in the history
  2. Fix errors

    evhub committed May 27, 2024
    Configuration menu
    Copy the full SHA
    33e8671 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. Add hybrid parsing support

    evhub committed May 28, 2024
    Configuration menu
    Copy the full SHA
    b3c887a View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. Fix py2

    evhub committed May 29, 2024
    Configuration menu
    Copy the full SHA
    9959820 View commit details
    Browse the repository at this point in the history
  2. Fix str parsing

    Resolves   #839.
    evhub committed May 29, 2024
    Configuration menu
    Copy the full SHA
    bad4ec5 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. Fix 3.12 test

    evhub committed May 31, 2024
    Configuration menu
    Copy the full SHA
    ea17565 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

  1. Improve watching

    evhub committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    03eade4 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. Add initial pyright support

    Refs   #785.
    evhub committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    01e6b34 View commit details
    Browse the repository at this point in the history
  2. Bump dependencies

    evhub committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    d6e527d View commit details
    Browse the repository at this point in the history
  3. Increase robustness

    evhub committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    1d682b7 View commit details
    Browse the repository at this point in the history
  4. Improve pyright support

    evhub committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    81286d9 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2024

  1. Prepare for v3.1.1

    evhub committed Jun 8, 2024
    Configuration menu
    Copy the full SHA
    f8641c4 View commit details
    Browse the repository at this point in the history
  2. Fix pyright support

    evhub committed Jun 8, 2024
    Configuration menu
    Copy the full SHA
    7734cf8 View commit details
    Browse the repository at this point in the history