Skip to content

Releases: axiom-data-science/cf-pandas

v0.8.1

22 Sep 22:24
a836b52
Compare
Choose a tag to compare

What's Changed

  • relaxed condition to pass through existing keys by @kthyng in #29

Full Changelog: v0.8.0...v0.8.1

v0.8.0

08 Sep 18:15
13b52a2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.0...v0.8.0

v0.7.0

28 Apr 21:15
614f6de
Compare
Choose a tag to compare

What's Changed

  • Improved usability!
  • Accessor can return indices, some guess_regex terms can be in middle of string now. by @kthyng in #26

Full Changelog: v0.6.0...v0.7.0

v0.6.0

21 Mar 17:13
83208a6
Compare
Choose a tag to compare

What's Changed

  • last release for docs, build pdf by @kthyng in #24
  • guess_regex was not used correctly by @kthyng in #25

Full Changelog: v0.5.2...v0.6.0

v0.5.2

31 Jan 18:13
0cf2098
Compare
Choose a tag to compare

Updated CI stuff mostly, but a bit of docs too.

v0.5.1

03 Jan 22:26
27c07f0
Compare
Choose a tag to compare

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.

v0.5.0

22 Dec 17:50
df4d94a
Compare
Choose a tag to compare

Custom keys that were in the vocabulary but not in the dataframe were testing as present in the dataframe

v0.4.0

15 Dec 23:39
250d595
Compare
Choose a tag to compare

Lots more new functionality has been brought over from cf-xarray!

v0.3.2

10 Dec 01:08
0845a12
Compare
Choose a tag to compare

Added merge and iadd to go with add.

v0.3.1

09 Dec 21:38
39ab8fe
Compare
Choose a tag to compare

Forgot to extend the v0.3.0 behavior to the accessor.