Skip to content

Commit

Permalink
Merge pull request #322 from kayjan/feature/polars-on-arm
Browse files Browse the repository at this point in the history
Polars to work with m1 chip
  • Loading branch information
kayjan authored Nov 5, 2024
2 parents e9ac904 + 82b9f7c commit 9b7aec8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed:
- Misc: Doctest for docstrings, docstring to indicate usage prefers `node_name` to `name`.
- Misc: Documentation to include tips and tricks on working with custom classes.
- Misc: Polars set up to work on laptop with M1 chip.
- Tree Export: Mermaid diagram title to add newline.
- Tree Helper: Get tree diff string replacement bug when the path change is substring of another path.
- Tree Export: Polars test to work with old (<=1.9.0) and new polars version.
- Tree Export: Polars unit test to work with old (<=1.9.0) and new polars version.

## [0.22.1] - 2024-11-03
### Added:
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ dependencies = [
"pandas",
"Pillow",
"polars",
"polars-lts-cpu",
"pydot",
"pytest",
"pytest-cov",
Expand Down

0 comments on commit 9b7aec8

Please sign in to comment.