Releases: cpyberry/pytransform
Releases · cpyberry/pytransform
v2.0.0
- Support installation with pip
- Add Requirements, Installation and introduction of the founder to README.md, add Japanese version README.md
- Add RELEASE_NOTES.md and Japanese RELEASE_NOTES.md
v1.0.1
- add notice to the beginning of each file
- add basic information to __init__
For example, you can write something like this:
pytransform.__version__
v1.0.0
Recursively apply the specified function to each element
- add support for list type and dict type
Please read README.md for usage.