What's Changed * Changed NamedTag holder to shared_ptr by gentlegiantJGC in https://github.com/Amulet-Team/Amulet-NBT/pull/86 * Optimised writeNumeric by gentlegiantJGC in https://github.com/Amulet-Team/Amulet-NBT/pull/87
What's Changed * Refactor storage by gentlegiantJGC in https://github.com/Amulet-Team/Amulet-NBT/pull/76 * Refactored encoding classes by gentlegiantJGC in https://github.com/Amulet-Team/Amulet-NBT/pull/77 * Added functions to read and write without copy by gentlegiantJGC in https://github.com/Amulet-Team/Amulet-NBT/pull/78 * Fix header by gentlegiantJGC in https://github.com/Amulet-Team/Amulet-NBT/pull/79 * Expand numerical class templates by gentlegiantJGC in https://github.com/Amulet-Team/Amulet-NBT/pull/80 * Remove amulet_nbt._nbt by gentlegiantJGC in https://github.com/Amulet-Team/Amulet-NBT/pull/81 * Revert package finding by gentlegiantJGC in https://github.com/Amulet-Team/Amulet-NBT/pull/82 * Fixed functions getting paths and added tests by gentlegiantJGC in https://github.com/Amulet-Team/Amulet-NBT/pull/83 * Moved templated list functions by gentlegiantJGC in https://github.com/Amulet-Team/Amulet-NBT/pull/84 * Impl named tag eq by gentlegiantJGC in https://github.com/Amulet-Team/Amulet-NBT/pull/85
What's Changed * Rewritten in C++ using Pybind11 * Fixed some mypy issues by gentlegiantJGC in https://github.com/Amulet-Team/Amulet-NBT/pull/72 * C++ Rewrite by gentlegiantJGC in https://github.com/Amulet-Team/Amulet-NBT/pull/74 * Added functions to get source and include directories by gentlegiantJGC in https://github.com/Amulet-Team/Amulet-NBT/pull/75
What's Changed * Fixed get overloads by gentlegiantJGC in https://github.com/Amulet-Team/Amulet-NBT/pull/63 * Added abstract methods to stubs by gentlegiantJGC in https://github.com/Amulet-Team/Amulet-NBT/pull/64 * Added missing None type hints by gentlegiantJGC in https://github.com/Amulet-Team/Amulet-NBT/pull/65 * Fix type hint for save_to by gentlegiantJGC in https://github.com/Amulet-Team/Amulet-NBT/pull/66 * Fix type hints by gentlegiantJGC in https://github.com/Amulet-Team/Amulet-NBT/pull/67 * Fixed compound constructor type hint by gentlegiantJGC in https://github.com/Amulet-Team/Amulet-NBT/pull/68 * Use binary NBT when pickling by gentlegiantJGC in https://github.com/Amulet-Team/Amulet-NBT/pull/69 * Modified typed get and added typed pop by gentlegiantJGC in https://github.com/Amulet-Team/Amulet-NBT/pull/70 * Mypy by gentlegiantJGC in https://github.com/Amulet-Team/Amulet-NBT/pull/71
What's Changed * Bump setup python action by gentlegiantJGC in https://github.com/Amulet-Team/Amulet-NBT/pull/58 * Added string tests by gentlegiantJGC in https://github.com/Amulet-Team/Amulet-NBT/pull/60 * Small Fixes by gentlegiantJGC in https://github.com/Amulet-Team/Amulet-NBT/pull/61