Skip to content

Releases: otsaloma/dataiter

0.17

26 Feb 22:16
0.17
Compare
Choose a tag to compare
  • DataFrame.print_missing_counts: New method
  • GeoJSON.read: Handle properties differing between features
  • ListOfDicts.print_missing_counts: New method
  • Vector.as_object: New method

0.16.1

03 Oct 14:57
0.16.1
Compare
Choose a tag to compare
  • GeoJSON.read: Use warnings, not errors for ignored excess feature keys

0.16

26 Sep 14:45
0.16
Compare
Choose a tag to compare
  • GeoJSON: New class

0.15

11 Sep 21:48
0.15
Compare
Choose a tag to compare
  • ListOfDicts.sort: Handle descending sort for all types

0.14

22 Aug 12:11
0.14
Compare
Choose a tag to compare
  • ListOfDicts: Make obsoletion a warning instead of an error

0.13

15 Aug 19:06
0.13
Compare
Choose a tag to compare
  • DataFrame: Fix error printing blank strings (#8)

0.12

25 Jul 12:18
0.12
Compare
Choose a tag to compare
  • DataFrame.filter Add colname_value_pairs argument
  • DataFrame.filter_out Add colname_value_pairs argument
  • ListOfDicts.__init__: Remove arguments not intended for external use
  • ListOfDicts.rename: Preserve order of keys
  • Add documentation: https://dataiter.readthedocs.io/

0.11

01 Jun 21:10
0.11
Compare
Choose a tag to compare
  • Vector.__init__: Speed up by fixing type deduction

0.10.1

28 May 19:20
0.10.1
Compare
Choose a tag to compare
  • ListOfDicts.select: Fix return value (#7)

0.10

21 May 19:08
0.10
Compare
Choose a tag to compare
  • DataFrame.aggregate: Fix UnicodeEncodeError with string columns
  • DataFrame.unique: Fix UnicodeEncodeError with string columns
  • ListOfDicts.select: Return keys in requested order
  • Vector.__repr__: Add custom conversion to string for display
  • Vector.__str__: Add custom conversion to string for display
  • Vector.to_string: Add custom conversion to string for display
  • Vector.to_strings: Add custom conversion to string for display