Releases: bluesky/hklpy
Releases · bluesky/hklpy
v1.1.1
What's Changed
- Make the home page easier to navigate by @prjemian in #327
- Bump pre-commit/action from 3.0.0 to 3.0.1 by @dependabot in #329
- Bump actions/upload-artifact from 3 to 4 by @dependabot in #330
- Bump peaceiris/actions-gh-pages from 3.7.3 to 4.0.0 by @dependabot in #332
- Bump actions/setup-python from 4 to 5 by @dependabot in #331
- move on from py37 and previous by @prjemian in #334
- Resolve problem with configuration attributes of Diffractometer class by @prjemian in #335
- add APS POLAR geometry by @prjemian in #338
New Contributors
- @dependabot made their first contribution in #329
Full Changelog: v1.1.0...v1.1.1
v1.1.0
What's Changed
- add test for or_swap() by @prjemian in #271
- add new geometries from upstream by @prjemian in #270
- add pre-commit checks by @prjemian in #272
- restore_reflections() use renamed motor axes if so defined by @prjemian in #273
- Update packaging to latest PyPA recommendations by @prjemian in #276
- refactor configuration to use typing and apischema by @prjemian in #280
- standardize export & restore of diffractometer configuration by @prjemian in #279
- add built documentation ZIP file artifact upload to docs workflow by @prjemian in #282
- update sphinx and theme by @prjemian in #285
- pass pre-commit tests by @prjemian in #286
- Provide access to user.geom as it is redefined by @prjemian in #298
- restore reflections to the proper sample by @prjemian in #292
- replace action in docs workflow by @prjemian in #296
- relax the requirement of databroker version 1.2 by @prjemian in #284
- preview a configuration before restoring by @prjemian in #299
- add diffractometer get_axis_constraints() method by @prjemian in #304
- avoid crash in add_reflections, add axes_(r,w,c) by @prjemian in #309
- convert canonical axes names to user-defined names by @prjemian in #311
- document the support for constraints by @prjemian in #300
- Describe geometry engines, modes, and axes by @prjemian in #306
- forward() should pick answer consistent with forward_solutions_table() and default decision function by @prjemian in #315
- enable use of databroker v2+ by @prjemian in #319
- resolve problems with unit test workflow by @prjemian in #317
- use project name, not "pkgdemo" by @prjemian in #323
Full Changelog: v1.0.4...v1.1.0
v1.0.4
Maintenance
What's Changed
- update versioneer (includes compat with py312) by @prjemian in #236
- BUG: run_orientation_info() failed when no primary stream exists by @prjemian in #238
- use try..except in util.run orientation info() & progress bar list_orientation_runs by @prjemian in #240
- identify if data is missing in util.restore_energy() by @prjemian in #241
- expand to py310 & py311 by @prjemian in #261
- Make it easier to find the SPEC command cross-reference table by @prjemian in #265
- replace broken URL by @prjemian in #264
Full Changelog: v1.0.3...v1.0.4
v1.0.3
Maintenance release
- See the Release notes for a summary of the changes since v1.0.2
- Release details (wiki page) from version control history
What's Changed
- add workflow to publish to PyPI for new tags by @prjemian in #224
- Add install doc by @prjemian in #225
- conda environment update by @prjemian in #227
- pip install requirements by @prjemian in #228
- Publish jupyter notebooks directly from documentation source dir by @prjemian in #229
- Document changes for upcoming release v1.0.3 by @prjemian in #230
- switch to micromamba, resolve documentation build problem by @prjemian in #234
Full Changelog: v1.0.2...v1.0.3
v1.0.2
v1.0.2
Maintenance release
- See the Release notes for a summary of the changes since v1.0.1
- Release details (wiki page) from version control history
v1.0.1
v1.0.1
Maintenance release
- See the Release notes for a summary of the changes since v1.0.0
- Release details (wiki page) from version control history
v1.0.0
v1.0.0
Initial production release
- See the Release notes for a summary of the changes since v0.3.16
- Release details from version control history
v0.3.16
- Release Highlights
- Complete list of changes
- Breaking Change: Diffractometer geometries have moved from
hkl.diffract
to (the new)hkl.geometries
, such ashkl.geometries.E4CV
.
v0.3.16rc1
Merge pull request #135 from bluesky/0.3.16-release-notes DOC prep for v0.3.16 release
v0.3.15
bug fixes and documentation (including examples)
Note that wavelength units have changed from nm
to angstroms
. See the release notes for further information.