We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4800d9d commit ead44f7Copy full SHA for ead44f7
CHANGES.rst
@@ -4,8 +4,9 @@ Release 1.10.0
4
5
* **ENHANCEMENT:** Added `User-Agent` and `Referer` support to the `ExportServer` class to accommodate
6
new security measures on Highsoft's public Export Server instance.
7
-* **BUGFIX:** Adjusted handling of NumPy `datetime64` values to serialize them to Unix epoch milliseconds,
+* **BUGFIX:** Adjusted handling of NumPy `datetime64` values to serialize them to Unix epoch-based milliseconds,
8
rather than the default nanoseconds (closes #204).
9
+* **DOCS:** Added examples of adjusting `datetime64` values to epoch-based milliseconds (courtesy of @ThomasGL).
10
11
----
12
0 commit comments