Skip to content

Commit 019fc04

Browse files
authored
Prepare 0.7.0 release (#1771)
1 parent ce51a37 commit 019fc04

3 files changed

Lines changed: 170 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 168 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,175 @@
11
# Changelog
22

3-
Note: release candidates are not included in this changelog; there may be more
3+
> [!NOTE]
4+
> Release candidates are not included in this changelog; there may be more
45
recent changes described in the [release notes on GitHub](https://github.com/datalab-org/datalab/releases).
56

7+
## v0.7.0 (May 2026)
8+
9+
This is a major release with significant new functionality, refined over many months and pre-releases.
10+
This release roughly coincides with the publication of our preprint on *datalab*, available from ChemRxiv:
11+
12+
> Matthew L. Evans, Joshua D. Bocarsly, Benjamin Charmes, Ben E. Smith, Gian-Marco Rignanese, David Waroquiers, Clare P. Grey, **datalab: Federated data management infrastructure for materials chemistry and beyond**, ChemRxiv (2026). DOI: [10.26434/chemrxiv.15001945/v1](https://doi.org/10.26434/chemrxiv.15001945/v1)
13+
14+
The headline changes are:
15+
16+
- Users can now be assigned to groups, and groups can be given read permissions over different items and collections
17+
- [ELN file format exports](https://github.com/TheELNConsortium/TheELNFileFormat): collections, items and subgraphs of an item's relationships can now be exported in a single .eln zip file, with all attached data and metadata.
18+
- Revision control of items: updating an item now triggers a version snapshot, which can be rolled back to at any time.
19+
- New plugin build system for easier customisation of *datalab* instances.
20+
- Item models:
21+
- Status fields for items (e.g., active, disposed, planned, ordered)
22+
- New substance fields and UI for recording hazards and chemical identifiers (CAS, SMILES, Inchi, InchiKey)
23+
- Data block updates:
24+
- New measurement types:
25+
- Cyclic voltammetry,
26+
- XPS,
27+
- Support for new file formats:
28+
- [Battery Data Format (BDF)](https://battery-data-alliance.github.io/battery-data-format/) for time-series cycling data,
29+
- Bruker's .raw and .brml files for XRD,
30+
- Neware cycler Excel exports,
31+
- JEOL's NMR format,
32+
- BioLogic .mpr for EIS measurements,
33+
- .vgd files for XPS.
34+
- The NMR block now supports auto-phasing and processing of raw FID data.
35+
- An experimental backend for processing block data asynchronously (see [Asynchronous Processing](blocks/index.md#asynchronous-processing-experimental)).
36+
37+
In addition, there are several new plugins available, many of which can be found on the GitHub [`datalab-plugins` topic](https://github.com/topics/datalab-plugin).
38+
39+
There is also a new tool called [`beholder`](https://github.com/datalab-industries/datalab-beholder) which can be configured to perform automated data capture, as well as several improvements to the cloud deployment rules at [datalab-ansible-terraform](https://github.com/datalab-industries/datalab-ansible-terraform).
40+
41+
### What's Changed
42+
43+
* Minor fix for email auth notifications with automatically activated accounts by @ml-evs in https://github.com/datalab-org/datalab/pull/1473
44+
* Enable flake8-logging-rules (G) in ruff by @ml-evs in https://github.com/datalab-org/datalab/pull/1202
45+
* Update funding info in README.md by @jdbocarsly in https://github.com/datalab-org/datalab/pull/1487
46+
* Add error handling for file upload size limits by @BenjaminCharmes in https://github.com/datalab-org/datalab/pull/1472
47+
* Add status field for items and equipment by @BenjaminCharmes in https://github.com/datalab-org/datalab/pull/866
48+
* Update About page with README acknowledgements by @ml-evs in https://github.com/datalab-org/datalab/pull/1490
49+
* Remove defunct mongomock local testing config by @ml-evs in https://github.com/datalab-org/datalab/pull/1492
50+
* Explicitly copy any private plugins into API docker build by @ml-evs in https://github.com/datalab-org/datalab/pull/1495
51+
* Add button to save csv for differential echem by @ml-evs in https://github.com/datalab-org/datalab/pull/1498
52+
* Fix NotificationDot positioning in user dropdown menu by @BenjaminCharmes in https://github.com/datalab-org/datalab/pull/1484
53+
* Fix copied items with blocks getting wrong IDs by @BenjaminCharmes in https://github.com/datalab-org/datalab/pull/1475
54+
* Add contribution graph visualization for user and community activity by @BenjaminCharmes in https://github.com/datalab-org/datalab/pull/1461
55+
* Add CRUD API for user groups by @ml-evs in https://github.com/datalab-org/datalab/pull/1493
56+
* Add read-only group permissions model for items by @ml-evs in https://github.com/datalab-org/datalab/pull/1499
57+
* UI for creating and adminstering user groups and item permissions by @ml-evs in https://github.com/datalab-org/datalab/pull/1500
58+
* Fix XRD block legend display issues by @BenjaminCharmes in https://github.com/datalab-org/datalab/pull/1489
59+
* Add icon counters for blocks and files in collection items table by @BenjaminCharmes in https://github.com/datalab-org/datalab/pull/1471
60+
* Update Person model to better handle partial data by @ml-evs in https://github.com/datalab-org/datalab/pull/1501
61+
* Add asynchronous collection export as .eln file (ELNFileFormat) by @BenjaminCharmes in https://github.com/datalab-org/datalab/pull/1371
62+
* Use item status-style badge for user role in admin dashboard by @ml-evs in https://github.com/datalab-org/datalab/pull/1502
63+
* Add ELN export for items and item graphs by @BenjaminCharmes in https://github.com/datalab-org/datalab/pull/1389
64+
* Adding version control functionality to all item types (checkpoint, rollback, compare) by @be-smith in https://github.com/datalab-org/datalab/pull/1373
65+
* CI test for plugin builds by @ml-evs in https://github.com/datalab-org/datalab/pull/1510
66+
* Bump preact from 10.26.9 to 10.28.2 in /webapp by @dependabot[bot] in https://github.com/datalab-org/datalab/pull/1513
67+
* Fixes for editing groups and creating samples and immediately sharing them by @ml-evs in https://github.com/datalab-org/datalab/pull/1515
68+
* Fix function name in ELN item export by @ml-evs in https://github.com/datalab-org/datalab/pull/1517
69+
* Add item status icon to ItemSelect and search by @ml-evs in https://github.com/datalab-org/datalab/pull/1531
70+
* Update affiliations and about page links by @ml-evs in https://github.com/datalab-org/datalab/pull/1527
71+
* Add formatted group name component by @BenjaminCharmes in https://github.com/datalab-org/datalab/pull/1533
72+
* Add group icon display in creators column by @BenjaminCharmes in https://github.com/datalab-org/datalab/pull/1526
73+
* Update copyright year by @ml-evs in https://github.com/datalab-org/datalab/pull/1534
74+
* Add AGENTS.md description of working with the repo by @ml-evs in https://github.com/datalab-org/datalab/pull/1537
75+
* Use slim Python 3.11 base image for API container by @ml-evs in https://github.com/datalab-org/datalab/pull/1538
76+
* API Dockerfile: Run apt clean after installing mdb tools by @ml-evs in https://github.com/datalab-org/datalab/pull/1542
77+
* Fix manager sharing issue by @ml-evs in https://github.com/datalab-org/datalab/pull/1544
78+
* Add file-based suggestions to "add a block" menu and add bottom menu below blocks by @BenjaminCharmes in https://github.com/datalab-org/datalab/pull/1482
79+
* Unify single item and related item export UI by @BenjaminCharmes in https://github.com/datalab-org/datalab/pull/1520
80+
* Minor fix preventing duplicate email identities for users by @ml-evs in https://github.com/datalab-org/datalab/pull/1550
81+
* Show locations where present in item select by @ml-evs in https://github.com/datalab-org/datalab/pull/1554
82+
* Redirect non-authenticated users to About page by @BenjaminCharmes in https://github.com/datalab-org/datalab/pull/1483
83+
* Enable version history UI by @ml-evs in https://github.com/datalab-org/datalab/pull/1546
84+
* Fix mongodump installation issue in server container by @ml-evs in https://github.com/datalab-org/datalab/pull/1561
85+
* Add batch sharing menu option in data table and API by @BenjaminCharmes in https://github.com/datalab-org/datalab/pull/1525
86+
* Prevent repeated clicks on collection export button by @BenjaminCharmes in https://github.com/datalab-org/datalab/pull/1549
87+
* Table layout tweaks: partition button groups, increase width and combine table settings by @ml-evs in https://github.com/datalab-org/datalab/pull/1556
88+
* Lock down `/info/stats` endpoint and make about section optional by @ml-evs in https://github.com/datalab-org/datalab/pull/1570
89+
* Add 'sudo' mode for admins that allows them to restrict their admin powers by @ml-evs in https://github.com/datalab-org/datalab/pull/1548
90+
* Add step that looks up any entry references when returning an item by @ml-evs in https://github.com/datalab-org/datalab/pull/1555
91+
* Implement smarter regex search for users and collections by @BenjaminCharmes in https://github.com/datalab-org/datalab/pull/1474
92+
* Redirect requests for files from the app to the API by @ml-evs in https://github.com/datalab-org/datalab/pull/1589
93+
* Add a column for plotting echem time-series data in hours by @ml-evs in https://github.com/datalab-org/datalab/pull/1596
94+
* Add NMR compatibility with JEOL .jdx files by @isabelcooley in https://github.com/datalab-org/datalab/pull/1532
95+
* Bump webpack from 5.95.0 to 5.105.0 in /webapp by @dependabot[bot] in https://github.com/datalab-org/datalab/pull/1587
96+
* Bump markdown-it from 14.1.0 to 14.1.1 in /webapp by @dependabot[bot] in https://github.com/datalab-org/datalab/pull/1599
97+
* Bump lodash from 4.17.21 to 4.17.23 in /webapp by @dependabot[bot] in https://github.com/datalab-org/datalab/pull/1545
98+
* ELN file format export fixes by @ml-evs in https://github.com/datalab-org/datalab/pull/1600
99+
* Add checksums to `File` for duplicate detection by @ml-evs in https://github.com/datalab-org/datalab/pull/1592
100+
* Remove CODEOWNERS by @ml-evs in https://github.com/datalab-org/datalab/pull/1602
101+
* Add metadata model, support for multiple experiments/nuclei and automatic frequency domain/autophasing in NMR block by @ml-evs in https://github.com/datalab-org/datalab/pull/1598
102+
* Improve error handling for block updates by @BenjaminCharmes in https://github.com/datalab-org/datalab/pull/1539
103+
* Disable add item buttons when not logged in by @ml-evs in https://github.com/datalab-org/datalab/pull/1586
104+
* Fix `/save-item` to preserve private collections by @BenjaminCharmes in https://github.com/datalab-org/datalab/pull/1535
105+
* Add support for Battery Data Format (BDF) and multi-file caching in echem block by @be-smith in https://github.com/datalab-org/datalab/pull/1604
106+
* Bump navani v0.1.16 by @be-smith in https://github.com/datalab-org/datalab/pull/1621
107+
* Bump the github-actions group across 1 directory with 3 updates by @dependabot[bot] in https://github.com/datalab-org/datalab/pull/1571
108+
* Update dependabot config (trial uv, use dependency groups) by @ml-evs in https://github.com/datalab-org/datalab/pull/1624
109+
* More tweaks for dependabot by @ml-evs in https://github.com/datalab-org/datalab/pull/1632
110+
* Bump the python-production group in /pydatalab with 12 updates by @dependabot[bot] in https://github.com/datalab-org/datalab/pull/1635
111+
* Incorporate in situ plugin updates by @ml-evs in https://github.com/datalab-org/datalab/pull/1623
112+
* Fix email auth config behaviour: never auto-activate accounts unless config var is set by @ml-evs in https://github.com/datalab-org/datalab/pull/1645
113+
* Allow blocks to announce multi-file support and use multifile component where supported by @ml-evs in https://github.com/datalab-org/datalab/pull/1647
114+
* Bump pyjwt from 2.11.0 to 2.12.0 in /pydatalab by @dependabot[bot] in https://github.com/datalab-org/datalab/pull/1651
115+
* Refactor about page into collapsible sections and add route to customise by @ml-evs in https://github.com/datalab-org/datalab/pull/1652
116+
* Fix item graph rendering by @ml-evs in https://github.com/datalab-org/datalab/pull/1656
117+
* Vendor GSAS-II Bruker raw reader and add Bruker BRML reader by @ml-evs in https://github.com/datalab-org/datalab/pull/1622
118+
* Use BDF parquet files when caching parsed echem by @be-smith in https://github.com/datalab-org/datalab/pull/1663
119+
* Add prototype asynchronous data block processing backend by @BenjaminCharmes in https://github.com/datalab-org/datalab/pull/1491
120+
* Collected Python updates from dependabot by @ml-evs in https://github.com/datalab-org/datalab/pull/1683
121+
* Bump the github-actions group across 1 directory with 3 updates by @dependabot[bot] in https://github.com/datalab-org/datalab/pull/1667
122+
* Echem block: set capacity to null for rest steps for plotting purposes by @be-smith in https://github.com/datalab-org/datalab/pull/1682
123+
* Add preprint to README and CITATION.cff by @ml-evs in https://github.com/datalab-org/datalab/pull/1684
124+
* Compute gravatar hashes server side by @ml-evs in https://github.com/datalab-org/datalab/pull/1686
125+
* EIS block improvements (support for Biologic formats and better plotting) by @be-smith in https://github.com/datalab-org/datalab/pull/1688
126+
* Fix ability to filter by block type in the data table by @ml-evs in https://github.com/datalab-org/datalab/pull/1693
127+
* Migrate admin tables to PrimeVue with bulk operations by @BenjaminCharmes in https://github.com/datalab-org/datalab/pull/1581
128+
* Return gravatar hashes instead of contact emails from more endpoints by @ml-evs in https://github.com/datalab-org/datalab/pull/1697
129+
* Use SPA navigation between table and edit pages and lazy-load schemas by @ml-evs in https://github.com/datalab-org/datalab/pull/1687
130+
* Add clickable link to QR code renderer by @ml-evs in https://github.com/datalab-org/datalab/pull/1698
131+
* Add sharing API and UI for collections by @BenjaminCharmes in https://github.com/datalab-org/datalab/pull/1564
132+
* Add collections, supplier and location info to StartingMaterialTable by @be-smith in https://github.com/datalab-org/datalab/pull/1695
133+
* Bump node from 20-bullseye to 22.22-bullseye-slim in /.docker/app by @dependabot[bot] in https://github.com/datalab-org/datalab/pull/1633
134+
* Bump the js-production group across 1 directory with 27 updates by @dependabot[bot] in https://github.com/datalab-org/datalab/pull/1702
135+
* Bump fast-uri from 3.0.3 to 3.1.2 in /webapp by @dependabot[bot] in https://github.com/datalab-org/datalab/pull/1713
136+
* Bump lodash from 4.17.23 to 4.18.1 in /webapp by @dependabot[bot] in https://github.com/datalab-org/datalab/pull/1673
137+
* Bump follow-redirects from 1.15.9 to 1.16.0 in /webapp by @dependabot[bot] in https://github.com/datalab-org/datalab/pull/1678
138+
* Assorted deps and pre-commit updates by @ml-evs in https://github.com/datalab-org/datalab/pull/1715
139+
* Fix row-click handler in data table and add test by @ml-evs in https://github.com/datalab-org/datalab/pull/1716
140+
* Add cyclic voltammetry (CV) block by @be-smith in https://github.com/datalab-org/datalab/pull/1696
141+
* Bump lodash-es from 4.17.21 to 4.18.1 in /webapp by @dependabot[bot] in https://github.com/datalab-org/datalab/pull/1718
142+
* Bump @babel/plugin-transform-modules-systemjs from 7.25.9 to 7.29.4 in /webapp by @dependabot[bot] in https://github.com/datalab-org/datalab/pull/1717
143+
* Fix scrolling in '@'-mention dropdown by @ml-evs in https://github.com/datalab-org/datalab/pull/1721
144+
* Hotfix Current units for echem plotting by @ml-evs in https://github.com/datalab-org/datalab/pull/1723
145+
* Add git to app docker build by @ml-evs in https://github.com/datalab-org/datalab/pull/1720
146+
* Bump urllib3 from 2.5.0 to 2.7.0 in /pydatalab by @dependabot[bot] in https://github.com/datalab-org/datalab/pull/1724
147+
* Bump mermaid from 11.14.0 to 11.15.0 in /webapp by @dependabot[bot] in https://github.com/datalab-org/datalab/pull/1722
148+
* Adding "substance" information to samples by @ml-evs in https://github.com/datalab-org/datalab/pull/1536
149+
* Only install packages older than 1w, and add XPS as core plugin by @ml-evs in https://github.com/datalab-org/datalab/pull/1730
150+
* Downgrade primevue back to 4.1.x by @ml-evs in https://github.com/datalab-org/datalab/pull/1733
151+
* CV/EIS: added error messages for empty files by @be-smith in https://github.com/datalab-org/datalab/pull/1735
152+
* Add datalab-native plugin installer by @ml-evs in https://github.com/datalab-org/datalab/pull/1738
153+
* Add substance information UI component by @BenjaminCharmes in https://github.com/datalab-org/datalab/pull/1728
154+
* Add draft roadmap and freshen up docs generally by @ml-evs in https://github.com/datalab-org/datalab/pull/1743
155+
* Downsizing bdf.csv and bdf.parquet files by @be-smith in https://github.com/datalab-org/datalab/pull/1729
156+
* Fix for CV block; pass filename to galvani as string by @ml-evs in https://github.com/datalab-org/datalab/pull/1756
157+
* Update echem block to better handle bdf exports and caching by @be-smith in https://github.com/datalab-org/datalab/pull/1760
158+
* Fix SMILES overflow in Substance Information card by @BenjaminCharmes in https://github.com/datalab-org/datalab/pull/1769
159+
* Add item reference lookup when patching rather than just retrieval by @ml-evs in https://github.com/datalab-org/datalab/pull/1755
160+
* Attempt, once again, to optimise the CI by @ml-evs in https://github.com/datalab-org/datalab/pull/1736
161+
* Fixing duplication of parthood relationships for cells and samples by @wuppersaver in https://github.com/datalab-org/datalab/pull/1727
162+
* Add `invoke dev.serve` wrapper to flask run by @ml-evs in https://github.com/datalab-org/datalab/pull/1739
163+
* Add Google and Microsoft OAuth authentication by @DianaAliabieva in https://github.com/datalab-org/datalab/pull/1706
164+
* Fix for dev server unable to load .env by @ml-evs in https://github.com/datalab-org/datalab/pull/1770
165+
166+
## New Contributors
167+
* @isabelcooley made their first contribution in https://github.com/datalab-org/datalab/pull/1532
168+
* @wuppersaver made their first contribution in https://github.com/datalab-org/datalab/pull/1727
169+
170+
**Full Changelog**: https://github.com/datalab-org/datalab/compare/v0.6.7...v0.7.0
171+
172+
6173
## v0.6.7 (December 2025)
7174

8175
Another patch release with several UI usability improvements, with highlights including:

pydatalab/docs/plugins.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ At present, a *datalab* plugin is a Python package that registers one or more [d
1616
Data blocks ingest a file (or set of files) attached to an item and render an interactive view of the parsed data, e.g. an NMR spectrum, an electrochemistry cycler trace, or an XRD pattern.
1717
*datalab* discovers them at server startup by enumerating the relevant entry point group, with no changes required to the core code.
1818

19-
Additional plugin types: custom item types, ingestion hooks, and webapp components are planned in the future (see [roadmap.md]); please reach out if you have a specific use case.
19+
Additional plugin types: custom item types, ingestion hooks, and webapp components are planned in the future (see [roadmap.md](roadmap.md)); please reach out if you have a specific use case.
2020

2121
## Writing a plugin
2222

pydatalab/docs/roadmap.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
This page collects the larger pieces of work that are planned but not yet implemented, and general areas that we expect to work on in the future.
44
It is a living document and is expected to be reorganised as priorities shift.
55
Please open an issue or reach out on the [*datalab* GitHub](https://github.com/datalab-org/datalab) if you have a use case that depends on any of the items below, or that is not yet captured here.
6-
There are also [several issues with the 'suggestions' label](https://github.com/datalab-org/datalab/issues?q=sort%3Aupdated-desc%20is%3Aissue%20is%3Aopen%20label%3Asuggestions) across our repositories, as well as ['epics'](https://github.com/datalab-org/datalab/issues?q=sort%3Aupdated-desc+state%3Aopen+label%3A%22EPIC%22+) and ['plugin-requests'](
6+
There are also [several issues with the 'suggestions' label](https://github.com/datalab-org/datalab/issues?q=sort%3Aupdated-desc%20is%3Aissue%20is%3Aopen%20label%3Asuggestions) across our repositories, as well as ['epics'](https://github.com/datalab-org/datalab/issues?q=sort%3Aupdated-desc+state%3Aopen+label%3A%22EPIC%22+) and ['plugin-requests'](https://github.com/datalab-org/datalab/issues?q=sort%3Aupdated-desc+state%3Aopen+label%3A%22plugin-request%22+)
77

88
## Plugin system
99

0 commit comments

Comments
 (0)