nbtlib
nbtlib copied to clipboard
A python library to read and edit nbt data.
Bumps [black](https://github.com/psf/black) from 21.8b0 to 22.8.0. Release notes Sourced from black's releases. 22.8.0 Highlights Python 3.11 is now supported, except for blackd as aiohttp does not support 3.11 as of...
Bumps [mudkip](https://github.com/vberlier/mudkip) from 0.4.10 to 0.8.0. Release notes Sourced from mudkip's releases. v0.8.0 Feature Add latex preset (774f663) Add preset for pydata theme (364be03) Add mermaid (2979d61) v0.7.0 Feature Remove...
Bumps [python-semantic-release](https://github.com/relekang/python-semantic-release) from 7.19.1 to 7.27.0. Release notes Sourced from python-semantic-release's releases. v7.27.0 Feature Add git-lfs to docker container (#427) (184e365) v7.26.0 Feature Add prerelease functionality (#413) (7064265) v7.25.2 Fix...
`nbtlib 2.0`
This tracks a number of issues that should be resolved before making 2.x releases stable. I think the recent feedback shows that `nbtlib` could benefit from a little revamp. Proper...
Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.3.1 to 5.4. Changelog Sourced from pyyaml's changelog. 5.4 (2021-01-19) yaml/pyyaml#407 -- Build modernization, remove distutils, fix metadata, build wheels, CI to GHA yaml/pyyaml#472 -- Fix for...
Bumps [nbdime](https://github.com/jupyter/nbdime) from 2.1.0 to 2.1.1. Commits d79cf10 Release 3.1.1 e44a5cc Merge pull request from GHSA-p6rw-44q7-3fw4 f16d448 Merge pull request #607 from kr0p07k1n/python_310 eabc073 Update tests.yml e77ed97 Run CI on...
Bumps [pywin32](https://github.com/mhammond/pywin32) from 300 to 301. Release notes Sourced from pywin32's releases. Release 301 The changes If you use pip: pip install pywin32 --upgrade A number of things don't work...
Bumps [pygments](https://github.com/pygments/pygments) from 2.7.3 to 2.7.4. Release notes Sourced from pygments's releases. 2.7.4 Updated lexers: Apache configurations: Improve handling of malformed tags (#1656) CSS: Add support for variables (#1633, #1666)...
Bumps [babel](https://github.com/python-babel/babel) from 2.9.0 to 2.9.1. Release notes Sourced from babel's releases. Version 2.9.1 Bugfixes The internal locale-data loading functions now validate the name of the locale file to be...
When doing some profiling loading NBT files, trying to optimize loading times, `read_numeric()` stands at the top by a large margin. Taking a closer look at it, it seems this...