Skip to content

Releases: thcasey3/lsframe

v1.0

30 Jul 18:45
f1d667a
Compare
Choose a tag to compare

First release of lsframe, formerly released as lrengine

v0.0.7

08 Jun 04:20
4673d7d
Compare
Choose a tag to compare
  • Fixed bug that caused some folders to be missed when mapping directories
  • Improved handling of empty folders and hidden folders/files

v0.0.6

19 May 15:21
Compare
Choose a tag to compare
  • Added ability to define classifiers and function_args in the drive() call

v0.0.5

14 Apr 01:37
Compare
Choose a tag to compare
  • Added map_to_frame() method
  • bug fixes, updated docs, updated unittests

v0.0.4

12 Apr 19:13
2c391d3
Compare
Choose a tag to compare
  • Added on_date() and in_range() methods for narrowing the dates to specific dates or ranges
  • Added "only_unique" option to reduce_dates() for keeping only unique dates when lists
  • Added "null" output for function errors in engine
  • Renamed "names" column of frame to "name" for consistency with other columns
  • updated examples, documentation, unittests, and fixed some bugs

v0.0.3

10 Apr 01:33
23d5aa8
Compare
Choose a tag to compare
  • Expanded date parsing to look for all possible combinations of number sequences
  • Expanded find_dates() and reduce_dates() accordingly to deal with lists
  • Expanded the list of date formats that can be found
  • Improved pattern searching with dict
  • Fixed bug in engine
  • Fixed missing 's' parameter in sea()
  • Improved exception handling

v0.0.2

04 Apr 13:44
6543812
Compare
Choose a tag to compare

-Added option to use a dict and re expressions to define patterns
-Added new methods find_patterns() and reduce_names()
-some code cleanup
-added to unittests
-improved documentation and template script