Releases: HXLStandard/libhxl-python
Releases · HXLStandard/libhxl-python
libhxl-python v5.2.2
- fix logup error level
libhxl-python v5.2.1
- make logup log level configurable via environment variable
libhxl-python v5.2
- update URLs for test files on GitHub
- fixed bug in aggregators that excluded tag patterns ending in "!"
libhxl-python v5.1
- reduce log level for failed number conversion from INFO to DEBUG
libhxl-python v5.0.3
- remove pytest from requirements.txt, and move it to tests_require in setup.py
libhxl-python v5.0.2
Minor update:
- allow .hxl extension for CSV data
- change hxlspec script args to allow variable input source
libhxl-python v5.0.1
- loosen versions for dependencies
- remove dependency on requests_cache
libhxl-python v5.0
- 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
- 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
Merge pull request #330 from HXLStandard/HXL-46 HXL-46 Add info() for data formats other than XLSX and XLS