Skip to content
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

Bump gemmi from 0.6.3 to 0.6.6 in the pip-version group #18

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jul 1, 2024

Bumps the pip-version group with 1 update: gemmi.

Updates gemmi from 0.6.3 to 0.6.6

Release notes

Sourced from gemmi's releases.

0.6.6

Library:

  • SmallStructure: changed how the space group is read and accessed. Relying on H-M space group names alone was not always sufficient. The new mechanism uses the list of operations and Hall symbol in preference to the H-M symbol – the order is configurable.
  • symmetry triplets: parse decimal fractions (small molecule files may use notation such as x+0.25 instead of x+1/4)
  • tabulated space groups: a few more settings: B 1 2 1, B 1 21 1, F 1 m 1, F 1 d 1, F 1 2 1
  • X-ray scattering coefficients: changed the default value of IT92::ignore_charge to true (i.e. charges are now ignored by default; before version 0.6.3 they were always ignored)
  • cif::Table: added method ensure_loop() that converts tag-value pairs into a loop; might be needed before calling append_row()
  • place_hydrogens(): fix for NH3-like configurations
  • improved gemmi->mmdb conversion
  • Grid: tweaked good_grid_size() to ensure that when creating a grid up to a certain d_min, all reflections up to d_min are in the grid (it matters when no oversampling is applied)
  • DensityCalculator: deprecated function set_grid_cell_and_spacegroup(), use grid.setup_from()
  • fixed TNT-compatible reciprocal space ASU calculation for non-standard settings
  • infer_polymer_end(): complicate the heuristic even more, to detect files that have HETATM incorrectly used for standard residues in a polymer (such files were reported, they are either a result of mutating from non-standard residues, or a buggy program)
  • added function assign_het_flags() to re-set ATOM/HETATM flags
  • Model: added funtions calculate_b_iso_range() and calculate_b_aniso_range(); the first one can be used to detect if pLDDT is in the range 0-100 (like from AlphaFold) or 0-1 (like from ESMFold)
  • writing mmCIF: write _entity_poly_seq.hetero
  • added flag Entity::reflects_microhetero that shows if sequences were read from SEQRES (and don't account for point mutations) or from _entity_poly_seq; new function add_microhetero_to_sequences() changes the former to the latter

Program:

  • gemmi sfcalc: added a few more options
  • gemmi convert: added options --assign-records[=A|H], improved --sifts-num, adding microheterogeneities to _entity_poly_seq when converting from PDB
  • gemmi cifdiff: added option -t for basic comparison of values for a single tag

Other:

  • minimal WebAssembly port (C++ code compiled with emscripten) of Structure, as a proof-of-concept and for reading mmCIF files in UglyMol
  • examples/to_rdkit.py: example of conversion of gemmi ChemComp to RDKit Mol

and a number of less important changes

0.6.5

Library:

  • gemmi can now be built with zlib-ng, a faster fork of zlib (good for working with large, compressed files)
  • experimental: binary serialization of Structure (contained objects, such as Model, Chain or UnitCell, can also be serialized separately)
  • finalized handling of 5-character monomer names; uses the tilde-hetnam extension (ABCDE~DE) for PDB files
  • when atom names in the coordinate file match previous names (_chem_comp_atom.alt_atom_id) from the monomer library (the names in the CCD and therefore also in the ML change occasionally), print better diagnostic; added function MonLib::update_old_atom_names() to update the names in a Structure
  • topology: fixed handling of two bonds between the same two residues
  • options for handling mmCIF files with incorrect entities (modified add_entity_ids() when called with overwrite=true)
  • added function Intensities::prepare_merged_mtz()
  • a few bug fixes (for instance, in handling of negative residue numbers in the selection syntax)

Python bindings:

  • generating type stubs - see #293
  • python: cif.Loop.val() has been replaced with __getitem__/__setitem__
  • fixed Mtz.Batch.ints and Mtz.Batch.floats

Program

  • subcommand diff has been renamed to cifdiff
  • subcommand prep has been renamed to crd

... (truncated)

Commits
  • 0b23c06 change version to 0.6.6
  • d224ddf update serialize.hpp
  • c14f3f1 add missing #include
  • 77150a9 rename function from the previous commit
  • e69466d fileutil.hpp: change deleter of fileptr_t
  • 61fc1c8 avoid floating point == comparisons in static_assert
  • 0186acb add cif::Table::ensure_loop()
  • 64b6554 fix the previous commit
  • afd2f48 DensityCalculator::set_refmac_compatible_blur(): add option allow_negative
  • f3c57ea scaling: trying to estimate b_star before actual optimization
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the pip-version group with 1 update: [gemmi](https://github.com/project-gemmi/gemmi).


Updates `gemmi` from 0.6.3 to 0.6.6
- [Release notes](https://github.com/project-gemmi/gemmi/releases)
- [Commits](project-gemmi/gemmi@v0.6.3...v0.6.6)

---
updated-dependencies:
- dependency-name: gemmi
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-version
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from janbridley July 1, 2024 03:51
@janbridley
Copy link
Collaborator

Dependabot is once again unable to resolve the correct versions for Python 3.6. I will revisit at a later date

@janbridley janbridley closed this Jul 1, 2024
Copy link
Author

dependabot bot commented on behalf of github Jul 1, 2024

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot dependabot bot deleted the dependabot-pip-main-pip-version-61a2aa07ba branch July 1, 2024 20:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant