Releases: TranscryptOrg/Transcrypt
3.9.3 Berlin
Changelog:
- Added missing
copysign
andisclose
functions to themath
module (Issue #867) - Updated the
map
function to allow for multiple iterators (Issue #862) - Add
key
anddefault
keyword arg support formin
andmax
functions (Issue #305) - Added string support for
min
andmax
functions (Issue #829) - Added the
copy
module withcopy
anddeepcopy
functions (Issue #313) - Fixed the disappearing kwargs issue for
sort
andsorted
functions (Issue #687) - Fixed the issue with
sort
andsorted
functions that caused a string sort with number values (Issues #605 and #679) - Fixed the issue with the
sorted
function that caused the original value to be modified (Issue #866) - Added a bunch more autotests
Note: The map
, min
, max
, copy
, deepcopy
, sort
, and sorted
functions in the Transcrypt runtime have all been refactored. While their behavior is now more closely aligned with CPython, they may deviate from the behavior in prior versions of Transcrypt in use cases that were not previously covered. IOW, if you were previously relying on a Transcrypted behavior for these functions that was not aligned with CPython, they may not work quite the same way now.
3.9.2 Berlin
Changelog:
- Add start argument to enumerate function
- Added missing bin, oct, and hex functions to built-ins
- Fixed the maxreplace argument of the string replace function
- Added start and end arguments to String startswith and endswith methods
- Added time.monotonic()
- Fixed typos in docs
- Cleaned up some repo cruft
3.9.1 Berlin
Updated README to reflect move of Transcrypt repo to TranscryptOrg
There are no new functional changes beyond 3.9.0 in this release.
3.9.0 Berlin
Initial release for Python 3.9 compatibility.
3.7.11 London
Many small and not so small fixes
-
Reporting of compilation errors fixed / improved
-
Dashes and underscores allowed in filenames by means of aliases
(see manual_tests/import_export_aliases)
3.7.4 London
Context managers added.
Builtin pow added.
3.7.3_rc2
3.7.3_rc1
3.7.3_rc3 London
Merge pull request #548 from eddieantonio/feature/gh-547-add-unicoded…
3.7.2 London (requires Python 3.7)
JavaScript 6 modules
Python 3.7 dataclasses
(Requires Python 3.7)