Files
cadquery/changes.md

61 lines
3.3 KiB
Markdown
Raw Normal View History

2013-04-14 18:48:45 -04:00
Changes
=======
2020-04-17 22:53:50 -04:00
2.0 (stable release)
2015-12-12 15:24:10 -05:00
------
2020-04-23 09:00:34 +02:00
### Deprecations and breaking changes
2020-04-23 17:20:22 -04:00
* `centerOption` default value will change from `CenterOfMass` to `ProjectedOrigin` in the 2.1 release #313
2020-04-23 09:00:34 +02:00
### Non-breaking changes
2020-04-17 22:53:50 -04:00
* Numerous commits to move from FreeCAD as the underlying API to PythonOCC - thanks @adam-urbanczyk for all the effort that required
* Updated for Python 3.6 and 3.7
* Made sure solids were fused when extrude both=True #321 - thanks @adam-urbanczyk
* Improved boolean operations #312 - thanks @adam-urbanczyk
* Fixed a bug in helix creation #311 - thanks @adam-urbanczyk
* Improved MacOS support
* Updated CQGI counters for Python 3.8 compatibility #305 - thanks @jwhevans
* Added tangent arc operation #284 - thanks @marcus7070
* Added ellipse creation #265 - thanks @bernhard-42
* Added ability to produce a plate surface with a thickness (optional), enclosed by edge points, polylines or splines, and going through interpolation points (optional) #253 - thanks @bragostin
* Fix plane rotation method #243 - thanks @Peque
* Added ability to tag a particular object in the chain to be referred to later #252 - thanks @marcus7070
* Added Black formatting check to CI #255 - thanks @Peque
* Added ability to accept unordered edges when constructing a wire #237 - thanks @bragostin
* Updated to using pytest #236 - thanks @Peque
* Fixed wedge primitive and made wedge act consistent with other primitives #228
* Fix to correctly support anisotropic scaling #225 - thanks @adam-urbanczyk
* Documentation fixes #215 - thanks @Renha
* Fixed a spline example in the docs #200 - thanks @adam-urbanczyk
* Added 2D slot feature #186 - thanks @bweissinger
* Fixed a segmentation fault when trying to loft with one wire #161 - thanks @HLevering
* Fixed a bug where the tolerance parameter of BoundingBox had no effect #167 - thanks @mgreminger
* Fixed a bug when calling findSolid with multiple solids on stack #163 - thanks @adam-urbanczyk
* Documentation fixes #144 and #162 - thanks @westurner
* Fixed a feature/bug that prevented a polyline or spline from closing properly in some instances #156 - thanks @adam-urbanczyk
* Added ability to determine if an arbitrary point is inside a solid #138 - thanks @mgreminger
* Fixed bug where combine=True kept union from working properly #143 - thanks @adam-urbanczyk
* Fixed bug where string selectors "-X" and "+X" returned the same thing #141 - thanks @gebner
* Removed unused 'positive' argument from 'cutThruAll' #135 - thanks @mgreminger
2020-04-23 08:53:41 +02:00
* Increased the HASH_CODE_MAX to prevent hash collisions during face selection #140 - thanks @mgreminger
2020-04-17 22:53:50 -04:00
* Added option to center workplane on projected origin #132 - thanks @mgreminger
* Improved sweep along multisection wires #128 - thanks @adam-urbanczyk
* Fixed version number that was missed during update to 2.x #129 - thanks @asukiaaa
* Numerous CI and documentation improvements
2020-04-23 08:52:07 +02:00
* Support for text rendering #106
2020-04-17 22:53:50 -04:00
2.0RC2 (release candidate)
2016-04-22 22:15:14 -04:00
------
2020-04-17 22:53:50 -04:00
* Changes included in v2.0 release
2016-04-22 22:15:14 -04:00
2020-04-17 22:53:50 -04:00
2.0RC1 (release candidate)
2016-04-22 22:15:14 -04:00
------
2020-04-17 22:53:50 -04:00
* Changes included in v2.0 release
2016-04-27 12:25:24 -04:00
2020-04-17 22:53:50 -04:00
2.0RC0 (release candidate)
2016-04-27 12:25:24 -04:00
------
2020-04-17 22:53:50 -04:00
* Changes included in v2.0 release
2016-05-23 10:33:23 -04:00
2020-04-23 08:52:07 +02:00
The changelog for older CadQuery 1.x releases can be found [here](https://github.com/dcowden/cadquery/blob/master/changes.md).