Pynxtools

Latest version: v0.3.2

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

Scan your dependencies

Page 2 of 3

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

0.0.5

What's Changed
* Updates submodule with updated NXellipsometry by domna in https://github.com/FAIRmat-NFDI/pynxtools/pull/125
* Optionality check in nyam2nxdl by RubelMozumder in https://github.com/FAIRmat-NFDI/pynxtools/pull/126
* Adds aoi as scan axis in ellipsometry reader by domna in https://github.com/FAIRmat-NFDI/pynxtools/pull/127
* Add parsing of Scienta text export by lukaspie in https://github.com/FAIRmat-NFDI/pynxtools/pull/129
* Refactor nexus.py by PeterC-DLS in https://github.com/FAIRmat-NFDI/pynxtools/pull/131
* Transmission: Adds additional metadata from file by domna in https://github.com/FAIRmat-NFDI/pynxtools/pull/132
* Fixes linting by domna in https://github.com/FAIRmat-NFDI/pynxtools/pull/137
* Removes unused dependencies by sherjeelshabih in https://github.com/FAIRmat-NFDI/pynxtools/pull/140

New Contributors
* PeterC-DLS made their first contribution in https://github.com/FAIRmat-NFDI/pynxtools/pull/131

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

Page 2 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.