2013-04-14 18:48:45 -04:00
|
|
|
Changes
|
|
|
|
=======
|
|
|
|
|
|
|
|
|
|
|
|
v0.1
|
|
|
|
-----
|
2014-10-25 22:59:59 -04:00
|
|
|
* Initial Version
|
|
|
|
|
|
|
|
v0.1.6
|
|
|
|
-----
|
2014-10-25 23:01:37 -04:00
|
|
|
* Added STEP import and supporting tests
|
2014-10-25 22:59:59 -04:00
|
|
|
|
|
|
|
v0.1.7
|
|
|
|
-----
|
|
|
|
* Added revolve operation and supporting tests
|
2014-12-12 12:39:58 -05:00
|
|
|
* Fixed minor documentation errors
|
2015-03-03 22:08:52 -05:00
|
|
|
|
2015-03-04 07:48:45 -05:00
|
|
|
v0.1.8
|
2014-12-12 12:39:58 -05:00
|
|
|
-----
|
|
|
|
* Added toFreecad() function as a convenience for val().wrapped
|
|
|
|
* Converted all examples to use toFreecad()
|
|
|
|
* Updated all version numbers that were missed before
|
|
|
|
* Fixed import issues in Windows caused by fc_import
|
|
|
|
* Added/fixed Mac OS support
|
|
|
|
* Improved STEP import
|
|
|
|
* Fixed bug in rotateAboutCenter that negated its effect on solids
|
2015-03-03 22:08:52 -05:00
|
|
|
* Added Travis config (thanks @krasin)
|
|
|
|
* Removed redundant workplane.py file left over from the PParts.com migration
|
|
|
|
* Fixed toWorldCoordinates bug in moveTo (thanks @xix-xeaon)
|
|
|
|
* Added new tests for 2D drawing functions
|
|
|
|
* Integrated Coveralls.io, with a badge in README.md
|
|
|
|
* Integrated version badge in README.md
|
2015-03-28 21:16:12 -04:00
|
|
|
|
2015-08-17 08:34:22 -04:00
|
|
|
v0.2.0
|
2015-03-28 21:16:12 -04:00
|
|
|
-----
|
2015-08-17 08:34:22 -04:00
|
|
|
* Fixed versioning to match the semantic versioning scheme
|
2015-03-28 21:16:12 -04:00
|
|
|
* Added license badge in changes.md
|
2015-04-07 14:19:45 -04:00
|
|
|
* Fixed Solid.makeSphere implementation
|
|
|
|
* Added CQ.sphere operation that mirrors CQ.box
|
2015-04-27 13:04:34 -04:00
|
|
|
* Updated copyright dates
|
|
|
|
* Cleaned up spelling and misc errors in docstrings
|
2015-05-15 08:13:54 -04:00
|
|
|
* Fixed FreeCAD import error on Arch Linux (thanks @moeb)
|
|
|
|
* Made FreeCAD import report import error instead of silently failing (thanks @moeb)
|
2015-06-08 15:27:07 -04:00
|
|
|
* Added ruled option for the loft operation (thanks @hyOzd)
|
2015-06-12 14:27:25 -04:00
|
|
|
* Fixed close() not working in planes other than XY (thanks @hyOzd)
|
2015-06-20 23:13:10 -04:00
|
|
|
* Added box selector with bounding box option (thanks @hyOzd)
|
|
|
|
* CQ.translate and CQ.rotate documentation fixes (thanks @hyOzd)
|
2015-07-13 10:38:06 -04:00
|
|
|
* Fixed centering of a sphere
|
2015-08-06 23:11:22 -04:00
|
|
|
* Increased test coverage
|
2015-08-08 23:49:27 -04:00
|
|
|
* Added a clean function to keep some operations from failing on solids that need simplified (thanks @hyOzd)
|
2015-08-17 08:34:22 -04:00
|
|
|
* Added a mention of the new Google Group to the readme
|
2015-09-01 15:40:17 -04:00
|
|
|
|
2015-09-16 23:38:54 -04:00
|
|
|
v0.3.0 (Unreleased)
|
2015-09-01 15:40:17 -04:00
|
|
|
-----
|
|
|
|
* Fixed a bug where clean() could not be called on appropriate objects other than solids (thanks @hyOzd) #108
|
2015-09-16 23:38:54 -04:00
|
|
|
* Implemented new selectors that allow existing selectors to be combined with arithmetic/boolean operations. (thanks @hyOzd) #110
|
2015-09-17 10:20:18 -04:00
|
|
|
* Fixed a bug where only 1 random edge was returned with multiple min/max selector matches (thanks @hyOzd) #111
|