Skip to content

Releases: tensor4all/QuanticsGrids.jl

v0.7.2

13 Feb 17:05
0098194

Choose a tag to compare

QuanticsGrids v0.7.2

Diff since v0.7.1

Merged pull requests:

  • Fix mixed-type bounds handling in DiscretizedGrid (#33) (@SamuelBadr)
  • Accept untyped indextable containers in grid constructors (#34) (@SamuelBadr)
  • Add compact indextable display to DiscretizedGrid show (#35) (@SamuelBadr)

Closed issues:

  • Mixed types in bounds lead to confusing error (#30)
  • indextable doesn't work if types don't match exactly (#31)
  • Add indextable to show method (#32)

v0.7.1

02 Feb 09:45
ff34f02

Choose a tag to compare

QuanticsGrids v0.7.1

Diff since v0.7.0

v0.7.0

02 Feb 02:05
8e2840e

Choose a tag to compare

QuanticsGrids v0.7.0

Diff since v0.6.0

There should be no breaking changes, except if you were accessing a InherentDiscreteGrid object's base property directly. If that is the case, please use the appropriate getter (grid_base) instead.

Merged pull requests:

Closed issues:

  • origcoord_to_grididx returns invalid index (#20)
  • quanticscrossinterpolate method with QuanticsGrids.Grid parameter is currently broken (#24)

v0.3.2

02 Feb 02:05

Choose a tag to compare

QuanticsGrids v0.3.2

This release has been identified as a backport.
Automated changelogs for backports tend to be wildly incorrect.
Therefore, the list of issues and pull requests is hidden.

v0.3.1

02 Feb 02:05

Choose a tag to compare

QuanticsGrids v0.3.1

This release has been identified as a backport.
Automated changelogs for backports tend to be wildly incorrect.
Therefore, the list of issues and pull requests is hidden.

v0.3.0

02 Feb 02:04

Choose a tag to compare

QuanticsGrids v0.3.0

This release has been identified as a backport.
Automated changelogs for backports tend to be wildly incorrect.
Therefore, the list of issues and pull requests is hidden.

v0.2.0

02 Feb 02:04

Choose a tag to compare

QuanticsGrids v0.2.0

This release has been identified as a backport.
Automated changelogs for backports tend to be wildly incorrect.
Therefore, the list of issues and pull requests is hidden.

v0.6.0

09 Sep 11:44
feccdbf

Choose a tag to compare

QuanticsGrids v0.6.0

Diff since v0.4.0

Breaking changes

  • More general grid types were implemented, and extensive refactoring was performed. Backward compatibility is expected to be maintained, but please be careful.

Merged pull requests:

v0.4.0

30 May 23:15
1829f92

Choose a tag to compare

QuanticsGrids v0.4.0

Diff since v0.3.3

Breaking changes

  • grid_max now returns the grid point with maximal coordinate values if includeendpoint = False. Use upper_bound to get the upper bound of the interval.

Merged pull requests:

Closed issues:

  • Determine the dimension of the grid from arguments (#5)
  • grid_max should return the last grid point rather than the upper bound of the interval for includeendpoint=false (#7)

v0.3.3

09 Apr 02:32

Choose a tag to compare

QuanticsGrids v0.3.3

Merged pull requests:

Closed issues:

  • origcoord_to_grididx should use round instead of floor (#6)
  • A problem about initialpivots (#10)
  • Fix typos in doc (#11)