All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
to_excel
andto_rubiks
were refactored amounting in a 1.31x and a 1.37x speedup, respectively.
- Now we support Minecraft versions
1.20.1
and1.20.2
- Now we support Minecraft version
1.20.0
- Now we support Minecraft version
1.19.4
blocks.json
file
__to_minecraft_save()
res type
to_rubiks()
function.
- ascii tag on pypi.
- docs: used Google's guidelines for docstrings. See: https://google.github.io/styleguide/pyguide.html#383-functions-and-methods.
- docs: updated package's short description.
to_ascii()
function.
- Refactored
README.md
.
image
arg now acceptsstr
.
to_excel()
: addedimage_position
parameter.
- Added support for different minecraft versions.
- Moved metadata to
pyproject.toml
. See pypa/sampleproject#166.
- Now accepting Python 3.8 as this works just fine with it as well.
README.md
now's got examples and a logo on it.
- Project's goal on
README.md
.
- @radarhere refactored code, mainly the
to_minecraft
function. - Package's short description for SEO optimization (again).
- Package description for SEO optimization.
- Deleted readme's mention to the function
image_utilities.fit_to_palette(image: Image, palette: List[RGBColor]) -> Image
.
image_utilities.fit_to_palette(image: Image, palette: List[RGBColor]) -> Image
function because it is too slow andPIL
already has theImage.quantize()
function, which I'm sure that it does the job way better than our simplefit_to_palette
.- Note: the function is still usable, but now it prints a warning letting the user know that it shouldn't be used.
- Github Actions workflows for automated building & distribution of the package.
- @Eric-Mendes finally "learned" semver.