DEV Community

Cover image for Pycraft v0.9.6-0 is now live!
Tom Jebbo
Tom Jebbo

Posted on

Pycraft v0.9.6-0 is now live!

Pycraft v0.9.6-0 is now out on GitHub, it features many bug fixes and a new way to create Perlin noise and changes to how resources are checked, you can find the latest developer preview here:
https://github.com/PycraftDeveloper/Pycraft/tree/Pycraft-v0.9.6-0

Full change-log:

  • Feature: There have been some major changes and improvements to how Pycraft checks to make sure all the resources it needs are present and in the correct location, the process is now faster and it’s easier to add more files later on and has been improved to include all the required files in Pycraft (some were not checked before).
  • Feature & Performance: The 'noise' module for generating Perlin noise in Pycraft has now been removed, opting for a solution that is faster, more efficient and also supported on newer hardware and more operating systems.
  • Bug-Fix: Numerous improvements and other small bug-fixes that were quickly patched in Pycraft v0.9.5 have been properly patched now.
  • Feature: Some of the folders used by Pycraft have been renamed to make them more user friendly.
  • Feature: Some of the core variables for Pycraft have been renamed to bring them in-line with the PEP8 specification, this is a small part of the gradual transition to supporting most of the PEP8 standards in Pycraft.

Top comments (0)