-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #283 from pablosanjose/v1.1
Release v1.1.0
- Loading branch information
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
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
ce5f2a8
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.
@JuliaRegistrator register()
ce5f2a8
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.
Registration pull request created: JuliaRegistries/General/105664
Tip: Release Notes
Did you know you can add release notes too? Just add markdown formatted text underneath the comment after the text
"Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the
release that TagBot creates. i.e.
To add them here just re-invoke and the PR will be updated.
Tagging
After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.
This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:
ce5f2a8
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.
@JuliaRegistrator register()
Changes in v1.1.0 since v1.0.1
New features
current(h::AbstractHamiltonian; direction = 1)
returns the currentOperator
along a givendirection
(Introducing the current Operator #227)OrbitalSliceArray
s andCellSites
: indexing has been improved (Refactor of LatticeSlice and Contacts #234, AddOrbitalSliceArray
#245, Makeview(gω::GreenSolution, contact_inds...)
aSubArray
instead of anOrbitalSliceArray
#271, Renamecellsites
tosites
and polish indexing API #277, GeneralizeAbstractHamiltonian
indexing #280)GreenSolvers.Spectrum
(Add Spectrum GreenSolver #240)densitymatrix
observable (Adddensitymatrix
observable at thermal equilibrium #241)omegamap
option injosephson
observable, to allow parameters to act as frequency (Addomegamap
option #247)attach
now allows atransform
keyword in its most general method (Addtransform
keyword to genericattach
method (second try) #263)g::GreenFunction
s withg(; params)
(Partial evaluation ofGreenFunction
s #270)combine
now works also withParametricHamiltonian
s andParametricModel
s as couplings (combine
ofParametricHamiltonian
s #278)Fixes and improvements
bands
: doset_blas_threads(1)
before diagonalization, then restore #226)GreenFunction
plotting #251, Alternative representation of GreenFunction boundaries in plots #255, Allow a collection of sitecolors/hopcolors #258, Makeinspector = true
the default #272, Addqplot(::OpenHamiltonian)
#273)GreenSolvers.Bands
(Fix boundary construction inGS.Bands
#253, New algorithm for duals inGS.Bands
#259)cells
ordcells
in a selector (Distinguish between null and unspecified selectors #254)spectrum
in newer Julia versions (Add a @static version/OS check on the #235 workaround #260)minimal_callsafe_copy
#269)@onsite(o -> 2o, sublats = :A)
, not only@onsite(o -> 2o; sublats = :A)
(Accept keywords after comma in parametric model macros #275)Breaking changes
wrap
totorus
due to a future name collision withBase
(Renamewrap
totorus
, in preparation for Julia 1.11 #237)ce5f2a8
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.
Registration pull request updated: JuliaRegistries/General/105664
Tip: Release Notes
Did you know you can add release notes too? Just add markdown formatted text underneath the comment after the text
"Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the
release that TagBot creates. i.e.
To add them here just re-invoke and the PR will be updated.
Tagging
After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.
This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via: