Recent Releases of colt

colt - Release v0.17.0

What's Changed

  • Make issubtype more useful by @altescy in https://github.com/altescy/colt/pull/98
  • Use uv-build by @altescy in https://github.com/altescy/colt/pull/99

Full Changelog: https://github.com/altescy/colt/compare/v0.16.7...v0.17.0

- Python
Published by altescy 10 months ago

colt - Release v0.16.7

What's Changed

  • Switch package manager to uv by @altescy in https://github.com/altescy/colt/pull/97

Full Changelog: https://github.com/altescy/colt/compare/v0.16.6...v0.16.7

- Python
Published by altescy about 1 year ago

colt - Release v0.16.6

What's Changed

  • Do not return mapping containing typekey by @altescy in https://github.com/altescy/colt/pull/96

Full Changelog: https://github.com/altescy/colt/compare/v0.16.5...v0.16.6

- Python
Published by altescy over 1 year ago

colt - Release v0.16.5

What's Changed

  • Fix for abstract class & typekey by @altescy in https://github.com/altescy/colt/pull/95

Full Changelog: https://github.com/altescy/colt/compare/v0.16.4...v0.16.5

- Python
Published by altescy over 1 year ago

colt - Release v0.16.4

What's Changed

  • Return given value directly if type matches by @altescy in https://github.com/altescy/colt/pull/93
  • Make some Lazy args optional by @altescy in https://github.com/altescy/colt/pull/94

Full Changelog: https://github.com/altescy/colt/compare/v0.16.3...v0.16.4

- Python
Published by altescy over 1 year ago

colt - Release v0.16.3

What's Changed

  • Fix callable type checking by @altescy in https://github.com/altescy/colt/pull/92

Full Changelog: https://github.com/altescy/colt/compare/v0.16.2...v0.16.3

- Python
Published by altescy over 1 year ago

colt - Release v0.16.2

What's Changed

  • Support numerical value compatibility by @altescy in https://github.com/altescy/colt/pull/91

Full Changelog: https://github.com/altescy/colt/compare/v0.16.1...v0.16.2

- Python
Published by altescy over 1 year ago

colt - Release v0.16.1

What's Changed

  • Fix gettypevarmap for union type by @altescy in https://github.com/altescy/colt/pull/90

Full Changelog: https://github.com/altescy/colt/compare/v0.16.0...v0.16.1

- Python
Published by altescy over 1 year ago

colt - Release v0.16.0

What's Changed

  • Support generic classes by @altescy in https://github.com/altescy/colt/pull/87
  • Add test for annotated by @altescy in https://github.com/altescy/colt/pull/88
  • Support typevar comparison by @altescy in https://github.com/altescy/colt/pull/89

Full Changelog: https://github.com/altescy/colt/compare/v0.15.0...v0.16.0

- Python
Published by altescy over 1 year ago

colt - Release v0.15.0

What's Changed

  • Support TypedDict by @altescy in https://github.com/altescy/colt/pull/85
  • Support Enum by @altescy in https://github.com/altescy/colt/pull/86

Full Changelog: https://github.com/altescy/colt/compare/v0.14.3...v0.15.0

- Python
Published by altescy over 1 year ago

colt - Release v0.14.3

What's Changed

  • Fix placeholder type validation by @altescy in https://github.com/altescy/colt/pull/84

Full Changelog: https://github.com/altescy/colt/compare/v0.14.2...v0.14.3

- Python
Published by altescy over 1 year ago

colt - Release v0.14.2

What's Changed

  • Generic alias workaround by @altescy in https://github.com/altescy/colt/pull/83

Full Changelog: https://github.com/altescy/colt/compare/v0.14.1...v0.14.2

- Python
Published by altescy over 1 year ago

colt - Release v0.14.1

What's Changed

  • Fix issubtype for python<=3.10 by @altescy in https://github.com/altescy/colt/pull/82

Full Changelog: https://github.com/altescy/colt/compare/v0.14.0...v0.14.1

- Python
Published by altescy over 1 year ago

colt - Release v0.14.0

What's Changed

  • Add placeholder by @altescy in https://github.com/altescy/colt/pull/73
  • Use textwrap.indent and remove utils.indent by @altescy in https://github.com/altescy/colt/pull/74
  • Skip validation if placeholder is set without type hint by @altescy in https://github.com/altescy/colt/pull/75
  • Add callback option by @altescy in https://github.com/altescy/colt/pull/76
  • Fix typehint for callback by @altescy in https://github.com/altescy/colt/pull/77
  • Modify callback handling & utils by @altescy in https://github.com/altescy/colt/pull/78
  • Add context feature by @altescy in https://github.com/altescy/colt/pull/79
  • Fix type hint of import_modules by @altescy in https://github.com/altescy/colt/pull/80
  • Bump version number to v0.14.0 by @altescy in https://github.com/altescy/colt/pull/81

Full Changelog: https://github.com/altescy/colt/compare/v0.13.1...v0.14.0

- Python
Published by altescy over 1 year ago

colt - Release v0.13.1

What's Changed

  • Return lazy constructor by tracing registrable by @altescy in https://github.com/altescy/colt/pull/72

Full Changelog: https://github.com/altescy/colt/compare/v0.13.0...v0.13.1

- Python
Published by altescy over 1 year ago

colt - Release v0.13.0

What's Changed

  • Make lazy updatable by @altescy in https://github.com/altescy/colt/pull/70
  • Bump version number to v0.13.0 by @altescy in https://github.com/altescy/colt/pull/71

Full Changelog: https://github.com/altescy/colt/compare/v0.12.0...v0.13.0

- Python
Published by altescy over 1 year ago

colt - Release v0.12.0

What's Changed

  • Support construction via callable by @altescy in https://github.com/altescy/colt/pull/67
  • Support dry-run to check config by @altescy in https://github.com/altescy/colt/pull/68
  • Bump version number to v0.12.0 by @altescy in https://github.com/altescy/colt/pull/69

Full Changelog: https://github.com/altescy/colt/compare/v0.11.3...v0.12.0

- Python
Published by altescy over 1 year ago

colt - Release v0.11.3

What's Changed

  • Support generic registrable by @altescy in https://github.com/altescy/colt/pull/61
  • Modify name resolution by @altescy in https://github.com/altescy/colt/pull/66

Full Changelog: https://github.com/altescy/colt/compare/v0.11.2...v0.11.3

- Python
Published by altescy almost 2 years ago

colt - Release v0.11.2

What's Changed

  • Bump urllib3 from 2.0.2 to 2.0.7 in /examples/titanic by @dependabot in https://github.com/altescy/colt/pull/56
  • Bump gitpython from 3.1.30 to 3.1.37 by @dependabot in https://github.com/altescy/colt/pull/55
  • Fix Registrable.resolveclassname by @altescy in https://github.com/altescy/colt/pull/57
  • Bump version number to v0.11.2 by @altescy in https://github.com/altescy/colt/pull/60

Full Changelog: https://github.com/altescy/colt/compare/v0.11.1...v0.11.2

- Python
Published by altescy about 2 years ago

colt - Release v0.11.1

What's Changed

  • Remove unnecessary statement by @altescy in https://github.com/altescy/colt/pull/49
  • Bump version number to v0.11.1 by @altescy in https://github.com/altescy/colt/pull/50

Full Changelog: https://github.com/altescy/colt/compare/v0.11.0...v0.11.1

- Python
Published by altescy almost 3 years ago

colt - Release v0.11.0

What's Changed

  • Introduce strict mode by @altescy in https://github.com/altescy/colt/pull/46
  • Fix import condition by @altescy in https://github.com/altescy/colt/pull/47
  • Bump version number to v0.11.0 by @altescy in https://github.com/altescy/colt/pull/48

Full Changelog: https://github.com/altescy/colt/compare/v0.10.2...v0.11.0

- Python
Published by altescy almost 3 years ago

colt - Release v0.10.2

What's Changed

  • Remove unnecessary statement by @altescy in https://github.com/altescy/colt/pull/44
  • Bump version number to v0.10.2 by @altescy in https://github.com/altescy/colt/pull/45

Full Changelog: https://github.com/altescy/colt/compare/v0.10.1...v0.10.2

- Python
Published by altescy about 3 years ago

colt - Release v0.10.1

What's Changed

  • Fix namedtuple kwarsg by @altescy in https://github.com/altescy/colt/pull/41
  • Fix type checking for list/dict by @altescy in https://github.com/altescy/colt/pull/42
  • Bump version number to v0.10.1 by @altescy in https://github.com/altescy/colt/pull/43

Full Changelog: https://github.com/altescy/colt/compare/v0.10.0...v0.10.1

- Python
Published by altescy about 3 years ago

colt - Release v0.10.0

What's Changed

  • Support namedtuple construction by @altescy in https://github.com/altescy/colt/pull/39
  • Bump requests from 2.28.1 to 2.31.0 in /examples/titanic by @dependabot in https://github.com/altescy/colt/pull/35
  • Bump version number to v0.10.0 by @altescy in https://github.com/altescy/colt/pull/40

Full Changelog: https://github.com/altescy/colt/compare/v0.9.3...v0.10.0

- Python
Published by altescy about 3 years ago

colt - Release v0.9.3

What's Changed

  • Make lazy param traceable when raising ConfigurationError by @altescy in https://github.com/altescy/colt/pull/34
  • Bump gitpython from 3.1.29 to 3.1.30 by @dependabot in https://github.com/altescy/colt/pull/33
  • Update dependencies by @altescy in https://github.com/altescy/colt/pull/36
  • Support abstract classes by @altescy in https://github.com/altescy/colt/pull/37
  • Bump version number to v0.9.3 by @altescy in https://github.com/altescy/colt/pull/38

Full Changelog: https://github.com/altescy/colt/compare/v0.9.2...v0.9.3

- Python
Published by altescy about 3 years ago

colt - Release v0.9.2

What's Changed

  • Suuport python 3.11 by @altescy in https://github.com/altescy/colt/pull/29
  • Bump certifi from 2022.9.24 to 2022.12.7 in /examples/titanic by @dependabot in https://github.com/altescy/colt/pull/30
  • Fix bugs by @altescy in https://github.com/altescy/colt/pull/31
  • Bump version number to v0.9.2 by @altescy in https://github.com/altescy/colt/pull/32

Full Changelog: https://github.com/altescy/colt/compare/v0.9.1...v0.9.2

- Python
Published by altescy over 3 years ago

colt - Release v0.9.1

What's Changed

  • Remove deepcopy by @altescy in https://github.com/altescy/colt/pull/27
  • Bump version number to v0.9.1 by @altescy in https://github.com/altescy/colt/pull/28

Full Changelog: https://github.com/altescy/colt/compare/v0.9.0...v0.9.1

- Python
Published by altescy over 3 years ago

colt - Release v0.9.0

What's Changed

  • Support literal type by @altescy in https://github.com/altescy/colt/pull/23
  • Bump joblib from 1.1.0 to 1.2.0 in /examples/titanic by @dependabot in https://github.com/altescy/colt/pull/24
  • Support lazy construction by @altescy in https://github.com/altescy/colt/pull/25
  • Bump version number to v0.9.0 by @altescy in https://github.com/altescy/colt/pull/26

Full Changelog: https://github.com/altescy/colt/compare/v0.8.1...v0.9.0

- Python
Published by altescy over 3 years ago

colt - Release v0.8.1

What's Changed

  • Support types.UnionType by @altescy in https://github.com/altescy/colt/pull/21
  • Bump version number to v0.8.1 by @altescy in https://github.com/altescy/colt/pull/22

Full Changelog: https://github.com/altescy/colt/compare/v0.8.0...v0.8.1

- Python
Published by altescy almost 4 years ago

colt - Release v0.8.0

What's Changed

  • Bump ujson from 5.0.0 to 5.1.0 by @dependabot in https://github.com/altescy/colt/pull/15
  • Bump nltk from 3.6.5 to 3.6.6 in /examples/titanic by @dependabot in https://github.com/altescy/colt/pull/16
  • Support Python 3.10 by @altescy in https://github.com/altescy/colt/pull/18
  • Bump ujson from 5.3.0 to 5.4.0 by @dependabot in https://github.com/altescy/colt/pull/19
  • Bump version number to v0.8.0 by @altescy in https://github.com/altescy/colt/pull/20

Full Changelog: https://github.com/altescy/colt/compare/v0.7.3...v0.8.0

- Python
Published by altescy almost 4 years ago

colt - Release v0.7.3

What's Changed

  • Bump nltk from 3.6.3 to 3.6.5 in /examples/titanic by @dependabot in https://github.com/altescy/colt/pull/7
  • Verify tuple args by @altescy in https://github.com/altescy/colt/pull/8
  • Modify errror messages by @altescy in https://github.com/altescy/colt/pull/9
  • Upgrade pysen to v0.10.1 by @altescy in https://github.com/altescy/colt/pull/12
  • Modify type hints by @altescy in https://github.com/altescy/colt/pull/10
  • Modify GitHub Action workflows by @altescy in https://github.com/altescy/colt/pull/11
  • Use importlib.metadata.version by @altescy in https://github.com/altescy/colt/pull/13
  • Bump version number to v0.7.3 by @altescy in https://github.com/altescy/colt/pull/14

New Contributors

  • @dependabot made their first contribution in https://github.com/altescy/colt/pull/7

Full Changelog: https://github.com/altescy/colt/compare/v0.7.2...v0.7.3

- Python
Published by altescy over 4 years ago

colt - Release v0.7.2

  • Modify type annotation (#4)
  • Modify error messages (#5)
  • Bump version number to v0.7.2 (#6)

- Python
Published by altescy over 4 years ago

colt - Release v0.7.1

  • Add py.typed marker (#1)
  • Modify CI settings (#2)
  • Bump version number to v0.7.1 (#3)

- Python
Published by altescy over 4 years ago

colt -

  • Make exceptions more trackable
  • Modify type annotations
  • Use pysen for linter and formatter

- Python
Published by altescy almost 5 years ago