Skip to content

Releases: acxelerator/azfs

v0.2.14

11 Jan 02:55

Choose a tag to compare

update note

  • add default logger
    • logger = getLogger("azfs") (#144)
  • update azfs.ExportDecorator()
    • ignore exception if ignore_error is True (#142)

v0.2.13

22 Dec 14:33

Choose a tag to compare

update note

  • update azfs.ExportDecorator()
    • accept default_parameter each argument (#128)
  • BUG FIX: cli command $ azfs decorator -n {file_name}
    • NameError occurred (#132)

v0.2.12

14 Dec 15:14

Choose a tag to compare

update note

  • update azfs.ExportDecorator()
    • attach under_bar each argument to avoid conflict (#130)

v0.2.11

13 Dec 05:39

Choose a tag to compare

update note

  • update azfs.ExportDecorator()
    • accept basic argument #123
    • add appropriate error #124
  • add cli command $ azfs decorator -n {file_name}
    • to avoid PEP8 violation on PyCharm#121

v0.2.10

09 Dec 15:30

Choose a tag to compare

update note

  • update azfs.ExportDecorator() (#120)
    • accept multiple file_name and multiple return values from user-defined function
    • accept str or dict, when import_decorator()

v0.2.9

08 Dec 14:31

Choose a tag to compare

update note

  • add Experimental feature: azfs.ExportDecorator()

v0.2.8

24 Nov 14:56

Choose a tag to compare

update note

  • BUG FIX: azc.read(use_mp=True) is not working correctly, if credential is AzureDefaultCredentials.
  • BUG FIX: glob(path) is not working correctly if path contains special characters like ( or ), etc.

v0.2.7

12 Nov 16:07

Choose a tag to compare

update note

  • BUG FIX: write_json(ensure_ascii=False) is not working correctly if data-json has non-ascii character.

v0.2.6

10 Nov 15:21

Choose a tag to compare

update note

  • add multiprocessing-read, as azc.read(use_mp=True).csv().
  • add apply() function, as azc.read(use_mp=True).apply(function=some_function).csv()
  • modify glob(): not working under a certain directory.