Skip to content

Releases: portfoliome/foil

Minor internal changes

20 Jan 01:53
Compare
Choose a tag to compare
  • paths.find_latest_file will no longer automatically compile regular expression pattern.
  • iso date parser enhanced with through adding start and end to regular expression.

Remove lxml dependencies

01 Jan 17:58
Compare
Choose a tag to compare
  • Remove single function that required lxml dependency

0.1.5

26 Dec 15:23
Compare
Choose a tag to compare

Small functionality enhancements, lxml dependency removal

  • iterations.chunks for building small subsets of a sequence in memory
  • remove single function that relied on lxml for a lighter build process.
  • small syntax cleanups.

Minor api changes

23 Dec 17:42
Compare
Choose a tag to compare
  • DateTimeParser API change for customizable regex patterns, remove unused instance attribute.

Minor string utility additions

20 Dec 08:50
Compare
Choose a tag to compare

Added string conversions between camel and snake case.

Minor additions

30 Nov 01:14
Compare
Choose a tag to compare
  • frequency count of a key field in sequence of dictionaries.
  • partitioning iterable by predicate function.

Minor enhancement

29 Nov 20:07
Compare
Choose a tag to compare
  • Added datetime.date objects to JSON serializer.

Initial Release

03 Oct 10:39
Compare
Choose a tag to compare

Initial production ready release.