We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0087d8 commit 6044aadCopy full SHA for 6044aad
doc/source/changes/version_0_28.rst.inc
@@ -21,6 +21,9 @@
21
New features
22
------------
23
24
+* made it possible to run the tutorial online (as a Jupyter notebook) by clicking on the ``launch|binder`` badge
25
+ on top of the tutorial web page (closes :issue:`73`)
26
+
27
* added methods `array_equals` and `equals` to `Session` object to compare arrays from two sessions.
28
The method `array_equals` return a boolean value for each array while the method `equals` returns a unique
29
boolean value (True if all arrays of both sessions are equal, False otherwise):
0 commit comments