boltons v18.0.0 Release Notes

Release Date: 2019-02-11 // about 5 years ago
  • (March 2, 2018)

    • ➕ Add <thead> and <tbody> structure to tableutils.Table HTML output, which helps with styling and other functionality (e.g., jQuery datatables).
    • ➕ Add [dictutils.subdict()][dictutils.subdict] to get a filtered version of a dictionary based on a subset of keys. ([#150][i150])
    • ➕ Add beta version of cacheutils.MinIDMap.