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: promised-ai/lace
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: python-0.7.0
Choose a base ref
...
head repository: promised-ai/lace
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: python-0.7.1
Choose a head ref
  • 10 commits
  • 23 files changed
  • 2 contributors

Commits on Feb 12, 2024

  1. feat!(pylace): Return PyResults for several methods vs unwrap

    Removed several unwraps and replaced them with `PyResult` returns.
    Some could not be removed due to PyO3's limitation to non-failable type conversions PyO3/pyo3#1813.
    schmidmt committed Feb 12, 2024
    Copy the full SHA
    23f651e View commit details

Commits on Feb 13, 2024

  1. Merge pull request #182 from promised-ai/feature/pylace-remove-panics

    feat!(pylace): Return `PyResults` for several methods vs unwrap
    schmidmt authored Feb 13, 2024
    Copy the full SHA
    8a8e39c View commit details
  2. feat(python): Added support for pickling lace.Engine (#184)

    * feat(python): Added support for pickling lace.Engine
    * fix(pylace): Removed unnecessary expect.
    schmidmt authored Feb 13, 2024
    Copy the full SHA
    f820017 View commit details

Commits on Feb 14, 2024

  1. Chore/updated gh actions (#183)

    * chore: Updated github actions to use checkout@v4
    * chore: Updated github actions to setup-python@5
    * chore: Updated github actions to configure-pages@4
    * chore: Updated github actions to upload-artifact@4
    * chore: Updated github actions to download-artifact@4
    * chore: Updated github actions to use upload-artifact/merge@4
    schmidmt authored Feb 14, 2024
    Copy the full SHA
    0bff068 View commit details

Commits on Feb 21, 2024

  1. Copy the full SHA
    03c4a19 View commit details
  2. black and ruff

    Swandog committed Feb 21, 2024
    Copy the full SHA
    596c5a2 View commit details

Commits on Feb 22, 2024

  1. Merge pull request #186 from promised-ai/bugfix/version

    Set `__version__` from the package metadata
    Swandog authored Feb 22, 2024
    Copy the full SHA
    421765a View commit details

Commits on Feb 26, 2024

  1. feat(python)!: Updated dependencies for pylace (#188)

    Updated dependencies:
    	* `pandas`: 1.3 -> 2.2
    	* `pyarrow`: 14.0 -> 15.0
    	* Removed unnecessary version specificity.
    schmidmt authored Feb 26, 2024
    Copy the full SHA
    add48c4 View commit details

Commits on Feb 27, 2024

  1. Prep for release

    Updated versions
    Fleshed out the CHANGELOG
    Swandog committed Feb 27, 2024
    Copy the full SHA
    f2a9e52 View commit details
  2. Merge pull request #189 from promised-ai/release/python-0.7.1

    Prep for release
    Swandog authored Feb 27, 2024
    Copy the full SHA
    ee16ca4 View commit details
Loading