shapely-json 3.0.0

JSON serialization and deserialization for Shapely types
Documentation
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [2.0.0]https://github.com/bearcove/shapely/compare/shapely-json-v1.0.0...shapely-json-v2.0.0 - 2025-03-11

### Other

- Simplify Shape name function signature
- Change Shape.name from static str to NameFn
- Back to something working
- Tests pass again
- Add `addr` and `shape` methods to Partial and Slot
- Looking good!
- Clean up Partial API
- Shape up field API
- Stability notes
- introduce slot_by_index / slot_by_name
- link to 'free of syn' campaign
- Ensure no syn dependency (and badge about it), closes #9
- Introduce core crate
- Get rid of debug/display, closes #4