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.0.0 #735

Merged
merged 185 commits into from
May 2, 2023
Merged

Release v3.0.0 #735

merged 185 commits into from
May 2, 2023

Commits on Nov 14, 2022

  1. Reenable develop

    evhub committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    faa7d66 View commit details
    Browse the repository at this point in the history
  2. Fix typedef wrapping

    evhub committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    d13217b View commit details
    Browse the repository at this point in the history
  3. Minor code cleanup

    evhub committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    c14787a View commit details
    Browse the repository at this point in the history
  4. Fix py2 test

    evhub committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    9379cf5 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2022

  1. Warn about overriding builtins

    Resolves   #684.
    evhub committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    0a5cf57 View commit details
    Browse the repository at this point in the history
  2. Fix mypy test errors

    evhub committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    12933bd View commit details
    Browse the repository at this point in the history
  3. Change error message

    evhub committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    b354bf8 View commit details
    Browse the repository at this point in the history
  4. Fix errmsg test

    evhub committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    44a8f82 View commit details
    Browse the repository at this point in the history
  5. Increase compiler strictness

    Resolves   #685.
    evhub committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    74d0935 View commit details
    Browse the repository at this point in the history
  6. Fix tests

    evhub committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    43e70b8 View commit details
    Browse the repository at this point in the history
  7. Clarify kernel names

    evhub committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    106d7a3 View commit details
    Browse the repository at this point in the history
  8. Fix pyston test

    evhub committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    e5c9f66 View commit details
    Browse the repository at this point in the history
  9. Improve error messages

    evhub committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    5216913 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2022

  1. Add <: bound spec op

    Resolves #686.
    evhub committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    66c5fcc View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2022

  1. Improve --no-wrap docs

    Refs   #687.
    evhub committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    5c4a450 View commit details
    Browse the repository at this point in the history
  2. Fix line nums, no-wrap testing

    evhub committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    9561b6e View commit details
    Browse the repository at this point in the history
  3. Use --no-wrap in kernel

    Resolves   #687.
    evhub committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    b1915af View commit details
    Browse the repository at this point in the history
  4. Fix test

    evhub committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    c7822f5 View commit details
    Browse the repository at this point in the history
  5. Improve docs, perf

    evhub committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    64c8c5a View commit details
    Browse the repository at this point in the history
  6. Improve --jupyter perf

    evhub committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    7f729de View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2022

  1. Clean up command

    evhub committed Nov 19, 2022
    Configuration menu
    Copy the full SHA
    735a960 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2022

  1. Fix tests on old Pythons

    evhub committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    4ee388a View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2022

  1. Fix py39 test

    evhub committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    9000c32 View commit details
    Browse the repository at this point in the history
  2. Add another wrong char check

    evhub committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    63a7e3c View commit details
    Browse the repository at this point in the history
  3. Remove ur/ru strs

    evhub committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    0c16a33 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2022

  1. Add typing backport

    evhub committed Nov 27, 2022
    Configuration menu
    Copy the full SHA
    081598c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    15be37c View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2022

  1. Configuration menu
    Copy the full SHA
    9660252 View commit details
    Browse the repository at this point in the history
  2. Fix tests

    evhub committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    eb35ec1 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2022

  1. Improve timing

    evhub committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    4e18d4a View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2022

  1. Fix recursion limit

    evhub committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    11c4132 View commit details
    Browse the repository at this point in the history
  2. Improve dotted funcdef

    evhub committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    f979622 View commit details
    Browse the repository at this point in the history
  3. Add numpy support to all_equal

    Resolves   #689.
    evhub committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    3cc98f9 View commit details
    Browse the repository at this point in the history
  4. Start adding cartesian_product

    evhub committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    b0d2e33 View commit details
    Browse the repository at this point in the history
  5. Fix cartesian_product

    Resolves   #688.
    evhub committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    a7b2deb View commit details
    Browse the repository at this point in the history
  6. Add numpy support to flatten

    Resolves   #689.
    evhub committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    b608dfc View commit details
    Browse the repository at this point in the history
  7. Improve copying, docs

    evhub committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    4bf1eb0 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2022

  1. Fix teeing, copying

    evhub committed Dec 3, 2022
    Configuration menu
    Copy the full SHA
    9108b71 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2022

  1. Fix py2 error

    evhub committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    4f26087 View commit details
    Browse the repository at this point in the history
  2. Improve docstring

    evhub committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    ac9be06 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2022

  1. Improve builtins

    Resolves   #692, #693.
    evhub committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    0bacc51 View commit details
    Browse the repository at this point in the history
  2. Rename of to call

    Refs   #691.
    evhub committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    caca549 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2022

  1. Make chain of reiterables reiterable

    Resolves   #697.
    evhub committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    d430528 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6655970 View commit details
    Browse the repository at this point in the history
  3. Add multisets

    Resolves   #694.
    evhub committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    58ed15d View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2022

  1. Fix py2 __bool__, remove unclear unicode alts

    Resolves   #699, #700.
    evhub committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    dab943a View commit details
    Browse the repository at this point in the history
  2. Remove more unicode alts

    Resolves   #700.
    evhub committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    d77cce4 View commit details
    Browse the repository at this point in the history
  3. Add multiset.total

    evhub committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    645ec13 View commit details
    Browse the repository at this point in the history
  4. Fix multiset comparisons

    evhub committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    793a412 View commit details
    Browse the repository at this point in the history
  5. Support set literal unpacking

    Resolves   #695.
    evhub committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    c450e5a View commit details
    Browse the repository at this point in the history
  6. Add cycle

    Resolves   #690.
    evhub committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    d321aea View commit details
    Browse the repository at this point in the history
  7. Add numpy cycle support

    Resolves   #690.
    evhub committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    0072c6e View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2022

  1. Remove some numpy support

    Resolves   #689.
    evhub committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    373f621 View commit details
    Browse the repository at this point in the history
  2. Fix py2, improve docs, tests

    evhub committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    f4f5f6c View commit details
    Browse the repository at this point in the history
  3. Add windowed builtin

    evhub committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    234df71 View commit details
    Browse the repository at this point in the history
  4. Finish windows built-in

    Resolves   #701.
    evhub committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    7c86b4a View commit details
    Browse the repository at this point in the history
  5. Improve docs, tests

    evhub committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    cacf227 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2022

  1. Change windows to windowsof

    evhub committed Dec 10, 2022
    Configuration menu
    Copy the full SHA
    7ea9746 View commit details
    Browse the repository at this point in the history
  2. Update requirements

    evhub committed Dec 10, 2022
    Configuration menu
    Copy the full SHA
    74aaaf8 View commit details
    Browse the repository at this point in the history
  3. Make addpattern nary

    Resolves   #702.
    evhub committed Dec 10, 2022
    Configuration menu
    Copy the full SHA
    d2ed8ac View commit details
    Browse the repository at this point in the history
  4. Minor cleanup

    evhub committed Dec 10, 2022
    Configuration menu
    Copy the full SHA
    7c4a0d8 View commit details
    Browse the repository at this point in the history
  5. Reduce v2 warnings

    evhub committed Dec 10, 2022
    Configuration menu
    Copy the full SHA
    6bbb60e View commit details
    Browse the repository at this point in the history
  6. Add fillvalue to groupsof

    Resolves   #703.
    evhub committed Dec 10, 2022
    Configuration menu
    Copy the full SHA
    3d5ec7f View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2022

  1. Fix typing

    evhub committed Dec 11, 2022
    Configuration menu
    Copy the full SHA
    aca8019 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2022

  1. Improve builtins

    Resolves   #704.
    evhub committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    d185a6a View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2022

  1. Update pre-commit hooks

    evhub committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    f531dc1 View commit details
    Browse the repository at this point in the history
  2. Make builtins weakrefable

    Resolves   #705.
    evhub committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    0f14d25 View commit details
    Browse the repository at this point in the history
  3. Fix pypy error

    evhub committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    9d9e9d4 View commit details
    Browse the repository at this point in the history
  4. Improve header

    evhub committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    f0c01fd View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2022

  1. Fix py2

    evhub committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    b80f113 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2022

  1. Improve docs

    evhub committed Dec 17, 2022
    Configuration menu
    Copy the full SHA
    6d1a47d View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2022

  1. Fix multiple MatchErrors

    Resolves   #706.
    evhub committed Dec 24, 2022
    Configuration menu
    Copy the full SHA
    9b97a11 View commit details
    Browse the repository at this point in the history
  2. Fix py2, header recompilation

    Refs   #706.
    evhub committed Dec 24, 2022
    Configuration menu
    Copy the full SHA
    67dd447 View commit details
    Browse the repository at this point in the history
  3. Further fix header handling

    evhub committed Dec 24, 2022
    Configuration menu
    Copy the full SHA
    90bb2b7 View commit details
    Browse the repository at this point in the history
  4. Attempt to fix pickling

    evhub committed Dec 24, 2022
    Configuration menu
    Copy the full SHA
    42d53f7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6344246 View commit details
    Browse the repository at this point in the history
  6. Fix py2

    evhub committed Dec 24, 2022
    Configuration menu
    Copy the full SHA
    78e1cc1 View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2022

  1. Add and_then, join to Expected

    Refs   #691.
    evhub committed Dec 25, 2022
    Configuration menu
    Copy the full SHA
    71b6e43 View commit details
    Browse the repository at this point in the history
  2. Add result_or, unwrap to Expected

    Refs   #691.
    evhub committed Dec 25, 2022
    Configuration menu
    Copy the full SHA
    5bd0e63 View commit details
    Browse the repository at this point in the history
  3. Add or_else, result_or_else to Expected

    Refs   #691.
    evhub committed Dec 25, 2022
    Configuration menu
    Copy the full SHA
    e7a2316 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2022

  1. Improve matching on datas with defaults

    Resolves   #708.
    evhub committed Dec 26, 2022
    Configuration menu
    Copy the full SHA
    a137c16 View commit details
    Browse the repository at this point in the history
  2. Improve docs

    evhub committed Dec 26, 2022
    Configuration menu
    Copy the full SHA
    5e697ce View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2022

  1. Improve paren balancer

    evhub committed Dec 27, 2022
    Configuration menu
    Copy the full SHA
    3786515 View commit details
    Browse the repository at this point in the history
  2. Update pre-commit

    evhub committed Dec 27, 2022
    Configuration menu
    Copy the full SHA
    683ea4e View commit details
    Browse the repository at this point in the history
  3. Undo fmap of None is None

    Closes   #692.
    evhub committed Dec 27, 2022
    Configuration menu
    Copy the full SHA
    2d2cdb3 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2022

  1. Add new pipe operators

    Resolves   #710, #711.
    evhub committed Dec 28, 2022
    Configuration menu
    Copy the full SHA
    cc065b7 View commit details
    Browse the repository at this point in the history
  2. Fix local sys binding

    evhub committed Dec 28, 2022
    Configuration menu
    Copy the full SHA
    d3749f3 View commit details
    Browse the repository at this point in the history
  3. Fix docs

    evhub committed Dec 28, 2022
    Configuration menu
    Copy the full SHA
    7f62072 View commit details
    Browse the repository at this point in the history
  4. Fix MatchError pickling

    evhub committed Dec 28, 2022
    Configuration menu
    Copy the full SHA
    1a5ac66 View commit details
    Browse the repository at this point in the history
  5. Release v2.2.0

    evhub committed Dec 28, 2022
    Configuration menu
    Copy the full SHA
    3f67b6f View commit details
    Browse the repository at this point in the history
  6. Fix extras test

    evhub committed Dec 28, 2022
    Configuration menu
    Copy the full SHA
    0f7339d View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2022

  1. Configuration menu
    Copy the full SHA
    fa928c3 View commit details
    Browse the repository at this point in the history
  2. Reenable develop

    evhub committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    db20304 View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2023

  1. Add map_error to Expected

    evhub committed Jan 1, 2023
    Configuration menu
    Copy the full SHA
    ba13d13 View commit details
    Browse the repository at this point in the history
  2. Clean up header

    evhub committed Jan 1, 2023
    Configuration menu
    Copy the full SHA
    e9c5a77 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2023

  1. Improve Expected help

    evhub committed Jan 2, 2023
    Configuration menu
    Copy the full SHA
    a15ebc7 View commit details
    Browse the repository at this point in the history
  2. Improve header_info, --target

    evhub committed Jan 2, 2023
    Configuration menu
    Copy the full SHA
    bfe2d28 View commit details
    Browse the repository at this point in the history
  3. Improve docs

    evhub committed Jan 2, 2023
    Configuration menu
    Copy the full SHA
    42fd75b View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2023

  1. Add implicit coefficient syntax

    Refs   #707.
    evhub committed Jan 7, 2023
    Configuration menu
    Copy the full SHA
    269de48 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2023

  1. Improve set matching

    Resolves   #714.
    evhub committed Jan 8, 2023
    Configuration menu
    Copy the full SHA
    d6e378d View commit details
    Browse the repository at this point in the history
  2. Fix broken test

    evhub committed Jan 8, 2023
    Configuration menu
    Copy the full SHA
    04db2a9 View commit details
    Browse the repository at this point in the history
  3. Fix pypy test

    evhub committed Jan 8, 2023
    Configuration menu
    Copy the full SHA
    f5d0ec2 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2023

  1. Finish coefficient syntax

    Resolves   #707.
    evhub committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    afa0e6c View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2023

  1. Fix tests

    evhub committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    1191ada View commit details
    Browse the repository at this point in the history
  2. Further fix tests

    evhub committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    dff2b4f View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2023

  1. Test removing jedi pin

    evhub committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    ec2ecf3 View commit details
    Browse the repository at this point in the history
  2. Fix pinned versions

    evhub committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    b4e174f View commit details
    Browse the repository at this point in the history
  3. Clean up constants test

    evhub committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    e8a896a View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2023

  1. Fix coefficients, pypy, errmsgs

    evhub committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    6ef2c18 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1f2b187 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2023

  1. Improve typing, refcounting

    evhub committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    c7cca8c View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2023

  1. Test making pypy and cpy match

    evhub committed Jan 14, 2023
    Configuration menu
    Copy the full SHA
    d5e5f78 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    248530f View commit details
    Browse the repository at this point in the history
  3. Test with no computation graph

    evhub committed Jan 14, 2023
    Configuration menu
    Copy the full SHA
    a3d3d45 View commit details
    Browse the repository at this point in the history
  4. Add torch support

    evhub committed Jan 14, 2023
    Configuration menu
    Copy the full SHA
    4743345 View commit details
    Browse the repository at this point in the history
  5. Get some more debugging info

    evhub committed Jan 14, 2023
    Configuration menu
    Copy the full SHA
    68ae7e1 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2023

  1. Attempt to fix pypy

    evhub committed Jan 15, 2023
    Configuration menu
    Copy the full SHA
    3aea6be View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2023

  1. Rename to --no-wrap-types

    evhub committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    6dff5ff View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2023

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

Commits on Jan 28, 2023

  1. Fix kernelspec test

    evhub committed Jan 28, 2023
    Configuration menu
    Copy the full SHA
    cd24a4f View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2023

  1. Link new emacs support

    Thanks   @kobarity!
    evhub committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    d12cd99 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2023

  1. Fix jupyter qtconsole

    Resolves   #717.
    evhub committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    a67bbe8 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2023

  1. Fix multi_enumerate

    evhub committed Feb 11, 2023
    Configuration menu
    Copy the full SHA
    2aeb24d View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2023

  1. Allow addpattern with no existing function

    Resolves   #718.
    evhub committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    a2565e0 View commit details
    Browse the repository at this point in the history
  2. Add (is not) and (not in)

    Resolves   #721.
    evhub committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    f74465e View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2023

  1. Add some more tests

    evhub committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    1c21ca1 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2023

  1. Improve error message

    evhub committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    f94bf8f View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2023

  1. Properly universalize dicts

    Resolves   #723.
    evhub committed Mar 11, 2023
    Configuration menu
    Copy the full SHA
    26b3b7c View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2023

  1. Improve test error messages

    evhub committed Mar 12, 2023
    Configuration menu
    Copy the full SHA
    7e47001 View commit details
    Browse the repository at this point in the history
  2. Fix numpy test

    evhub committed Mar 12, 2023
    Configuration menu
    Copy the full SHA
    96f69e5 View commit details
    Browse the repository at this point in the history
  3. Fix mypy error

    evhub committed Mar 12, 2023
    Configuration menu
    Copy the full SHA
    9ef03b4 View commit details
    Browse the repository at this point in the history
  4. Further fix mypy

    evhub committed Mar 12, 2023
    Configuration menu
    Copy the full SHA
    a557bb9 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2023

  1. Fix py2 dict issues

    evhub committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    598bdbd View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2023

  1. Fix py35 issues

    evhub committed Mar 18, 2023
    Configuration menu
    Copy the full SHA
    9af1fcb View commit details
    Browse the repository at this point in the history
  2. Fix more compat issues

    evhub committed Mar 18, 2023
    Configuration menu
    Copy the full SHA
    d652d91 View commit details
    Browse the repository at this point in the history
  3. Fix broken test

    evhub committed Mar 18, 2023
    Configuration menu
    Copy the full SHA
    5985829 View commit details
    Browse the repository at this point in the history
  4. Fix dict, typing errors

    evhub committed Mar 18, 2023
    Configuration menu
    Copy the full SHA
    0b75f88 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2023

  1. Fix xontrib unloading

    Refs   #724.
    evhub committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    0b4cc09 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2023

  1. Disable coconut in xonsh execx

    Refs   #724.
    evhub committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    cb36931 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2023

  1. Fix (in) operator

    Resolves   #725.
    evhub committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    bda76bf View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2023

  1. Add combinator tests

    evhub committed Apr 8, 2023
    Configuration menu
    Copy the full SHA
    1801648 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2023

  1. Fix xonsh line numbers

    Resolves   #726.
    evhub committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    34c9568 View commit details
    Browse the repository at this point in the history
  2. Fix xontrib unloading

    evhub committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    d68aa05 View commit details
    Browse the repository at this point in the history
  3. Improve xonsh test

    evhub committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    4f93fa6 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2023

  1. Fix combinator tests

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

Commits on Apr 15, 2023

  1. Make async/await hard kwds

    evhub committed Apr 15, 2023
    Configuration menu
    Copy the full SHA
    7281f15 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2023

  1. Fix super() in match func

    Resolves   #728.
    evhub committed Apr 16, 2023
    Configuration menu
    Copy the full SHA
    f725b58 View commit details
    Browse the repository at this point in the history
  2. Allow pipe into await

    Resolves   #727.
    evhub committed Apr 16, 2023
    Configuration menu
    Copy the full SHA
    74b0ffb View commit details
    Browse the repository at this point in the history
  3. Fix --verbose

    evhub committed Apr 16, 2023
    Configuration menu
    Copy the full SHA
    d209297 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2023

  1. Disallow confusing syntax

    evhub committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    4a448f5 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2023

  1. Remove implicit getattr partials

    Resolves   #730.
    evhub committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    62db4b0 View commit details
    Browse the repository at this point in the history
  2. Add copyclosure functions

    Resolves   #731.
    evhub committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    6be6e90 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2023

  1. Fix dotted copyclosure funcs

    evhub committed Apr 22, 2023
    Configuration menu
    Copy the full SHA
    1e86b87 View commit details
    Browse the repository at this point in the history
  2. Minor performance tuning

    evhub committed Apr 22, 2023
    Configuration menu
    Copy the full SHA
    71ba4e9 View commit details
    Browse the repository at this point in the history
  3. Fix mypy errors

    evhub committed Apr 22, 2023
    Configuration menu
    Copy the full SHA
    b2fb794 View commit details
    Browse the repository at this point in the history
  4. Fix dict union

    evhub committed Apr 22, 2023
    Configuration menu
    Copy the full SHA
    bc645c4 View commit details
    Browse the repository at this point in the history
  5. Fix root, docs

    evhub committed Apr 22, 2023
    Configuration menu
    Copy the full SHA
    263fc06 View commit details
    Browse the repository at this point in the history
  6. Fix reqs

    evhub committed Apr 22, 2023
    Configuration menu
    Copy the full SHA
    7f10894 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2023

  1. Configuration menu
    Copy the full SHA
    9318827 View commit details
    Browse the repository at this point in the history
  2. Add protocol intersection operator

    Refs   #709.
    evhub committed Apr 23, 2023
    Configuration menu
    Copy the full SHA
    be2656e View commit details
    Browse the repository at this point in the history
  3. Fix protocol intersection

    evhub committed Apr 23, 2023
    Configuration menu
    Copy the full SHA
    c82a8cf View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2023

  1. Add protocol operators

    Resolves   #709.
    evhub committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    d5ad1f8 View commit details
    Browse the repository at this point in the history
  2. Lots of fixes

    evhub committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    f146d1b View commit details
    Browse the repository at this point in the history
  3. Make --jobs default to sys

    Resolves   #732.
    evhub committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    c88dcb4 View commit details
    Browse the repository at this point in the history
  4. Fix wrap_comment

    evhub committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    a36776a View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2023

  1. Fix --jobs

    evhub committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    2799c41 View commit details
    Browse the repository at this point in the history
  2. Fix requirements

    evhub committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    932de0e View commit details
    Browse the repository at this point in the history
  3. Fix test errors

    evhub committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    0a30552 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2023

  1. Fix annotation wrapping

    evhub committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    3628e4f View commit details
    Browse the repository at this point in the history
  2. Fix typing copyclosure funcs

    evhub committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    4938f4b View commit details
    Browse the repository at this point in the history
  3. Attempt to fix multiprocessing

    evhub committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    6b398e6 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2023

  1. Increase stack size

    evhub committed Apr 29, 2023
    Configuration menu
    Copy the full SHA
    55bd706 View commit details
    Browse the repository at this point in the history
  2. Fix ipy reqs

    evhub committed Apr 29, 2023
    Configuration menu
    Copy the full SHA
    d26cd46 View commit details
    Browse the repository at this point in the history
  3. Fix more test errors

    evhub committed Apr 29, 2023
    Configuration menu
    Copy the full SHA
    a4514dc View commit details
    Browse the repository at this point in the history
  4. Improve pandas support

    Resolves   #734.
    evhub committed Apr 29, 2023
    Configuration menu
    Copy the full SHA
    2748093 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2023

  1. Improve .$[]

    Resolves   #733.
    evhub committed Apr 30, 2023
    Configuration menu
    Copy the full SHA
    4a04492 View commit details
    Browse the repository at this point in the history
  2. Fix req errors

    evhub committed Apr 30, 2023
    Configuration menu
    Copy the full SHA
    52553e9 View commit details
    Browse the repository at this point in the history
  3. Further fix reqs

    evhub committed Apr 30, 2023
    Configuration menu
    Copy the full SHA
    71bcdf7 View commit details
    Browse the repository at this point in the history
  4. Fix kernel

    evhub committed Apr 30, 2023
    Configuration menu
    Copy the full SHA
    23d4959 View commit details
    Browse the repository at this point in the history
  5. Improve fmap for pandas

    Resolves   #734.
    evhub committed Apr 30, 2023
    Configuration menu
    Copy the full SHA
    b81719e View commit details
    Browse the repository at this point in the history
  6. Fix test errors

    evhub committed Apr 30, 2023
    Configuration menu
    Copy the full SHA
    6041cba View commit details
    Browse the repository at this point in the history
  7. Fix tests

    evhub committed Apr 30, 2023
    Configuration menu
    Copy the full SHA
    fa66956 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2023

  1. Fix more test errors

    evhub committed May 1, 2023
    Configuration menu
    Copy the full SHA
    c6c2ae8 View commit details
    Browse the repository at this point in the history
  2. Update pre-commit

    evhub committed May 1, 2023
    Configuration menu
    Copy the full SHA
    b233ebe View commit details
    Browse the repository at this point in the history
  3. Prepare for v3 release

    evhub committed May 1, 2023
    Configuration menu
    Copy the full SHA
    dcf89c0 View commit details
    Browse the repository at this point in the history