Skip to content

v1.0.0

Compare
Choose a tag to compare
@thombashi thombashi released this 25 Jun 09:58
· 87 commits to master since this release
  • Add support for Python 3.11
  • Drop support for Python 3.6
  • Fix a regular expression range of LatexWriter: #57
  • Add support for Elasticsearch 8
  • Drop support for Elasticsearch 7
  • Reduce import time for non-pandas use
  • Update pathvalidate dependency to allow v3
  • Bump minimum version requirement of SimpleSQLite
  • Improve type annotations
  • Add zip_safe=False
  • Change the Cell class to an immutable data class
  • Update docs
  • Replace deprecated setup.py calls
  • Add pandas extras
  • Add __all__ to __init__.py
  • Remove deprecated functions and properties
    • dump_tabledata
    • set_log_level
    • AbstractTableWriter.header_list
    • AbstractTableWriter.type_hint_list
    • AbstractTableWriter.styles
    • AbstractTableWriter.style_list
    • AbstractTableWriter.value_preprocessor.setter

Full Changelog: v0.64.2...v1.0.0