We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e06ae83 commit 4bc0e82Copy full SHA for 4bc0e82
1 file changed
README.md
@@ -341,6 +341,9 @@ Even more queries can be found [here](https://colab.research.google.com/github/R
341
## Version 2.0.0
342
- Aligned on the brand new RumbleDB 2.0 release.
343
- Improved display of pandas dataframes output with -pdf in Jupyter notebooks.
344
+- if error info is activated in the configuration, then they are now printed in the notebook.
345
+- JSON nulls are now by default conflated with absent upon validating for dataframe output, this can be deactivated in the configuration.
346
+- The materialization error upon df/pdf output is now fixed.
347
348
## Version 2.0.0 alpha 1
349
- When returning a single-column DataFrame with atomic values, the name is now __value and not value to avoid collisions with user-defined columns.
0 commit comments