Pynxtools

Latest version: v0.9.3

Safety actively analyzes 687918 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 4 of 6

0.3.3

What's Changed
* Adds newlines to the list of steps by sherjeelshabih in https://github.com/FAIRmat-NFDI/pynxtools/pull/338
* Align with NOMAD docs by lukaspie in https://github.com/FAIRmat-NFDI/pynxtools/pull/340
* Acknowledge fairmat funding in docs by lukaspie in https://github.com/FAIRmat-NFDI/pynxtools/pull/341
* Add mkdocs-click to dependencies by domna in https://github.com/FAIRmat-NFDI/pynxtools/pull/343
* a small typo and modify doc with new parameter caplog. by RubelMozumder in https://github.com/FAIRmat-NFDI/pynxtools/pull/342
* Switch to src layout, add default data to package by lukaspie in https://github.com/FAIRmat-NFDI/pynxtools/pull/344
* Enable pynx-mpes plugin test by domna in https://github.com/FAIRmat-NFDI/pynxtools/pull/346
* Add workflow for checking against NOMAD dependencies by lukaspie in https://github.com/FAIRmat-NFDI/pynxtools/pull/345
* Fix requirements workflow by domna in https://github.com/FAIRmat-NFDI/pynxtools/pull/348
* Switch to uv compile and install by lukaspie in https://github.com/FAIRmat-NFDI/pynxtools/pull/347
* Support for appdef extends by domna in https://github.com/FAIRmat-NFDI/pynxtools/pull/339
* Validation fixes by domna in https://github.com/FAIRmat-NFDI/pynxtools/pull/350
* Update definitions by domna in https://github.com/FAIRmat-NFDI/pynxtools/pull/357
* Updates sibling namefittings by domna in https://github.com/FAIRmat-NFDI/pynxtools/pull/358
* Small typo and docstring fixes by domna in https://github.com/FAIRmat-NFDI/pynxtools/pull/360
* Add raman as plugin by RonHildebrandt in https://github.com/FAIRmat-NFDI/pynxtools/pull/365
* Revert "Add raman as plugin" by domna in https://github.com/FAIRmat-NFDI/pynxtools/pull/368
* Adds url to automatic definition writing by domna in https://github.com/FAIRmat-NFDI/pynxtools/pull/361


**Full Changelog**: https://github.com/FAIRmat-NFDI/pynxtools/compare/v0.3.2...v0.3.3

0.3.2

What's Changed
* Generic test in ci cd by RubelMozumder in https://github.com/FAIRmat-NFDI/pynxtools/pull/309
* Fix branch in ci/cd in genric test by RubelMozumder in https://github.com/FAIRmat-NFDI/pynxtools/pull/336
* Small changes to plugin tests by lukaspie in https://github.com/FAIRmat-NFDI/pynxtools/pull/335


**Full Changelog**: https://github.com/FAIRmat-NFDI/pynxtools/compare/v0.3.1...v0.3.2

0.3.1

What's Changed
* Remove pydantic dependency by domna in https://github.com/FAIRmat-NFDI/pynxtools/pull/334


**Full Changelog**: https://github.com/FAIRmat-NFDI/pynxtools/compare/v0.3.0...v0.3.1

0.3.0

What's Changed
* Adds partial capital names as renamable in template generation by mkuehbach in https://github.com/FAIRmat-NFDI/pynxtools/pull/310
* Fixes enumeration check by domna in https://github.com/FAIRmat-NFDI/pynxtools/pull/313
* Write definition and version directly independently from the reader by domna in https://github.com/FAIRmat-NFDI/pynxtools/pull/312
* Correct validation for required fields in variadic groups by domna in https://github.com/FAIRmat-NFDI/pynxtools/pull/314
* Update defs by domna in https://github.com/FAIRmat-NFDI/pynxtools/pull/318
* deprecation of ellipsometry reader in favor of its own pynxtools-ellips plugin by RonHildebrandt in https://github.com/FAIRmat-NFDI/pynxtools/pull/322
* Update definitions by domna in https://github.com/FAIRmat-NFDI/pynxtools/pull/324
* Fix README of dataconverter by lukaspie in https://github.com/FAIRmat-NFDI/pynxtools/pull/326
* Add pynx-ellips plugin to extras by domna in https://github.com/FAIRmat-NFDI/pynxtools/pull/327
* Add plugins and links to individual docs to the main docs by lukaspie in https://github.com/FAIRmat-NFDI/pynxtools/pull/329
* Update NeXus definitions by lukaspie in https://github.com/FAIRmat-NFDI/pynxtools/pull/330
* Refactor internal representation of nxdl's to tree structure by domna in https://github.com/FAIRmat-NFDI/pynxtools/pull/323

New Contributors
* RonHildebrandt made their first contribution in https://github.com/FAIRmat-NFDI/pynxtools/pull/322

**Full Changelog**: https://github.com/FAIRmat-NFDI/pynxtools/compare/v0.2.1...v0.3.0

0.2.1

What's Changed
* Fix nexus conversion tutorial and its links by lukaspie in https://github.com/FAIRmat-NFDI/pynxtools/pull/279
* Add a --get-required flag to the converter by sherjeelshabih in https://github.com/FAIRmat-NFDI/pynxtools/pull/257
* Update readme with correct extra by lukaspie in https://github.com/FAIRmat-NFDI/pynxtools/pull/280
* Fixes duplicate print by domna in https://github.com/FAIRmat-NFDI/pynxtools/pull/281
* Remove apm dataconverter as its functionality are superseeded by the … by mkuehbach in https://github.com/FAIRmat-NFDI/pynxtools/pull/284
* Remove em-specific dataconverters as their functionality is superseed… by mkuehbach in https://github.com/FAIRmat-NFDI/pynxtools/pull/286
* removeing xrd folder. by RubelMozumder in https://github.com/FAIRmat-NFDI/pynxtools/pull/287
* Remove em-specific code that is becoming replaced by pynxtools-em by mkuehbach in https://github.com/FAIRmat-NFDI/pynxtools/pull/289
* Removes transmission and hall readers by domna in https://github.com/FAIRmat-NFDI/pynxtools/pull/285
* Including xrd as a plugin. by RubelMozumder in https://github.com/FAIRmat-NFDI/pynxtools/pull/291
* Remove XPS folder that was missed during pluginisation by lukaspie in https://github.com/FAIRmat-NFDI/pynxtools/pull/298
* Adding XRD plugin by RubelMozumder in https://github.com/FAIRmat-NFDI/pynxtools/pull/296
* Update manifest file by domna in https://github.com/FAIRmat-NFDI/pynxtools/pull/299
* Apply and pin ruff==0.3.4 by domna in https://github.com/FAIRmat-NFDI/pynxtools/pull/301
* apm-em-plugins-nxdefs-tracking by mkuehbach in https://github.com/FAIRmat-NFDI/pynxtools/pull/288
* Update definitions by domna in https://github.com/FAIRmat-NFDI/pynxtools/pull/307
* Fix nexus parsing for NOMAD by domna in https://github.com/FAIRmat-NFDI/pynxtools/pull/304


**Full Changelog**: https://github.com/FAIRmat-NFDI/pynxtools/compare/v0.1.1...v0.2.1

0.1.1

What's Changed
* Sort reader names after adding plugins by domna in https://github.com/FAIRmat-NFDI/pynxtools/pull/271


**Full Changelog**: https://github.com/FAIRmat-NFDI/pynxtools/compare/v0.1.0...v0.1.1

Page 4 of 6

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.