Skip to content

Releases: hanjinliu/cylindra

v1.0.0.b5

12 Sep 13:39
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.0.b4...v1.0.0.b5

v1.0.0.b4

28 Jul 05:06
657dc75
Compare
Choose a tag to compare

This is a small bug-fix release.

What's Changed

Full Changelog: v1.0.0.b3...v1.0.0.b4

v1.0.0.b3

13 Jul 13:15
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0.b2...v1.0.0.b3

v1.0.0.b2

02 Jul 13:41
9e52272
Compare
Choose a tag to compare

Highlights

  • The spectra inspector widget is implemented in #78 #90, as described in the documentation. This widget is useful for manually checking the cylindric power spectra to confirm that the analysis went well.
  • The Rust implementation of RMA was optimized in #87 so its performance was greatly improved. The calculation time is nearly the half of the previous versions.

What's Changed

Full Changelog: v1.0.0.b1...v1.0.0.b2

v1.0.0.b1

07 May 14:35
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0.b0...v1.0.0.b1

v1.0.0.b0 (first public version)

01 May 09:07
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0.a9...v1.0.0.b0

v1.0.0.a9 (biorxiv version)

04 Mar 02:43
Compare
Choose a tag to compare

This is the version used for the biorxiv preprint.

What's Changed

Full Changelog: v0.13.3...v1.0.0.a9

v0.13.3

23 Jun 06:55
Compare
Choose a tag to compare

Changes

  • Save script as a runnable file.
  • Add update_variable method to global variable widget.
  • Fix workflow normalization to allow tab.

v0.13.2

23 Jun 03:27
Compare
Choose a tag to compare

New Features

  • Implement overwrite_project
  • Implement workflow (custom runnable functions) architecture.
  • Functions to measure local radii.
  • Record monomer mapping offsets after calling align_averaged.
  • Implement some specific widgets (CheckBoxes, RandomSeedEdit etc).
  • New methods for analysis with project object.
  • Improvement of binding potential model. Add angle constraint to annealing model.
  • Implement backend low-level API for Viterbi alignment and annealing.

Changed

  • fix workflow.
  • Refactor config.
  • Refactor non-recordable methods to child widgets.
  • Do not use projection to determine peaks in local DFT.
  • Calculate projection images lazily for performance improvement.
  • Use list[T]() since python<3.8 is dropped.
  • Record window size of local properties.
  • Mask irrelevant requency during infer_polarity.

Bug Fixes

  • Project description was not initialized.
  • Fix displacement of cylinder model.

v0.13.1

31 May 03:07
Compare
Choose a tag to compare

Bug Fixes

  • Fix save_project when some of the spline properties are missing and add tests for this.
  • Fix the output of align_averaged.