Announcing SENAITE 2.6.0 – A Major Step Forward!
Dear community,
We are proud to announce the release of SENAITE 2.6.0, the next major milestone in the evolution of our open-source LIMS platform!
What’s New?
A key highlight of this release is the migration of numerous content types from Archetypes (AT) to Dexterity (DX). This is part of our broader initiative to modernize the codebase, reduce technical debt, and advance towards full Python 3 compatibility.
The following content types have been successfully migrated:
AnalysisCategories, AnalysisCategory, AnalysisProfiles, AnalysisProfile, AttachmentTypes, AttachmentType,
BatchLabels, BatchLabel, ContainerTypes, ContainerType, Departments, Department, InstrumentTypes, InstrumentType,
LabProducts, LabProduct, Manufacturers, Manufacturer, Preservations, Preservation, SampleConditions, SampleCondition,
SampleMatrices, SampleMatrix, SamplePoints, SamplePoint, SampleTemplates, SampleTemplate, SampleTypes, SampleType,
SamplingDeviations, SamplingDeviation, StorageLocations, StorageLocation, SubGroups, SubGroup, Suppliers, Supplier,
WorksheetTemplates, WorksheetTemplate
Release Packages
- Release Notes & Changelog:
SENAITE 2.6.0 on GitHub
- Python Package Index:
senaite.lims 2.6.0 on PyPI
- Official Docker Image:
senaite/senaite:v2.6.0 on DockerHub
You can try the latest version right away using Docker:
docker pull senaite/senaite:v2.6.0
docker container run -p 8080:8080 --name senaite -e ADDONS="senaite.storage senaite.databox" senaite/senaite:v2.6.0
Version Updates
- senaite.core: 2.5.0 → 2.6.0
Release v2.6.0 · senaite/senaite.core · GitHub - senaite.impress: 2.5.0 → 2.6.0
Release 2.6.0 · senaite/senaite.impress · GitHub - senaite.app.supermodel: 2.5.0 → 2.6.0
Release 2.6.0 · senaite/senaite.app.supermodel · GitHub - senaite.app.listing: 2.5.0 → 2.6.0
Release 2.6.0 · senaite/senaite.app.listing · GitHub - senaite.app.spotlight: 2.5.0 → 2.6.0
Release 2.6.0 · senaite/senaite.app.spotlight · GitHub - senaite.jsonapi: 2.5.0 → 2.6.0
Release 2.6.0 · senaite/senaite.jsonapi · GitHub - Plone: 5.2.14 → 5.2.15
https://dist.plone.org/release/5.2.15/RELEASE-NOTES.md
Thank you for your continued support and contributions and let us know what you think!