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
These are all trivially extractable from `basic_mul_dict`.
It's not clear if they're intended to be public, but this errs on the side of caution and deprecates them.
Copy file name to clipboardExpand all lines: doc/changelog.rst
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,13 @@
2
2
Changelog
3
3
=========
4
4
5
-
- :support:`245` The following attributes have been deprecated to reduce the number of similar members in :class:`~galgebra.ga.Ga`.
5
+
- :support:`245` (also :issue:`248`) The following attributes have been deprecated to reduce the number of similar members in :class:`~galgebra.ga.Ga`.
6
+
7
+
* Unified into :attr:`galgebra.ga.Ga.basic_mul_table_dict`:
0 commit comments