Pynxtools

Latest version: v0.3.0

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

Scan your dependencies

Page 1 of 3

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

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

Page 1 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.