Pynxtools

Latest version: v0.9.3

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

Scan your dependencies

Page 5 of 6

0.1.0

What's Changed
* Pluginisation of readers mpes, xps and stm readers, they can now be found an installed with their respective packages `pynxtools-mpes`, `pynxtools-xps` and `pynxtools-stm`.
* Hotfixes for XPS reader by lukaspie in https://github.com/FAIRmat-NFDI/pynxtools/pull/220
* Switches to NXscan for eln test by domna in https://github.com/FAIRmat-NFDI/pynxtools/pull/242
* Update lint configuration in pyproject.toml by domna in https://github.com/FAIRmat-NFDI/pynxtools/pull/248
* Moves mkdocs deps into pyproject.toml by domna in https://github.com/FAIRmat-NFDI/pynxtools/pull/245
* Pluginise mpes reader by domna in https://github.com/FAIRmat-NFDI/pynxtools/pull/243
* Add files as argument in CLI by domna in https://github.com/FAIRmat-NFDI/pynxtools/pull/246
* Pluginise XPS reader by lukaspie in https://github.com/FAIRmat-NFDI/pynxtools/pull/253
* Fix error logging from convert by domna in https://github.com/FAIRmat-NFDI/pynxtools/pull/254
* Fixes child retrieval for fields by domna in https://github.com/FAIRmat-NFDI/pynxtools/pull/256
* Add an extra to install ALL plugins by lukaspie in https://github.com/FAIRmat-NFDI/pynxtools/pull/259
* Adds --skip-verify to dataconverter by sherjeelshabih in https://github.com/FAIRmat-NFDI/pynxtools/pull/262
* Removes rii converter and dependencies by domna in https://github.com/FAIRmat-NFDI/pynxtools/pull/244
* Fix version retrieval for Ellipsometry reader by domna in https://github.com/FAIRmat-NFDI/pynxtools/pull/267
* Add pynxtools-xps as extra install by lukaspie in https://github.com/FAIRmat-NFDI/pynxtools/pull/265
* Rename reader extra install by lukaspie in https://github.com/FAIRmat-NFDI/pynxtools/pull/268
* Updates ASE package in pyproject.toml by sherjeelshabih in https://github.com/FAIRmat-NFDI/pynxtools/pull/263
* Adds stm extra install to pyproject.toml by domna in https://github.com/FAIRmat-NFDI/pynxtools/pull/269
* Revert "Updates ASE package in pyproject.toml" by domna in https://github.com/FAIRmat-NFDI/pynxtools/pull/270


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

0.0.10

What's Changed
* Adds XPS example files and completes tutorial docs by sherjeelshabih in https://github.com/FAIRmat-NFDI/pynxtools/pull/216
* Nomad Hotfix NeXus parsing by domna in https://github.com/FAIRmat-NFDI/pynxtools/pull/215
* Adds link to wilkinson et al by sherjeelshabih in https://github.com/FAIRmat-NFDI/pynxtools/pull/217
* Update main, nexus, generate_eln READMEs by lukaspie in https://github.com/FAIRmat-NFDI/pynxtools/pull/226
* Read_nexus README: warn windows users to set MSYS_NO_PATHCONV through bash by lukaspie in https://github.com/FAIRmat-NFDI/pynxtools/pull/228
* Python 3.12 support by domna in https://github.com/FAIRmat-NFDI/pynxtools/pull/230
* Updates link to example file in data conversion tutorial by sherjeelshabih in https://github.com/FAIRmat-NFDI/pynxtools/pull/233
* Fixes NXsensor_scan and axes attribute error by domna in https://github.com/FAIRmat-NFDI/pynxtools/pull/237


**Full Changelog**: https://github.com/FAIRmat-NFDI/pynxtools/compare/v0.0.9...v0.0.10

0.0.9

What's Changed
* Adds documentation to pynxtools by domna in https://github.com/FAIRmat-NFDI/pynxtools/pull/205
* Set logger levels through handler by lukaspie in https://github.com/FAIRmat-NFDI/pynxtools/pull/209
* MPES reader changes from mpes refactoring by domna in https://github.com/FAIRmat-NFDI/pynxtools/pull/203
* XPS reader: update to new NXmpes after refactor by lukaspie in https://github.com/FAIRmat-NFDI/pynxtools/pull/207
* Adds nexus version file by domna in https://github.com/FAIRmat-NFDI/pynxtools/pull/214


**Full Changelog**: https://github.com/FAIRmat-NFDI/pynxtools/compare/v0.0.8...v0.0.9

0.0.8

What's Changed
* Xrd reader integration by RubelMozumder in https://github.com/FAIRmat-NFDI/pynxtools/pull/179
* Adds a get method to Dataconverter Template by sherjeelshabih in https://github.com/FAIRmat-NFDI/pynxtools/pull/190
* Remove nyaml2nxdl by domna in https://github.com/FAIRmat-NFDI/pynxtools/pull/189
* Refactor XPS reader by lukaspie in https://github.com/FAIRmat-NFDI/pynxtools/pull/188
* Always install importlib-metadata (not only for <3.10) and provide dummy entry_points by domna in https://github.com/FAIRmat-NFDI/pynxtools/pull/195
* Adds a troubleshooting guide and a Github Issue template for bugs by sherjeelshabih in https://github.com/FAIRmat-NFDI/pynxtools/pull/197
* Changes the bug template from .md to .yaml by sherjeelshabih in https://github.com/FAIRmat-NFDI/pynxtools/pull/199
* Adds ruff for linting + autoformatting by domna in https://github.com/FAIRmat-NFDI/pynxtools/pull/200
* Adding logger in global level. by RubelMozumder in https://github.com/FAIRmat-NFDI/pynxtools/pull/191


**Full Changelog**: https://github.com/FAIRmat-NFDI/pynxtools/compare/v0.0.7...v0.0.8

0.0.7

What's Changed
* Python 3.11 support by domna in https://github.com/FAIRmat-NFDI/pynxtools/pull/177
* Fixes a bug in the nexus version retrieval by domna in https://github.com/FAIRmat-NFDI/pynxtools/pull/186
* Sets python 3.10 in dev-requirements and README by domna in https://github.com/FAIRmat-NFDI/pynxtools/pull/187


**Full Changelog**: https://github.com/FAIRmat-NFDI/pynxtools/compare/v0.0.6...v0.0.7

0.0.6

What's Changed
* Enable Rubel, updated spm deps and fixing pytests by mkuehbach in https://github.com/FAIRmat-NFDI/pynxtools/pull/142
* Stm version 1 by RubelMozumder in https://github.com/FAIRmat-NFDI/pynxtools/pull/136
* Changeof nynonispy version from pyproject. by RubelMozumder in https://github.com/FAIRmat-NFDI/pynxtools/pull/148
* update-north-markus by mkuehbach in https://github.com/FAIRmat-NFDI/pynxtools/pull/141
* Update definitions by domna in https://github.com/FAIRmat-NFDI/pynxtools/pull/153
* Bugfixes for the nomad oasis september release and consolidation by mkuehbach in https://github.com/FAIRmat-NFDI/pynxtools/pull/152
* Updated nxdefs to 937a by mkuehbach in https://github.com/FAIRmat-NFDI/pynxtools/pull/154
* Adds passing of `objects` to transmission reader by domna in https://github.com/FAIRmat-NFDI/pynxtools/pull/157
* Adds test for example warnings and adds `--undocumented` flag by domna in https://github.com/FAIRmat-NFDI/pynxtools/pull/155
* Adds test for group optionality by sherjeelshabih in https://github.com/FAIRmat-NFDI/pynxtools/pull/159
* Updates documentation for --undocumented by domna in https://github.com/FAIRmat-NFDI/pynxtools/pull/160
* Write NXroot attributes by sherjeelshabih in https://github.com/FAIRmat-NFDI/pynxtools/pull/170
* Automatic definitions versioning for nxs file by domna in https://github.com/FAIRmat-NFDI/pynxtools/pull/124
* Fix mpes data indices by domna in https://github.com/FAIRmat-NFDI/pynxtools/pull/178
* Merging of multiple files by sherjeelshabih in https://github.com/FAIRmat-NFDI/pynxtools/pull/176
* Mpes automate data indices by Arora0 in https://github.com/FAIRmat-NFDI/pynxtools/pull/182
* Fix build via `python -m build` by domna in https://github.com/FAIRmat-NFDI/pynxtools/pull/184
* Allow loading of plugins via entry_points by domna in https://github.com/FAIRmat-NFDI/pynxtools/pull/185


**Full Changelog**: https://github.com/FAIRmat-NFDI/pynxtools/compare/v0.0.5...v0.0.6

Page 5 of 6

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.