Releases: tensor4all/QuanticsGrids.jl
v0.7.2
QuanticsGrids v0.7.2
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:
v0.7.1
QuanticsGrids v0.7.1
v0.7.0
QuanticsGrids v0.7.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:
- Add :grouped unfoldingscheme (#27) (@SamuelBadr)
Closed issues:
v0.3.2
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
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
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
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
QuanticsGrids v0.6.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:
- More general implementation (#21) (@SamuelBadr)
- Bump to v0.6.0 (#23) (@shinaoka)
v0.4.0
QuanticsGrids v0.4.0
Breaking changes
grid_maxnow returns the grid point with maximal coordinate values ifincludeendpoint = False. Useupper_boundto get the upper bound of the interval.
Merged pull requests:
- 7 invalid grid max for includeendpoint=false (#15) (@rittermarc)
- Determine dimensions from arguments and fixed typos in documentation (#17) (@MartinMikkelsen)
- Bump to v0.4.0 (#18) (@shinaoka)
- Fix typo (#19) (@shinaoka)
Closed issues:
v0.3.3
QuanticsGrids v0.3.3
Merged pull requests:
- Update documentation links and CI badge (#1) (@terasakisatoshi)
- Add deployment configuration for documentation (#2) (@terasakisatoshi)
- Bump to v0.3.2 (moving to GitHub) (#3) (@shinaoka)
- Remove unused
Testmodule import (#8) (@terasakisatoshi) - Run tests for Julia LTS (v1.10) and latest stable (v1.11) (#9) (@terasakisatoshi)
- Fix typos in doc (#12) (@shinaoka)
- Use round instead floor in converting a coordinate to a linear index (#13) (@shinaoka)
Closed issues: