Migration guide
Unreleased
From 0.5.0 to 0.5.2
No notable change in the API
From 0.4.0 to 0.5.0
- Change imports of
rounded_canister.RoundedCanistertorounded_canister_threaded.RoundedCanisterThreaded - Change imports of
rectangle_canister.RectangleCanistertorectangle_canister_threaded.RectangleCanisterThreaded - Change imports of
screw_lid.ScrewLidtothreaded_lid.ThreadedLid - On all models:
- rename method
screw()tolid() - rename all properties and method argument
screw_hole_wall_thicknesstocap_lid_hole_wall_thickness - rename all properties and method argument
cap_screw_hole_radiustocap_lid_hole_radius - rename all properties and method argument
screw_shouldertolid_shoulder - rename method argument
screw_shouldertolid_shoulder - On
*CanisterThreaded: - rename property
screw_pitchtothread_pitch
From 0.3.0 to 0.4.0
No notable change in the API
Note that the threads created with v0.3 are incompatible with pieces created with 0.4.
From 0.2.1 to 0.3.0
Canistermoved and was renamed. Change your imports and calls:import Canister from bd_tube_boxes.canistertoimport RoundedCanister from bd_tube_boxes.rounded_canisterCanister(...)toRoundedCanister(...)
From 0.2.0 to 0.2.1
No notable change
From 0.1.1 to 0.2.0
- Fix the imports:
From 0.1.0 to 0.1.1
No notable change