Releases: axiom-data-science/cf-pandas
Releases · axiom-data-science/cf-pandas
v0.8.1
v0.8.0
What's Changed
- Bump actions/checkout from 3 to 4 by @dependabot in #27
- added index checks by @kthyng in #28
Full Changelog: v0.7.0...v0.8.0
v0.7.0
v0.6.0
v0.5.2
v0.5.1
New with this release is that when identifying coordinates and axes, logic from cf-xarray will be used with built-in regex guesses for matching along with the basic coordinate criteria, allowing for a looser definition of the columns names that are identified. For example, previously a column would only be identified if e.g. "longitude" or if matching units were in the column name. Now a name like "lon" would be recognized as the longitude too.