polars-df 0.5.0-x86_64-darwin → 0.7.0-x86_64-darwin

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7d4c736081e3d555ee9929e3b93bf93aa99fa92bf0c3eae1e84b488aa85ce12e
4
- data.tar.gz: 195e7a1d44d077553d4075117efcea52782bbad4bc8be9a37215b0d54cae0deb
3
+ metadata.gz: ec87a192d93f797cdf4e80bf5d4895c8b71c1c385195ca1f5c574591ccf8bf73
4
+ data.tar.gz: 755d18ba66e1679e38b37392ebb1858c9173536f93e2290a1f339d109b4fb806
5
5
  SHA512:
6
- metadata.gz: cb3447cad04bdce5ddd3729d059976cf9dc2511cbc5db0095224f8acaeec20bdf2822dbe48d0c8bbfe6ef54e81266406ea8ce6d3b0f970fc072036253bbea39b
7
- data.tar.gz: b2fc66f4045b05e01122e8be6b64292cdaf5000bf0c17b3add8156f065db1df66762e6d5ba4272179bf98ba42cd15cf48b249e5b06b3eb66649f7692d71932ea
6
+ metadata.gz: b0a7e2432f9962d221498ae9aea4ba7eb4f0178556727bdebf3a47a07f7a6c1c8fc7b625da718c12ba291b2b07d44cd1a0a01d7c20ad9f91eb091951f966349e
7
+ data.tar.gz: 5ef2bdce537c8a34ecb72cdcc253990e86034032c40aeb97c7dee249cbe1aa31727b093108076d59b87090a6b6055eec5d12cac0605ac7e28258fca5aa857651
data/CHANGELOG.md CHANGED
@@ -1,3 +1,29 @@
1
+ ## 0.7.0 (2023-11-17)
2
+
3
+ - Updated Polars to 0.35.2
4
+ - Added support for SQL querying
5
+ - Added `!` for `Expr`
6
+ - Added `Config` module
7
+ - Added `none?` method to `Series`
8
+ - Aliased `groupby` to `group` for `DataFrame` and `LazyFrame`
9
+ - Changed series creation with all `nil` objects to `Null` type
10
+ - Removed `tz_localize` method from `DateTimeExpr`
11
+ - Removed support for passing Active Record objects to `DataFrame.new` (use `read_database` instead)
12
+
13
+ ## 0.6.0 (2023-07-23)
14
+
15
+ - Updated Polars to 0.31.1
16
+ - Added `Array` type
17
+ - Added support for creating series with `Datetime` type
18
+ - Added support for `Null` to `to_a` method
19
+ - Improved support for `Decimal` and `Time` types
20
+ - Changed `arr` to `list` for `Series` and `Expr`
21
+ - Changed series creation with `BigDecimal` objects to `Decimal` type
22
+ - Changed series creation with `ActiveSupport::TimeWithZone` objects to `Datetime` type
23
+ - Changed equality for data types
24
+ - Fixed error with `groupby_dynamic` method
25
+ - Removed `agg_list` method from `GroupBy`
26
+
1
27
  ## 0.5.0 (2023-05-15)
2
28
 
3
29
  - Updated Polars to 0.29.0