-
Notifications
You must be signed in to change notification settings - Fork 2
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
Pre release 0.4.0 #208
Merged
Merged
Pre release 0.4.0 #208
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps [lmfit](https://github.com/lmfit/lmfit-py) from 1.0.1 to 1.0.2. - [Release notes](https://github.com/lmfit/lmfit-py/releases) - [Changelog](https://github.com/lmfit/lmfit-py/blob/master/doc/whatsnew.rst) - [Commits](lmfit/lmfit-py@1.0.1...1.0.2) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [asteval](https://github.com/newville/asteval) from 0.9.21 to 0.9.22. - [Release notes](https://github.com/newville/asteval/releases) - [Commits](newville/asteval@0.9.21...0.9.22) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
It's really annoying and doesn't work
* Dephell pre-commit hook [ci skip] * Fully implement DFO-LS * Fix DFO_LS error generation * DFOLS docstrings and cleanup * Returning the correct data..... * Start making datasets * Start work on datasets * xarray fitting attempt Hint: it's a fail :-( * xarray fitting in nd with lmfit * More data array examples * Add examples and more fitting work * Minor bug fixes * Multifitting of xarray DataArrays * Dephell pre-commit hook [ci skip] * Fully implement DFO-LS * Fix DFO_LS error generation * DFOLS docstrings and cleanup * Returning the correct data..... * Delete poetry.lock * Dephell pre-commit hook [ci skip] * Fully implement DFO-LS * Fix DFO_LS error generation * DFOLS docstrings and cleanup * Returning the correct data..... * Start making datasets * Start work on datasets * xarray fitting attempt Hint: it's a fail :-( * xarray fitting in nd with lmfit * More data array examples * Add examples and more fitting work * Minor bug fixes * Multifitting of xarray DataArrays * Renaming and Documentation * Fix circular import. * Fitting macro fix * Fix some pull request issues.
* Bump asteval from 0.9.22 to 0.9.23 Bumps [asteval](https://github.com/newville/asteval) from 0.9.22 to 0.9.23. - [Release notes](https://github.com/newville/asteval/releases) - [Commits](newville/asteval@0.9.22...0.9.23) Signed-off-by: dependabot[bot] <support@github.com> * Delete poetry.lock Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Simon Ward <2798086+wardsimon@users.noreply.github.com>
Add some missing text to undo/redo actions
Just some undo redo work and cleaning up of decorator names. Not much to see here
Updates the requirements on [monty](https://github.com/materialsvirtuallab/monty) to permit the latest version. - [Release notes](https://github.com/materialsvirtuallab/monty/releases) - [Changelog](https://github.com/materialsvirtuallab/monty/blob/master/docs/changelog.html) - [Commits](materialsvirtuallab/monty@v4.0.2...v2021.3.3) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
When changing the fit_object the current fitting engine was not updated. This meant that when a fit was performed, it still referenced the old object to be fitted. Calling `__initialize` after object change updates the engine with the new object.
* Some unit tests of base objects * Code style cleanup * Styles and unit tests * Start with Lattice tests * Bump bumps from 0.7.18 to 0.8.0 Bumps [bumps](http://www.reflectometry.org/danse/software.html) from 0.7.18 to 0.8.0. Signed-off-by: dependabot[bot] <support@github.com> * Bump codecov from 2.1.10 to 2.1.11 Bumps [codecov](https://github.com/codecov/codecov-python) from 2.1.10 to 2.1.11. - [Release notes](https://github.com/codecov/codecov-python/releases) - [Changelog](https://github.com/codecov/codecov-python/blob/master/CHANGELOG.md) - [Commits](codecov/codecov-python@v2.1.10...v2.1.11) Signed-off-by: dependabot[bot] <support@github.com> * Start work on Atoms test * Add python 3.9 to tests * Dephell pre-commit hook [ci skip] * More atoms testing work * Atoms tests part deux * More lattice tests + fixes * tests for Spacegroup * Modification of BaseObj and BaseCollection Unify `BaseObj` and `BaseCollection` to derive from `BasedBase` and update subclass matching to take this into account. Fix the occurrence wrong mapping when: ``` foo = Foo() bar1 = foo.bar bar2 = Bar() foo.bar = bar2 ``` * Bug Fixes relating to groups More refactoring of Base classes and fixing imports * Fixup spacegroups and tests * Initial Interfacing Trial * Improved interfacing and switching Bonus! More detailed error messages * Clean up new interfacing * More interfacing work * Atom interface linking via ID * Undo Phase changes as it should not be done this way * Remove auto generate-bindings property of interface * Remove `IT_coordinate_system_code` from cif The IT_coordinate_system_code written to the cif is the one from pymatgen and is not the IUCr definition. This was causing errors when loading. Removed until it can be fixed. Currently effects CrysPy calculator only. * Fix evaluation of multiple constraints Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Andrew Sazonov <AndrewSazonov@users.noreply.github.com>
* Add some unit tests * Bump release version * Add owner info * Clean up some typos * Bump version in tests * Update publishing workflow * Added some logo and stuff * Fix logo font * Fix classifier info * Update README * Delete Files * Update packaging workflow Co-authored-by: Andrew Sazonov <AndrewSazonov@users.noreply.github.com>
Fix for pint object comparison
…hling-python-packaging-tools 197 move from poetry to hatchling python packaging tools
204 make release 040
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.
This pull request does not contain a valid label. Please add one of the following labels: ['chore', 'fix', 'bugfix', 'bug', 'enhancement', 'feature', 'dependencies', 'documentation']
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Latest changes into master