Releases: tonybaloney/CSnakes
Releases · tonybaloney/CSnakes
v1.0.15
What's Changed
- Add HasAttr and GetRepr functions to PyObject by @tonybaloney in #116
- Improve PyObject debugging capabilities by @tonybaloney in #117
- Capture Python stack traces and frame data for easier debugging by @tonybaloney in #120
- Support conversion to the generic
typing.Sequence
type andtyping.Mapping
type by @tonybaloney in #122 - Support PEP570 - positional only args
/
syntax by @tonybaloney in #123 - Aspire samples by @aaronpowell in #106
- Support keyword-only argument calls in Python and normalize nullable argument types by @tonybaloney in #126
- remove path locator by @aaronpowell in #132
- Remove path locator from samples and docs by @tonybaloney in #134
- Implement Optional[T] with a default of None as a nullable type of T. by @tonybaloney in #135
Full Changelog: v1.0.13...v1.0.15
v1.0.13
What's Changed
- Add DevContainer and update Linux venv support by @tonybaloney in #113
- Adding .NET as matrix by @aaronpowell in #114
- warning fixes by @aaronpowell in #115
Full Changelog: v1.0.12...v1.0.13
v1.0.12
What's Changed
- Add extra code generation tests for types and constants by @tonybaloney in #108
- Fixes to the Pip installer if more than one version of Python is installed by @tonybaloney in #110
Full Changelog: v1.0.11...v1.0.12
Outstanding bugs exist with the PipInstaller
and WithVirtualEnvironment
classes on Linux. See #112
v1.0.11
Version bump
v1.0.10
Bumping version