Path to this page:
./
math/py-asdf-standard,
ASDF Standard schemas
Branch: CURRENT,
Version: 1.5.0,
Package name: py313-asdf-standard-1.5.0,
Maintainer: pkgsrc-usersThis document describes the Advanced Scientific Data Format (ASDF), pronounced
AZ-diff.
Master sites:
Filesize: 279.973 KB
Version history: (Expand)
- (2026-02-16) Updated to version: py313-asdf-standard-1.5.0
- (2026-01-08) Updated to version: py313-asdf-standard-1.4.0
- (2025-10-24) Updated to version: py313-asdf-standard-1.3.0
- (2025-10-24) Package has been reborn
- (2025-10-24) Package deleted from pkgsrc
- (2025-07-15) Package has been reborn
CVS history: (Expand)
2026-02-16 10:39:41 by Adam Ciarcinski | Files touched by this commit (3) |  |
Log message:
py-asdf-standard: updated to 1.5.0
1.5.0 (2026-02-05)
- Add missing transform-1.0.0 and domain-1.0.0 schemas.
These are only used by legacy schemas and are not to be
used for new schemas. See asdf-transform-schemas for
newer versions of these schemas
- Support setting ASDF_UNSTABLE_CORE_SCHEMAS environment variable
to enable support for upcoming (currently unstable) versions of
core schemas. Be warned that writing files with unstable/development
versions of core schemas is not recommended as these schemas
may change during development
- Drop support for Python 3.9
|
2026-01-08 11:21:24 by Adam Ciarcinski | Files touched by this commit (3) |  |
Log message:
py-asdf-standard: updated to 1.4.0
1.4.0 (2025-08-27)
- Update documentation to use new terminology. The
ASDF specification refers to the description of the file
format whereas the ASDF core schemas refers to the versioned
collection of schemas for core objects (ndarray, software, etc)
- Add datatype-1.0.0 schema
- Add galexsec time to time-1.4.0
|
2025-06-13 09:16:48 by Adam Ciarcinski | Files touched by this commit (3) |  |
Log message:
py-asdf-standard: updated to 1.3.0
1.3.0 (2025-06-11)
- Add utime and tai_seconds formats to new time-1.3.0
1.2.0 (2025-05-21)
- Update reference files
- Remove statement discouraging use of YAML anchors and aliases
- Documentation theme config changes for new ASDF website
- Adds global navigation in docs top bar
- Adds reference files for v1.6.0
- Adds anchor, endian, structured and scalar reference files
- Update documentation to improve readability
- Discourage creation of new custom metaschemas
- Clarify that schema refs cannot contain tags
- Describe implementation handling of block compression identifiers
- Update description of how tag version mismatches should be handled
- Remove outdated schema top level tag attribute description
- Clarify post-tree pre-block padding allowed bytes
|
2025-04-15 18:31:40 by Adam Ciarcinski | Files touched by this commit (58) |  |
Log message:
Fix PLIST after py-setuptools update; bump depends and revision
|
| 2024-11-11 08:29:31 by Thomas Klausner | Files touched by this commit (862) |
Log message:
py-*: remove unused tool dependency
py-setuptools includes the py-wheel functionality nowadays
|
| 2024-10-14 08:46:10 by Thomas Klausner | Files touched by this commit (325) |
Log message:
*: clean-up after python38 removal
|
| 2024-05-15 08:05:12 by Thomas Klausner | Files touched by this commit (1) |
Log message:
py-asdf-standard: add test dependencies
|
2024-03-17 10:54:02 by Adam Ciarcinski | Files touched by this commit (4) |  |
Log message:
py-asdf-standard: updated to 1.1.1
1.1.1 (2023-03-06)
------------------
- Fix readthedocs config.
1.1.0 (2024-03-05)
------------------
The in progress ASDF Standard is v1.6.0
The stable ASDF Standard is v1.5.0
- Add new ``quantity-1.2.0`` schema to support ``datatype`` option.
- Bugfix for ``base_format`` in ``time-1.2.0`` schema.
- Add new ``ndarray-1.1.0`` schema to fix 345
- Remove ``unit-1.1.0`` erroneously added in 350
- Fix URI fragment format in metaschema references.
- Fix URI fragment format in quantity-1.2 schema
- Drop support for python 3.8
- Add ``float16`` to ``ndarray-1.1.0``
- Remove unneeded ``tag`` keyword from ``fits`` schema
- Move non-core tags to ``astronomy`` manifest
|