Skip to content

Releases: axiom-data-science/cf-pandas

v0.3.0

09 Dec 20:00
6a79ff3
Compare
Choose a tag to compare

Small update to allow for splitting values by white space before comparing with regex patterns in utils.match_criteria_key.

v0.2.0

07 Nov 23:12
9a8f3f4
Compare
Choose a tag to compare

Three new classes to help write and manage custom vocabularies.

The three classes are:

  • Reg, class for writing regular expressions
  • Vocab, class for writing and working with vocabularies/custom criteria/ontologies that will work with cf-xarray and cf-pandas
  • widget class that helps a person sort through a lot of options to choose what should count as exact matches in a vocabulary, such as for a server they will use

v0.1.1

25 Oct 15:31
fcc8799
Compare
Choose a tag to compare

Some clean up and type annotations.

v0.1.0 Initial release!

24 Oct 14:35
1b10aa9
Compare
Choose a tag to compare

Has logic for interpreting lists of strings, which can be used to select the matching column from a dataframe.