Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
gab23r closed an issue on pola-rs/polars
parse typing.Literal as Enum
### Description We already parse annotated python type into polars datatype. It would be nice parse Literal into `Enum`. ```python import polars as pl from typing import Literal # this is ...gab23r closed an issue on pola-rs/polars
parse typing.Literal as Enum
### Description We already parse annotated python type into polars datatype. It would be nice parse Literal into `Enum`. ```python import polars as pl from typing import Literal # this is ...gab23r created a comment on a pull request on pola-rs/polars
As this code is under a `lru_cache` I think it was not a good idea
gab23r opened an issue on pola-rs/polars
parse typing.Literal as Enum
### Description We already parse annotated python type into polars datatype. It would be nice parse Literal into `Enum`. ```python import polars as pl from typing import Literal # this is ...gab23r created a branch on gab23r/polars
feat/parse_literal_as_enum - Fast multi-threaded, hybrid-streaming DataFrame library in Rust | Python | Node.js
gab23r pushed 10 commits to main gab23r/patito
- int annotation should return only integer dtypes and fix union typing 135bda1
- Fix out-of-order schema comparison Looks like the new Schema is auto-ordered for some weird reason 3860df9
- Fix a bunch of typing issues cc655d6
- Update poetry lock b47b41b
- Bump patito patch version 7cc611e
- Merge pull request #122 from JakobGM/update-polars Fix latest compatibility with latest polars version f5792d6
- fix latest precommit 12208a1
- Merge pull request #121 from maxhipperson/fix-int-anno int model annotation should return only integer dtypes as valid c5b4d6f
- update version 4bff2f1
- Merge pull request #123 from JakobGM/v0.8.2 Bump patito to v0.8.2 e23992e