Imaged11

Latest version: v2.0.4

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

Scan your dependencies

2.0.3

A bugfix release, also adds stress.py from jbjacob94 , cleaned up notebooks for scanning 3DXRD from jadball, and an mlem reconstruction from Jon/YouTube.


What's Changed
* Add new solver for strain and stress by jbjacob94 in https://github.com/FABLE-3DXRD/ImageD11/pull/192
* Bugfix assemble_label.py by jonwright in https://github.com/FABLE-3DXRD/ImageD11/pull/193
* updated patterns in Cij_symmetry by jbjacob94 in https://github.com/FABLE-3DXRD/ImageD11/pull/196
* Add scanning 3DXRD example notebooks by jadball in https://github.com/FABLE-3DXRD/ImageD11/pull/198
* Remove f-string for 2.7 compat. by jadball in https://github.com/FABLE-3DXRD/ImageD11/pull/199
* Exclude Python 3.12 in setup.py by jadball in https://github.com/FABLE-3DXRD/ImageD11/pull/200
* Update CI badges to use GitHub Actions by jadball in https://github.com/FABLE-3DXRD/ImageD11/pull/201
* Change from 32-bit to 64-bit for int and float in HDF colfile by jadball in https://github.com/FABLE-3DXRD/ImageD11/pull/202
* updates by jonwright in https://github.com/FABLE-3DXRD/ImageD11/pull/203


**Full Changelog**: https://github.com/FABLE-3DXRD/ImageD11/compare/v2.0.1...v2.0.2

2.0.1

First release with binary wheels - thanks to t20100 !

What's Changed
* update with sparse runner in sandbox by jonwright in https://github.com/FABLE-3DXRD/ImageD11/pull/134
* fix makemap typo by jonwright in https://github.com/FABLE-3DXRD/ImageD11/pull/135
* Attempt to fix the h5py problem, plus other updates by jonwright in https://github.com/FABLE-3DXRD/ImageD11/pull/140
* Add pyproject.toml to avoid pre-installs with pip by AxelHenningsson in https://github.com/FABLE-3DXRD/ImageD11/pull/142
* add nuniq for grid index by jonwright in https://github.com/FABLE-3DXRD/ImageD11/pull/143
* An attempt to fix pip install by jonwright in https://github.com/FABLE-3DXRD/ImageD11/pull/144
* flake8 preparation and ci fixes by jonwright in https://github.com/FABLE-3DXRD/ImageD11/pull/145
* try to set up GH actions by jonwright in https://github.com/FABLE-3DXRD/ImageD11/pull/146
* indexing fixes by jonwright in https://github.com/FABLE-3DXRD/ImageD11/pull/149
* fix spline thing by jonwright in https://github.com/FABLE-3DXRD/ImageD11/pull/150
* fixing mac CI and other sandbox updates by jonwright in https://github.com/FABLE-3DXRD/ImageD11/pull/154
* sinogram datasets and sparse overlaps cleanup by jonwright in https://github.com/FABLE-3DXRD/ImageD11/pull/157
* Update for numpy float and latest sinograms code by jonwright in https://github.com/FABLE-3DXRD/ImageD11/pull/158
* revert deletion by jonwright in https://github.com/FABLE-3DXRD/ImageD11/pull/161
* close 156 by jonwright in https://github.com/FABLE-3DXRD/ImageD11/pull/162
* move to setuptools for 3.11 by jonwright in https://github.com/FABLE-3DXRD/ImageD11/pull/163
* further progress on sinogram sparse peaks by jonwright in https://github.com/FABLE-3DXRD/ImageD11/pull/164
* Bring back u/ub by jonwright in https://github.com/FABLE-3DXRD/ImageD11/pull/165
* Calling bslz4_to_sparse external module by jonwright in https://github.com/FABLE-3DXRD/ImageD11/pull/166
* Update to 1.9.9 for sending to pypi by jonwright in https://github.com/FABLE-3DXRD/ImageD11/pull/167
* use the bg image, numpy deleted bools and numpy.float by haixing0a in https://github.com/FABLE-3DXRD/ImageD11/pull/169
* Trying to fix pip install / numpy problem by jonwright in https://github.com/FABLE-3DXRD/ImageD11/pull/170
* Add dty shifts and roi for iradon by jonwright in https://github.com/FABLE-3DXRD/ImageD11/pull/172
* Should work for bigger s3DXRD maps by jonwright in https://github.com/FABLE-3DXRD/ImageD11/pull/174
* ready for v2 by jonwright in https://github.com/FABLE-3DXRD/ImageD11/pull/176
* Fix 177 by jonwright in https://github.com/FABLE-3DXRD/ImageD11/pull/180
* pixel lut method fo Image distorsion correction by jbjacob94 in https://github.com/FABLE-3DXRD/ImageD11/pull/181
* update CI by jonwright in https://github.com/FABLE-3DXRD/ImageD11/pull/182
* adds an mlem notebook and 3.11 to CI (3.x is frequently broken) by jonwright in https://github.com/FABLE-3DXRD/ImageD11/pull/184
* openmp threading defaults and fscan2d fixup by jonwright in https://github.com/FABLE-3DXRD/ImageD11/pull/185
* fixup fscan2d by jonwright in https://github.com/FABLE-3DXRD/ImageD11/pull/186
* Fix the github CI to run on 2.7 by jonwright in https://github.com/FABLE-3DXRD/ImageD11/pull/188
* Enable manually specifying detector and motor names by jadball in https://github.com/FABLE-3DXRD/ImageD11/pull/189
* appveyor is green again by jonwright in https://github.com/FABLE-3DXRD/ImageD11/pull/190
* Add build wheels, tarball and deploy to pypi by t20100 in https://github.com/FABLE-3DXRD/ImageD11/pull/191

New Contributors
* AxelHenningsson made their first contribution in https://github.com/FABLE-3DXRD/ImageD11/pull/142
* haixing0a made their first contribution in https://github.com/FABLE-3DXRD/ImageD11/pull/169
* jbjacob94 made their first contribution in https://github.com/FABLE-3DXRD/ImageD11/pull/181
* t20100 made their first contribution in https://github.com/FABLE-3DXRD/ImageD11/pull/191

**Full Changelog**: https://github.com/FABLE-3DXRD/ImageD11/compare/v1.9.8...v2.0.1

1.9.8

Various clean up to get it to install with pip. Includes the sparse peak labelling code.

1.9.4

1.9.0beta

Known bugs should be fixed. Ready to test across python2.7 and 3.x versions.

Links

Releases

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.