Skip to content

Latest commit

 

History

History
118 lines (72 loc) · 2.75 KB

CHANGELOG.md

File metadata and controls

118 lines (72 loc) · 2.75 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Added

  • Add support for polars (#44)
  • Make pandas optional (#43)

0.3.0 - 2024-02-02

Added

  • Restructure library into record and batch (#36)

0.2.1 - 2023-12-27

Fixed

  • Ship py.typed (#39)

0.2.0 - 2021-12-21

Removed

  • geopandas support
  • parquet support

0.1.5 - 2021-12-09

Added

  • isd.io.from_text_io
  • Utility function for filtering records by datetime

0.1.4 - 2021-12-09

Added

  • Pip caching to CI

Changed

  • Downgrade dask requirement to ~=2021.08

Fixed

  • Add dask[distributed] to dependencies, as distributed is required by the cli
  • API documentation

0.1.3 - 2021-12-08

Added

  • shed via pre-commit
  • Timestamp field to the pandas data frame
  • isd.pandas.read_to_data_frame
  • Coordinate reference system to geopandas data frame points
  • Example that demonstrates checking that timestamps increase monotonically for a directory of ISD files
  • since argument for data frame creation
  • parquet support

Removed

  • isd.open is now only available as isd.io.open

Changed

  • Set default python version for pre-commit

Fixed

  • Documentation
  • Redundant casts

0.1.2 - 2020-09-30

Added

  • isd.pandas.geo_data_frame

0.1.1 - 2020-09-30

Added

  • Documentation: https://isd.readthedocs.io/en/latest/
  • isd.pandas.data_frame to create a DataFrame with intelligent data types and categoricals
  • Command line interface
  • isd.open
  • Badges and content to the README

Changed

  • CI tweaks
  • Better checking for missing data in records

Removed

  • Helper methods in Record

0.1.0 - 2020-09-28

Initial release.