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: Migration.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,8 @@ release will remove the deprecated code.
19
19
* CMake `-config` files
20
20
* Paths that depend on the project name
21
21
22
+
1. Python library imports such `import ignition.math` and `from ignition import math` should be replaced with `import gz.math7` and `from gz import math7`. Note the change from `ignition` to `gz` and the addition of the major version number as a suffix to the package name.
23
+
22
24
### Deprecations
23
25
24
26
1.**Angle.hh**
@@ -89,7 +91,6 @@ release will remove the deprecated code.
89
91
1.`IGN_MASSMATRIX3_DEFAULT_TOLERANCE`
90
92
1. All `IGN_*_SIZE_T` variables are deprecated and will be removed in future versions.
91
93
Please use `GZ_*_SIZE_T` instead.
92
-
1. Python library `ignition` namespaces should be replaced with `gz`.
0 commit comments