You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,16 +10,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
10
10
### Added
11
11
12
12
* Added instructions for creating new data types to the dev guide.
13
+
* Added `compact=False`, `minimal=False` to `compas.data.Data.to_json()` to `compas.data.Data.to_jsonstring()`.
14
+
* Added `copy_guid=False` to `compas.data.Data.copy()`. If true, the copy has the same guid as the original.
13
15
14
16
### Changed
15
17
16
-
* Fixed `RuntimeError` when using `compas_rhino.unload_modules` in CPython`.
18
+
* Fixed `RuntimeError` when using `compas_rhino.unload_modules` in CPython`.
17
19
* Fixed bug in `Box.scaled` causing a `TypeError` due to incorrect parameter forwarding.
18
20
* Changed argument names of `Box.scale()` to `x`, `y`, `z`, instead of `factor` and made `y` and `z` optional to keep positional arguments backwards compatible.
19
21
* Fixed import errors in `compas_rhino.conduits` for Rhino 8.
20
22
* Fixed doctest failures.
21
23
* Fixed bug in serialization when `compas.datastructures.attributes.AttributeView` is used.
22
24
* Fixed bug in the serialisation of empty scenes.
25
+
* Fixed bug in serialisation process due to `name` attribute appearing in json representation after copy even if not present before copy.
0 commit comments