Releases: diffpy/diffpy.utils
Releases · diffpy/diffpy.utils
3.5.0
3.4.3
Added:
- Diffraction_objects mentioned in the README
Fixed:
- Recut to group's package standard, fix installation, add GitHub release workflow
- setuptools-git-versioning from <2.0 to >= 2.0 in pyproject.toml
- Two Pytest warnings due to numpy and pytest mocker in test_dump function
- Add pip dependencies under pip.txt and conda dependencies under conda.txt
3.4.3rc0
What's Changed
- Fix contributors typo by @bobleesj in #117
- added mention of DO's in README by @sbillinge in #116
- Update setuptools-git-versioning >= 2.0 by @bobleesj in #118
- Add citation to readme by @bobleesj in #119
- Add pip packages under pip.txt by @alisnwu in #124
- Recut - update REAMDE, remove unnecessary files, use GitHub release workflowRecut release by @alisnwu in #127
- Remove two Pytest warnings due to numpy and pytest mocker in test_dump function by @bobleesj in #112
New Contributors
Full Changelog: 3.4.2...3.4.3rc0
3.4.2rc0
What's Changed
- add secrets inherit by @Tieqiong in #107
- Add pytest-cov test.txt dependency list by @bobleesj in #108
- Add license files by @bobleesj in #109
- adding doc link to readme by @sbillinge in #113
- explicitly pass codecov secrets by @Tieqiong in #114
- remove mention of installing dependencies from readme by @sbillinge in #115
New Contributors
Full Changelog: 3.4.1...3.4.2rc0
3.4.2
3.4.0
Added:
- utility for handling the capture of username and email for diffpy applications
- eq method into Diffraction_object so we can equation two instances of a diffraction object
Changed:
- diffraction_object.dump now adds creation time and diffpy.utils version number to the output file
Fixed:
- fixed inadvertent overwrite of attributes on self.insert_scattering_quantity()