Skip to content

Releases: quora/qcore

1.10.1

04 Mar 16:34
a55ca09
Compare
Choose a tag to compare
  • Add minimum version requirement (Python 3.8) to metadata
  • Build Python 3.12 wheels

1.10.0

27 Jul 22:34
e12a492
Compare
Choose a tag to compare
  • Drop support for Python 3.7
  • Add support for Python 3.12
  • Support building with Cython 3

1.9.1

20 Jul 18:35
ac31f7d
Compare
Choose a tag to compare

Hotfix to pin Cython version

1.9.0

26 May 03:41
765bdfe
Compare
Choose a tag to compare
  • Drop support for Python 3.6; add support for Python 3.11
  • Add functions utime_as_datetime, datetime_as_utime,
    format_utime_as_iso_8601, iso_8601_as_utime

1.8.0

20 Apr 00:45
d330491
Compare
Choose a tag to compare
  • Add .fn attributes to cache functions in qcore.caching,
    enabling pyanalyze type checking
  • Remove broken caching from qcore.inspection.get_full_name
  • Add support for Python 3.10
  • Support dict subclasses in qcore.asserts.assert_dict_eq
  • Fix **kwargs support in qcore.caching.cached_per_instance
  • Use ASCII representation of objects in error messages
  • Fix type annotation for qcore.caching.LRUCache.get