# dlite

> DLite - a lightweight data-centric framework for semantic interoperability

- **URL**: https://www.freshcrate.ai/projects/dlite
- **Author**: SINTEF
- **Category**: Frameworks
- **Latest version**: `v0.5.49` (2026-05-13)
- **License**: MIT
- **Source**: https://github.com/SINTEF/dlite
- **Homepage**: https://SINTEF.github.io/dlite
- **Language**: C
- **GitHub**: 43 stars, 6 forks
- **Registry**: github
- **Tags**: `c`, `code-generation`, `interoperability`, `metadata`, `semantic-interoperability`

## Description

DLite - a lightweight data-centric framework for semantic interoperability

## Recent releases

| Version | Date | Urgency | Changes |
| --- | --- | --- | --- |
| `v0.5.49` | 2026-05-13 | High | ## What's Changed Correct handling of units   **Full Changelog**: https://github.com/SINTEF/dlite/compare/v0.5.48...v0.5.49 # Changelog  ## [v0.5.49](https://github.com/SINTEF/dlite/tree/v0.5.49) (2026-05-13)  [Full Changelog](https://github.com/SINTEF/dlite/compare/0.5.49...v0.5.49)  **Merged pull requests:**  - fix test? [\#1292](https://github.com/SINTEF/dlite/pull/1292) ([francescalb](https://github.com/francescalb))  ## [0.5.49](https://github.com/SINTEF/dlite/tree/0.5.49) (2026-05-12) |
| `v0.5.48` | 2026-05-11 | High | ## What's Changed * Do not fail on read timeout error on zenodo by @francescalb in https://github.com/SINTEF/dlite/pull/1288   **Full Changelog**: https://github.com/SINTEF/dlite/compare/v0.5.47...v0.5.48 # Changelog  ## [v0.5.48](https://github.com/SINTEF/dlite/tree/v0.5.48) (2026-05-11)  [Full Changelog](https://github.com/SINTEF/dlite/compare/v0.5.47...v0.5.48)  **Merged pull requests:**  - Do not fail on read timeout error on zenodo [\#1288](https://github.com/SINTEF/dlite/pull/1288) ([f |
| `v0.5.45` | 2026-04-29 | High | ## What's Changed * Fix cd_release.yml by @jesper-friis in https://github.com/SINTEF/dlite/pull/1272 * Corrected autoupdate of version number by @jesper-friis in https://github.com/SINTEF/dlite/pull/1275 * Do not try to commit if nothing has changed by @jesper-friis in https://github.com/SINTEF/dlite/pull/1277 * Added possibility to handle unrecognised units by @jesper-friis in https://github.com/SINTEF/dlite/pull/1279 * Remove API that may lead to segfault by @jesper-friis in https://githu |
| `v0.5.41` | 2026-04-24 | High | ## What's Changed * Speeding up testing by building and testing in pre-build docker containers by @jesper-friis in https://github.com/SINTEF/dlite/pull/1215 * New python module for parsing data models from tables. by @jesper-friis in https://github.com/SINTEF/dlite/pull/1245 * table w datamodels with varying shape by @francescalb in https://github.com/SINTEF/dlite/pull/1264 * Only test loading excel file if openpyxl is available by @jesper-friis in https://github.com/SINTEF/dlite/pull/1266 |
| `v0.5.40` | 2026-02-18 | Low | ## What's Changed * Changed package name to dlite-python (lower case) as per requirements of pypi by @francescalb in https://github.com/SINTEF/dlite/pull/1243   **Full Changelog**: https://github.com/SINTEF/dlite/compare/v0.5.39...v0.5.40 # Changelog  ## [v0.5.40](https://github.com/SINTEF/dlite/tree/v0.5.40) (2026-02-18)  [Full Changelog](https://github.com/SINTEF/dlite/compare/v0.5.39...v0.5.40)  **Merged pull requests:**  - Changed path to pypi in README [\#1243](https://github.com/SINTEF |
| `v0.5.39` | 2026-02-18 | Low | ## What's Changed * Changed name of package to lowercase as pypi otherwise complains by @francescalb in https://github.com/SINTEF/dlite/pull/1242   **Full Changelog**: https://github.com/SINTEF/dlite/compare/v0.5.38...v0.5.39 # Changelog  ## [v0.5.39](https://github.com/SINTEF/dlite/tree/v0.5.39) (2026-02-18)  [Full Changelog](https://github.com/SINTEF/dlite/compare/v0.5.38...v0.5.39)  **Merged pull requests:**  - Changed name of package to lowercase as pypi otherwise complains [\#1242](http |
| `v0.5.38` | 2026-02-18 | Low | ## What's Changed * Correct macos-version and distribution names on pypi (lower case) by @francescalb in https://github.com/SINTEF/dlite/pull/1241   **Full Changelog**: https://github.com/SINTEF/dlite/compare/v0.5.37...v0.5.38 # Changelog  ## [v0.5.38](https://github.com/SINTEF/dlite/tree/v0.5.38) (2026-02-18)  [Full Changelog](https://github.com/SINTEF/dlite/compare/v0.5.37...v0.5.38)  **Merged pull requests:**  - Correct macos-version and distribution names on pypi \(lower case\) [\#1241]( |
| `v0.5.37` | 2026-02-18 | Low | ## What's Changed * Remove update of tag in cd_release by @francescalb in https://github.com/SINTEF/dlite/pull/1240   **Full Changelog**: https://github.com/SINTEF/dlite/compare/v0.5.36...v0.5.37 # Changelog  ## [v0.5.37](https://github.com/SINTEF/dlite/tree/v0.5.37) (2026-02-18)  [Full Changelog](https://github.com/SINTEF/dlite/compare/v0.5.36...v0.5.37)  **Merged pull requests:**  - Remove update of tag in cd\_release [\#1240](https://github.com/SINTEF/dlite/pull/1240) ([francescalb](https |
| `v0.5.36` | 2026-02-18 | Low | Hopefullt fixes CD_release  **Full Changelog**: https://github.com/SINTEF/dlite/compare/v0.5.35...v0.5.36 |
| `v0.5.35` | 2026-02-16 | Low | ## What's Changed * Fix resent CI failures by @jesper-friis in https://github.com/SINTEF/dlite/pull/1237 * Bump actions/cache from 4 to 5 (#1227) by @jesper-friis in https://github.com/SINTEF/dlite/pull/1235 * More transparent and decent approach for pushing to master by @jesper-friis in https://github.com/SINTEF/dlite/pull/1238   **Full Changelog**: https://github.com/SINTEF/dlite/compare/v0.5.34...v0.5.35 |

## Citation

- HTML: https://www.freshcrate.ai/projects/dlite
- Markdown: https://www.freshcrate.ai/projects/dlite.md
- Dependencies JSON: https://www.freshcrate.ai/api/projects/dlite/deps

_Generated by freshcrate.ai. Indexes github releases for AI-agent ecosystem packages._
