Skip to content

Releases: HXLStandard/libhxl-python

libhxl-python v5.2.2

25 Oct 07:22
855b1ed
Compare
Choose a tag to compare
  • fix logup error level

libhxl-python v5.2.1

05 Feb 17:30
210e03a
Compare
Choose a tag to compare
  • make logup log level configurable via environment variable

libhxl-python v5.2

10 Jan 14:59
cc34c0c
Compare
Choose a tag to compare
  • update URLs for test files on GitHub
  • fixed bug in aggregators that excluded tag patterns ending in "!"

libhxl-python v5.1

25 Sep 15:32
115809f
Compare
Choose a tag to compare
  • reduce log level for failed number conversion from INFO to DEBUG

libhxl-python v5.0.3

21 Sep 19:58
54e642c
Compare
Choose a tag to compare
  • remove pytest from requirements.txt, and move it to tests_require in setup.py

libhxl-python v5.0.2

13 Jul 14:40
9d93041
Compare
Choose a tag to compare

Minor update:

  • allow .hxl extension for CSV data
  • change hxlspec script args to allow variable input source

libhxl-python v5.0.1

01 Jun 16:06
d9acf52
Compare
Choose a tag to compare
  • loosen versions for dependencies
  • remove dependency on requests_cache

libhxl-python v5.0

18 May 15:28
7b1b48f
Compare
Choose a tag to compare
  • milestone release
  • fix URL munging for direct-download HXL Proxy URLs
  • add hxlinfo command-line script
  • added headers and hxl_headers fields to output of hxl.input.info()

libhxl-python v4.29

06 Apr 13:50
68b6192
Compare
Choose a tag to compare
  • remove hxl.input.ExcelInput.info() and make a top-level hxl.input.info() function that works with every data type (also alias to hxl.info())
  • update Makefile for new git branch structure (just dev and prod)

4.29-b1 pre-release

05 Apr 07:26
35eeed4
Compare
Choose a tag to compare
4.29-b1 pre-release Pre-release
Pre-release
Merge pull request #330 from HXLStandard/HXL-46

HXL-46 Add info() for data formats other than XLSX and XLS