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

Python Type Enhancements #364

Merged
merged 9 commits into from
Jun 1, 2023
Merged

Commits on May 30, 2023

  1. Configuration menu
    Copy the full SHA
    0dd8879 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    03e0120 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    09e3816 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    21eca6e View commit details
    Browse the repository at this point in the history
  5. Making a number of changes to homogenize our api (same parameters, mi…

    …nimize parameters as much as possible, etc)
    daxpryce committed May 30, 2023
    Configuration menu
    Copy the full SHA
    50bad0b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    64c2115 View commit details
    Browse the repository at this point in the history
  7. Fairly happy with the Python API now. Documentation needs another pas…

    …s, the @Overloads in the .pyi files need to be addressed, and documentation checked again.  The apps folder also needs updating to use fire instead of argparse
    daxpryce committed May 30, 2023
    Configuration menu
    Copy the full SHA
    9837db3 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2023

  1. Updated build to not use tcmalloc for pybind, as well as fixed the py…

    …project.toml so that cibuildwheel can actually successfully build our project.
    daxpryce committed May 31, 2023
    Configuration menu
    Copy the full SHA
    4e09a3c View commit details
    Browse the repository at this point in the history
  2. Making a change to in-mem-static for the new api and also adjusting t…

    …he comment in in-mem-dynamic a bit, though... I probably shouldn't have
    daxpryce committed May 31, 2023
    Configuration menu
    Copy the full SHA
    67f6a20 View commit details
    Browse the repository at this point in the history