-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
start the release notes #73
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. One question about dependencies.
Good point. I'll check. Others as well, for the notebooks.
…On Fri, Dec 18, 2020, 7:59 PM Maksim Rakitin ***@***.***> wrote:
***@***.**** commented on this pull request.
Looks good. One question about dependencies.
------------------------------
In docs/source/release_notes.rst
<#73 (comment)>:
> +v0.3.15 (2020-12-21)
+====================
+
+Breaking Changes
+----------------
+
+* Diffractometer wavelength **must** use *angstrom* units to match the
+ lattice constants. Previously, wavelength was stated to be in
+ `nm`. Instruments upgrading to this release should verify the units
+ actually in use.
+
+New Features and/or Enhancements
+--------------------------------
+
+* Diffractometer energy units can be specified. Unit conversions
+ are handled by the *pint* [#]_ package.
Did we ever include pint as a dependency?
—
You are receiving this because you were assigned.
Reply to this email directly, view it on GitHub
<#73 (review)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AARMUMFG552TDGVYZ2VTKWDSVQCJJANCNFSM4VBZESCA>
.
|
pint use in the environment.yml file now,
Should we add spec2nexus? It's only used in the example notebooks now.
…On Fri, Dec 18, 2020, 8:03 PM Pete Jemian ***@***.***> wrote:
Good point. I'll check. Others as well, for the notebooks.
On Fri, Dec 18, 2020, 7:59 PM Maksim Rakitin ***@***.***>
wrote:
> ***@***.**** commented on this pull request.
>
> Looks good. One question about dependencies.
> ------------------------------
>
> In docs/source/release_notes.rst
> <#73 (comment)>:
>
> > +v0.3.15 (2020-12-21)
> +====================
> +
> +Breaking Changes
> +----------------
> +
> +* Diffractometer wavelength **must** use *angstrom* units to match the
> + lattice constants. Previously, wavelength was stated to be in
> + `nm`. Instruments upgrading to this release should verify the units
> + actually in use.
> +
> +New Features and/or Enhancements
> +--------------------------------
> +
> +* Diffractometer energy units can be specified. Unit conversions
> + are handled by the *pint* [#]_ package.
>
> Did we ever include pint as a dependency?
>
> —
> You are receiving this because you were assigned.
> Reply to this email directly, view it on GitHub
> <#73 (review)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AARMUMFG552TDGVYZ2VTKWDSVQCJJANCNFSM4VBZESCA>
> .
>
|
Sounds good to add it too. We already have a heavy depensency of |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. Had a comment about an extra conda channel, but we can discuss it later.
Thanks, @mrakitin ! |
fixes #71, fixes #74