Revisions of python-asdf
buildservice-autocommit
accepted
request 1030520
from
Benjamin Greiner (bnavigator)
(revision 35)
baserev update by copy to link target
Benjamin Greiner (bnavigator)
accepted
request 1030519
from
Benjamin Greiner (bnavigator)
(revision 34)
- Update to 2.13.0 * The ASDF Standard is at v1.6.0 * Add ability to pull information from schema about asdf file data, using ~asdf.AsdfFile.schema_info method. [#1167] - Release 2.12.1 * Overhaul of the ASDF documentation to make it more consistent and readable. [#1142, #1152] * Update deprecated instances of abstractproperty to abstractmethod [#1148] * Move build configuration into pyproject.toml [#1149, #1155] * Pin jsonschema to below 4.10.0. [#1171] - Release 2.12.0 * Added ability to display title as a comment in using the info() functionality. [#1138] * Add ability to set asdf-standard version for schema example items. [#1143] - Add asdf-pr1185+pr1203-fix-jsonschema.patch * gh#asdf-format/asdf#1185, gh#asdf-format/asdf#1203 - Add asdf-pr1214-installed-packages.patch * gh#asdf-format/asdf#1214
buildservice-autocommit
accepted
request 973211
from
Markéta Machová (mcalabkova)
(revision 33)
baserev update by copy to link target
Markéta Machová (mcalabkova)
accepted
request 972872
from
Benjamin Greiner (bnavigator)
(revision 32)
- Update to 2.11.1 * Update minimum astropy version to 5.0.4. [#1133] * Update minimum jsonschema version to 4.0.1. [#1105] - Collect tests from installed sitelib -- gh#pytest-dev/pytest#9765
buildservice-autocommit
accepted
request 961496
from
Benjamin Greiner (bnavigator)
(revision 31)
baserev update by copy to link target
Benjamin Greiner (bnavigator)
accepted
request 961429
from
Benjamin Greiner (bnavigator)
(revision 30)
- Update to 2.10.1 * Bugfix for circular build dependency for asdf. * Fix small bug with handling multiple schema uris per tag. * Replace asdf-standard submodule with pypi package. [#1079] * Fix deprecation warnings stemming from the release of pytest 7.0.0. * Fix bug in pytest plugin when schemas are not in a directory named "schemas". - Release 2.9 * The ASDF Standard is at v1.6.0. * Fix typo in testing module __init__.py name. * Add the capability for classes to expose their contents to AsdfFile.info and AsdfFile.search via the __asdf_traverse__ method. * Drop support for Python 3.6. * Update setup.py to raise error if "git submodule update --init" has not been run. * Add ability for tags to correspond to multiple schema_uri, with an implied allOf among the schema_uris. * Add the URL of the file being parsed to SerializationContext. * Add asdf.testing.helpers module with simplified versions of test helpers previously available in asdf.tests.helpers. - Drop patches merged * asdf-pr1034-tags.patch * asdf-standard-pr289-schema.patch
Matej Cepl (mcepl)
accepted
request 942977
from
Benjamin Greiner (bnavigator)
(revision 29)
- Add patches for working with newer gwcs and asdf-astropy * asdf-pr1034-tags.patch * asdf-standard-pr289-schema.patch
Matej Cepl (mcepl)
accepted
request 940356
from
Benjamin Greiner (bnavigator)
(revision 28)
- Update to version 2.8.3 * Fix array compression for non-native byte order. * Fix bug in schema loading when URI is claimed by both legacy and new-style extensions. * Hide 'name' and 'version' attributes on instances of NDArrayType. * Fix use of "python" instead of "python3" in compatibility tests. - Unpin pytest<6 -- gh#asdf-format/asdf#1038
Steve Kowalik (StevenK)
committed
(revision 27)
- Add multibuild to avoid a build loop.
Matej Cepl (mcepl)
accepted
request 907199
from
Benjamin Greiner (bnavigator)
(revision 26)
- Update to version 2.8.1 * Fix bug that corrupts ndarray views when a new block is added to an existing file in absence of a block index. - Release 2.8.0 * New plugin APIs for block compressors, extensions, and schemas. * New global configuration mechanism (asdf.get_config()). * Support for the asdf:// URI scheme. * Drop support for Python 3.5. * Support for ASDF Standard 1.6.0, which is available via the version argument to AsdfFile.__init__ but not yet the default. * Values that match defaults defined in schemas are no longer automatically removed from the ASDF tree. * None values are no longer removed from the tree on write. * Remove the asdf.test method and asdf.__githash__ attribute. * And more, see CHANGES.rst for details. - Update build and runtime requirements
buildservice-autocommit
accepted
request 886341
from
Dirk Mueller (dirkmueller)
(revision 25)
baserev update by copy to link target
Dirk Mueller (dirkmueller)
accepted
request 886309
from
Benjamin Greiner (bnavigator)
(revision 24)
- Update to version 2.7.3 * Fix bug resulting in invalid strides values for views over FITS arrays. * Add pytest plugin options to skip and xfail individual tests and xfail the unsupported ndarray-1.0.0 schema example.
buildservice-autocommit
accepted
request 871173
from
Matej Cepl (mcepl)
(revision 23)
baserev update by copy to link target
Matej Cepl (mcepl)
accepted
request 871169
from
Benjamin Greiner (bnavigator)
(revision 22)
- Update to version 2.7.2 * Fix bug causing test collection failures under Python 3.9. * Fix bug when decompressing arrays with numpy 1.20. * Replace assert statements with raise at the behest of the bandit security linter.
buildservice-autocommit
accepted
request 854163
from
Matej Cepl (mcepl)
(revision 21)
baserev update by copy to link target
Matej Cepl (mcepl)
accepted
request 854161
from
Benjamin Greiner (bnavigator)
(revision 20)
- Fix pytest collection error by importing from source dir - Fix rpmlint shebang errors
buildservice-autocommit
accepted
request 834523
from
Tomáš Chvátal (scarabeus_iv)
(revision 19)
baserev update by copy to link target
Tomáš Chvátal (scarabeus_iv)
accepted
request 834357
from
Benjamin Greiner (bnavigator)
(revision 18)
- Update to version 2.7.1 Fixes the currently failing builds in devel project and Factory!
buildservice-autocommit
accepted
request 819237
from
Tomáš Chvátal (scarabeus_iv)
(revision 17)
baserev update by copy to link target
Tomáš Chvátal (scarabeus_iv)
accepted
request 819210
from
Markéta Machová (mcalabkova)
(revision 16)
- Update to 2.6.0 * AsdfDeprecationWarning now subclasses DeprecationWarning. [#710] * Resolve external references in custom schemas, and deprecate asdf.schema.load_custom_schema. [#738] * Add ``asdf.info`` for displaying a summary of a tree, and ``AsdfFile.search`` for searching a tree. [#736] * Add pytest plugin option to skip warning when a tag is unrecognized. [#771] * Fix generic_io ``read_blocks()`` reading past the requested size [#773] * Add support for ASDF Standard 1.5.0, which includes several new transform schemas. [#776] * Enable validation and serialization of previously unhandled numpy scalar types. [#778] * Fix handling of trees containing implicit internal references and reference cycles. Eliminate need to call ``yamlutil.custom_tree_to_tagged_tree`` and ``yamlutil.tagged_tree_to_custom_tree`` from extension code, and allow ``ExtensionType`` subclasses to return generators. [#777] * Fix bug preventing history entries when a file was previously saved without them. [#779] * Update developer overview documentation to describe design of changes to handle internal references and reference cycles. [#781]
Displaying revisions 21 - 40 of 55