Skip to content

Releases: uxmal/pytocs

Version 2.0.0

20 Nov 00:10
Compare
Choose a tag to compare

A long overdue release of many bug fixes and refactorings.

Pytocs now supports emitting more modern C# syntax like:

  • local functions
  • value tuples
  • tuple decomposition

The project was moved to .NET 6.0

Pytocs no longer supports Python 2 syntax, and supports (approximately) Python 3.7 - 3.8 constructs.

Thanks to @SpocWeb for their contributions!

Version 1.2.0

22 Sep 08:54
Compare
Choose a tag to compare

Maintenance release. Many features, support for the ever changing Python language, and bug fixes.

Version 1.1.0

27 Oct 22:33
Compare
Choose a tag to compare

At last, the long-awaited type inference is here! Pytocs will attempt to determine static types for Python variables, and if successful, outputs the C# translations of those types. As before, if a type cannot be inferred, pytocs defaults to object.

Version 1.0.0

07 Sep 21:14
Compare
Choose a tag to compare

Initial release: translates python to C# code. No attempt to incorporate type inference just yet, but that's coming up.

Initial release -- just for fun

23 Jul 21:11
Compare
Choose a tag to compare
Pre-release

First public release of the binary. No guarantees, etc. But do let me know if you want any features added.