Releases: asdf-format/asdf-transform-schemas
Releases · asdf-format/asdf-transform-schemas
0.6.0
What's Changed
- update python versions in ci by @braingram in #115
- Fix badges, run ci on schedule, remove astropy from downstream by @braingram in #116
- docs/subproject-config by @alphasentaurii in #117
- docs/latex-logo-path by @alphasentaurii in #118
- docs/global-nav by @alphasentaurii in #119
- Update schemas to favor
tags
usage to reduce dependency on downstream tags by @braingram in #120 - Fix CI and quantity tag bugs by @braingram in #122
- expand quantity anyof test to include unit by @braingram in #123
- update changelog for 0.6.0 release by @braingram in #124
New Contributors
- @alphasentaurii made their first contribution in #117
Full Changelog: 0.5.0...0.6.0
0.5.0
0.4.0
0.3.0
Changes include:
- Add schemas to properly support bounding_box and compound_bounding_box.
- Add fixed and bounds to base transform schema to properly document them.
- Add input_units_equivalencies to base transform schema to properly document it.
- Update spline1d schema.
- Add Schechter1D schema.
- Fix fix_inputs tag bug.
- Create docs for package.
- Move packaging configuration to
pyproject.toml
. - Remove unnecessary
tag:
entry from all schemas.