Skip to content

release notes v0.3.16

Pete R Jemian edited this page Apr 28, 2021 · 2 revisions

v0.3.16

section quantity
New Tags 3
Pull Requests 28
Issues 35
Commits 182

Tags

tag date commit
v0.3.16 2021-04-28 af126bd
v0.3.16rc2 2021-04-28 23a586c
v0.3.16rc1 2021-04-28 fe4591c

Pull Requests

pull request date state title
#135 2021-04-28 merged DOC prep for v0.3.16 release
#134 2021-04-27 merged FIX empty docstring for lint
#130 2021-04-27 merged update example notebooks, move in hkl, rel_scan, use SimMixin
#129 2021-04-26 merged BUGFIX: Diffractometer responds to energy PV updates
#127 2021-04-22 merged define all in modules
#121 2021-04-21 merged re-arrange documentation structure
#120 2021-04-20 merged move RELEASE NOTES file to repo root
#119 2021-04-20 closed add gobject-introspection to packaging requirements
#117 2021-04-20 merged simpler UI for one geometry at a time, from APS 29-ID
#116 2021-04-19 merged add features from apstools.DiffractometerMixin()
#115 2021-04-19 merged convert .format to f-string
#114 2021-04-19 merged add Python 3.9 to unit test suite
#112 2021-04-16 merged repair GitHub Actions unit test workflow
#105 2021-01-21 merged apply black -l 75 to all code
#104 2021-01-13 merged Create simulators for common geometries
#103 2021-01-08 merged use git for version in documentation
#101 2021-01-07 merged separate diffractometer geometry instances from base class
#99 2021-01-07 merged refer to the hkl C++ library code as libhkl
#97 2021-01-06 merged FIX #80 ensure read-only
#94 2021-01-06 merged add class_name & geometry_name Components
#93 2021-01-07 merged Changes to energy units and offset do not affect .calc.energy
#90 2021-01-05 merged get all reflection details
#89 2021-04-20 closed simple user interface for a diffractometer
#87 2021-04-19 closed additions from apstools
#85 2021-01-05 merged compute_UB() should return UB matrix
#84 2021-01-05 merged explain why the angles do not match
#83 2021-01-04 merged unit testing: setting energy in eV
#82 2021-01-04 merged remove local patch now that upstream provides check_limits()

Issues

issue date title
#133 2021-04-27 lint fails in hkl.util
#67 2021-04-27 in geometry examples, show a move(hkl) & rel_scan near the (440)
#65 2021-04-27 Show the constraints in the geometry examples
#30 2021-04-26 consider units for wavelength, energy, & lattice parameters
#128 2021-04-26 units & offset updates not correct in Diffractometer
#132 2021-04-26 Constraint should describe if axis is inverted
#126 2021-04-22 limit scope of "from hkl.MODULE import *"
#123 2021-04-21 Make content for new ready-to-use devices documentation page.
#122 2021-04-21 Make content for new overview documentation page.
#72 2021-04-21 Organize source documentation into API Reference section
#125 2021-04-21 energy EGU and offset need subscriptions
#124 2021-04-20 problem with documentation publishing
#108 2021-04-20 problems installing from conda
#118 2021-04-20 CI coverage does not look at this project
#63 2021-04-20 provide SPEC-compatibility functions from APS 29-ID
#107 2021-04-20 move release notes file
#29 2021-04-20 add "wavelength" to Diffractometer class
#78 2021-04-19 add DiffractometerMixin from apstools
#91 2021-04-19 It's time for f-strings
#113 2021-04-19 expand test suite to py3.9
#111 2021-04-16 Unit test workflow failed setting up conda environment: "Warning: Pip subprocess error"
#100 2021-04-16 Apply black -l 115 to all code and integrate into CI process
#98 2021-01-13 in tests, copy Fourc class to separate file for import
#102 2021-01-08 use versioneer for documentation version
#95 2021-01-07 move diffractometers into separate module
#86 2021-01-07 BUG: changed energy units, got same energy value
#96 2021-01-07 rename hkl_module to libhkl
#80 2021-01-06 add config hints for sample orientation
#88 2021-01-06 Add components for geometry and class name to Diffractometer
#68 2021-01-05 compute_UB() should return the UB matrix
#66 2021-01-05 Resolve th angle mismatch for (113): mode? constraints?
#75 2021-01-05 simplify access to (and representation of) an orientation reflection's values
#79 2021-01-04 error in reported energy
#81 2021-01-04 Remove check_limits() function in test_fourc.py
#19 2020-09-28 wavelength units should be angstrom

Commits

commit date message
af126bd 2021-04-28 REL: v0.3.16
23a586c 2021-04-28 REL: v0.3.16rc2
ba477c3 2021-04-28 DOC v0.3.16 release imminent
f775add 2021-04-28 DOC
29e1d83 2021-04-28 DOC
fe4591c 2021-04-28 Merge pull request #135 from bluesky/0.3.16-release-notes
bcf2bc5 2021-04-27 DOC prep for v0.3.16 release
7fdad1b 2021-04-27 Merge pull request #134 from bluesky/133-lint
8ef1e0e 2021-04-27 FIX #133
0c5d364 2021-04-27 Merge pull request #130 from bluesky/67_rel_scan_440
1778db4 2021-04-26 Merge pull request #129 from bluesky/128-energy
674f7ce 2021-04-26 Update hkl/tests/test_diffract.py
176f269 2021-04-22 TST #129
8ad8cc7 2021-04-22 TST #129 per review question
fe25ca5 2021-04-22 DOC #65 show constraints in example notebooks
997ef2e 2021-04-22 DOC #130 wording
5ff2b4f 2021-04-22 DOC #67 update the other notebooks
4e58e64 2021-04-22 DOC #67 re-work the geometry examples
9b5c6c8 2021-04-22 Merge pull request #127 from bluesky/126_all
31f49f3 2021-04-22 DOC #128
63d9a45 2021-04-22 TST #128
93d004b 2021-04-22 MNT #128
12de810 2021-04-21 Merge pull request #121 from bluesky/72-reorg-docs
f9bf249 2021-04-21 DOC #72 example
5d8d237 2021-04-21 MNT #72
7208897 2021-04-21 MNT #72
ad9c0cc 2021-04-21 MNT #72 working example
55696af 2021-04-21 MNT #126 other modules
81b04c8 2021-04-21 MNT #126 geometries
272f35a 2021-04-21 DOC #72 index entries
74f9c6f 2021-04-21 DOC #72
51d0954 2021-04-21 MNT #72 broader name
b906130 2021-04-21 MNT #72 consistency in project description
b28113e 2021-04-21 MNT #72 reformat
711a1ea 2021-04-21 MNT #72 no longer part of ophyd
000be42 2021-04-21 MNT #121 per review
e0e8330 2021-04-21 Update docs/source/ready_to_use.rst
3ed9c2c 2021-04-21 Update docs/source/ready_to_use.rst
56f61e5 2021-04-21 Update docs/source/overview.rst
94d2609 2021-04-21 Update docs/source/overview.rst
6dbd342 2021-04-21 CI #72
b81b4a1 2021-04-21 DOC #122
d9bfe52 2021-04-21 DOC #72
df75c8a 2021-04-21 DOC #123
040f2ae 2021-04-21 DOC #122
47acfd3 2021-04-21 DOC #72 one less level
5111105 2021-04-20 DOC #122 new content
42fbb62 2021-04-20 MNT #124
f0d1dd9 2021-04-20 fix #123
38d952b 2021-04-20 MNT #124 verbatim
85abc41 2021-04-20 MNT #124 syntax
10738b5 2021-04-20 MNT #72 Merge branch 'main' into 72-reorg-docs
0ee8cc5 2021-04-20 MNT #72 style
b4cfef5 2021-04-20 Merge pull request #117 from bluesky/63-user-2021-04
8d0b9a3 2021-04-20 Merge pull request #120 from bluesky/107-release_notes
09d89ac 2021-04-20 MNT #72
59f0e99 2021-04-20 MNT #72 apply re-org
5e93154 2021-04-20 MNT #107
be1b462 2021-04-20 MNT #63 per review
ad268bc 2021-04-19 MNT #118 use import name, not project name
1ce0878 2021-04-19 MNT #118
f26ef93 2021-04-19 DOC #63
e9e6fe4 2021-04-19 MNT #63 apply style
a8d3ca3 2021-04-19 DOC #63 expose this table by user request
501eb74 2021-04-19 MNT #63 apply naming conventions
1b396ef 2021-04-19 MNT #63 remove unused imports
b4c25c8 2021-04-19 ENH #63 wh() & pa() from PR #89
2bb551e 2021-04-19 MNT #63 include digits feature from PR #89
3ace188 2021-04-19 Merge branch 'main' into 63-user-2021-04
dc0679b 2021-04-19 MNT #63 per #116
e9ad35e 2021-04-19 Merge pull request #116 from bluesky/78-DiffractometerMixin
6ce2560 2021-04-19 MNT #78 per review suggestion
712e7cc 2021-04-19 Merge pull request #115 from bluesky/91-f-str
eddca25 2021-04-19 MNT #91 per review suggestion
201fbce 2021-04-19 Merge pull request #114 from bluesky/113-py39-ci
cf0506e 2021-04-19 CI #78
65b2388 2021-04-18 MNT #78 typo
d92abf4 2021-04-18 TST #78 use the higher-level API
9e927cd 2021-04-18 ENH #63 simpler UI for one geometry
8cada5a 2021-04-18 CI #78
220523e 2021-04-18 CI #78 apply black -l 115
0d35f1a 2021-04-17 ENH #78 constraints
de73384 2021-04-17 ENH #78 forwardSolutionsTable()
9106f09 2021-04-17 ENH #78 pa()
2b1a09e 2021-04-17 DOC #78 wh()
24be98b 2021-04-17 ENH #78 add wh() reporting method
2fb52f9 2021-04-16 MNT #91
2499902 2021-04-16 MNT #91
02d3a48 2021-04-16 WIP #91
70289b6 2021-04-16 ENH #113
3642328 2021-04-16 Merge pull request #112 from bluesky/111-unit-test-workflow
1e85373 2021-04-16 CI #111
1e17dd1 2021-04-16 CI #111 full, again
4cb56cb 2021-04-16 CI #111
8e6837f 2021-04-16 MNT #111 env name
b5c3e82 2021-04-16 MNT #111 no pprint now
612a89f 2021-04-16 MNT #111 apply conda & pip installs
cfd5bcd 2021-04-16 MNT #111 replace the sed script
3f257f7 2021-04-16 CI #111 test for any python
96f672c 2021-04-16 CI #111
1923ca9 2021-04-15 MNT #100 black -l 115 & pass flake8 & tests
1ce145a 2021-01-21 Merge pull request #105 from bluesky/100-code-style
a9a3877 2021-01-21 Update pyproject.toml
5cc3fde 2021-01-21 CI #105 restore black workflow
698bba1 2021-01-20 CI #105 re-enable black workflow
86b6847 2021-01-20 CI #105 use updated black version 20.8b1
b354f36 2021-01-20 CI #105 disable black workflow for now
0f38eb6 2021-01-20 WIP #105 use py37 for black?
5a45b61 2021-01-20 MNT #105 drop the py version requirement for black
defd9be 2021-01-20 CI #105 configure black & re-run
0503f8b 2021-01-20 CI #105 apply black .
eb0549a 2021-01-20 MNT #105 rule syntax
2c81897 2021-01-20 MNT #105 sort rules
dd6c36c 2021-01-20 MNT #105 make it easier for me to run the checks
7daecf5 2021-01-20 MNT #100 apply black -l 115 .
a78dd6c 2021-01-20 CI #105 hide these from the lint test
396fb92 2021-01-20 CI #105 add linter per review
7c0865a 2021-01-17 MNT #100 restore pre-black style
2b6eba6 2021-01-17 MNT #100 apply black -l 75
9c36128 2021-01-13 Merge pull request #104 from bluesky/98-sim-geometries
e0b792b 2021-01-08 Merge pull request #103 from bluesky/102-version
ed91b67 2021-01-08 DOC #98
bef290f 2021-01-08 TST #98 modify tests
a606ad2 2021-01-08 MNT #98 add simulators
0b90f19 2021-01-07 FIX #102 use git for version
655b25a 2021-01-07 Merge pull request #101 from bluesky/95-geometries
a08c9c4 2021-01-07 MNT #101 sync, per review
b4b6646 2021-01-07 Merge pull request #93 from bluesky/86-energy-units
3392ffc 2021-01-07 MNT #93 per review
2b748b1 2021-01-07 Merge pull request #99 from bluesky/96-libhkl
83c545c 2021-01-06 Merge branch '86-energy-units' of https://github.com/bluesky/hklpy into 86-energy-units
ddb6c48 2021-01-06 fixes #86
018c02c 2021-01-06 DOC #93 describe energy, units, and offset
00b52f5 2021-01-06 DOC #86 reST syntax
f00e808 2021-01-06 MNT #95 apply black -l 75
e53a285 2021-01-06 DOC #95 update and apply libhkl naming style
3f291e8 2021-01-06 DOC #95 update the examples
bd66908 2021-01-06 TST #95 update the tests
73bc63d 2021-01-06 MNT #95 move the geometries
5addbeb 2021-01-06 Merge pull request #97 from bluesky/80-no-write_access
07476d5 2021-01-06 FIX #96
dcaf7a9 2021-01-06 FIX #80 ensure read-only
0e33899 2021-01-06 Merge pull request #94 from bluesky/88-more-components
3225c76 2021-01-05 MNT #88 ensure this goes into descriptor docs
0277ad2 2021-01-05 FIX #88
6a2548b 2021-01-05 DOC #86 reST syntax
5016c74 2021-01-05 DOC #93 describe energy, units, and offset
59979a0 2021-01-05 fixes #86
d46a4f7 2021-01-05 Merge pull request #85 from bluesky/68-return_UB
706706f 2021-01-05 Merge branch 'main' into 68-return_UB
00f5334 2021-01-05 Merge pull request #84 from bluesky/66-mismatched_th_value
b8b7d7f 2021-01-05 Merge pull request #90 from bluesky/75-reflections-details
edb1bc0 2021-01-04 Merge pull request #83 from bluesky/79-energy
c6c6d12 2021-01-04 MNT #85 apply black -l 75 & sort imports
c300cc0 2021-01-04 MNT #85 improve exception message, per review
6c34597 2021-01-04 DOC #83 per review
3268703 2021-01-04 MNT #84 per review
2505299 2021-01-04 Merge pull request #82 from bluesky/81-fixed-upstream
db92668 2021-01-04 DOC #83 describe energy units
e30e437 2021-01-04 MNT #90 apply black -l 75 and one more override
d2c4712 2021-01-04 MNT #90 per review
f3a9b71 2021-01-04 MNT #82 shield from black
715c090 2021-01-04 MNT #82 per review, readable style
8bb8e48 2021-01-04 MNT #82 per review, conda style
5ed1f8c 2020-12-31 MNT #75 flake8
52a345c 2020-12-31 MNT #75 edge case
2d7404f 2020-12-31 TST #75 first sample unit tests
f011d43 2020-12-31 ENH #75 note UB reflections
d585159 2020-12-30 CI #75 indentation
aa3de49 2020-12-30 ENH #75 get all reflection details
9892f20 2020-12-26 CI #68 per review, in same file
40f4559 2020-12-26 MNT #68 apply black -l 75
6b651bf 2020-12-26 MNT #68
6f3300f 2020-12-26 TST #68
db2b4c4 2020-12-26 TST #68 general fourc test setup
602638d 2020-12-26 FIX #66 explain why the angle so not match
26233b0 2020-12-26 remove unrecognized kwarg in test
2930814 2020-12-26 MNT #83 apply black -l 75
a9cdcd8 2020-12-26 TST #79
b87a461 2020-12-26 MNT #81 apply black -l 75
35fa7ba 2020-12-26 CI #81 remove unused code
6db27fa 2020-12-26 FIX #81
Clone this wiki locally