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.
0.3.0 - 2024-02-02
- Restructure library into record and batch (#36)
0.2.1 - 2023-12-27
- Ship
py.typed
(#39)
0.2.0 - 2021-12-21
- geopandas support
- parquet support
0.1.5 - 2021-12-09
isd.io.from_text_io
- Utility function for filtering records by datetime
0.1.4 - 2021-12-09
- Pip caching to CI
- Downgrade dask requirement to ~=2021.08
- Add
dask[distributed]
to dependencies, asdistributed
is required by the cli - API documentation
0.1.3 - 2021-12-08
- 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
isd.open
is now only available asisd.io.open
- Set default python version for pre-commit
- Documentation
- Redundant casts
0.1.2 - 2020-09-30
isd.pandas.geo_data_frame
0.1.1 - 2020-09-30
- 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
- CI tweaks
- Better checking for missing data in records
- Helper methods in
Record
0.1.0 - 2020-09-28
Initial release.