Release 2025.6
What's Changed
- Add
protocol_link
column to, and droprelevant_protocols
column from,study
table by @yxu-lanl in #1652 - Load images via
import
statements instead ofrequire
statements by @yxu-lanl in #1653 - Remove references to
nmdc-pilot
in configuration files and error messages by @eecavanna in #1660 - Include
non_parent_studies
count in/stats
API endpoint response by @eecavanna in #1661 - Add enum/permissible value validation to API endpoint by @cristina-stonepedraza in #1590
- Implement
/api/admin/stats
endpoint that returns number of user accounts by @eecavanna in #1665 - Configure map boundaries and add tooltip about samples potentially not being shown by @marySalvi in #1663
- Centralize generating static content by @naglepuff in #1504
- Create filter class for searching metap workflows by @naglepuff in #1643
- Update
GET /api/metadata_submission/report
to include the number of samples in each submission by @hesspnnl in #1666 - Update ingest script for metatranscriptome expression anaylsis by @marySalvi in #1671
- Don't import worksheets if not selected by @naglepuff in #1667
- Bump
nmdc-schema
andnmdc-submission-schema
each to11.8.0
by @eecavanna in #1674 - Configure local Postgres server to only accept requests from stack and host (but not LAN) by @codytodonnell in #1677
New Contributors
- @hesspnnl made their first contribution in #1666
- @codytodonnell made their first contribution in #1677
Full Changelog: v1.7.0...v1.8.0