-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* initial commit * remove type restriction on tolerances * add AuxQuad extension * update Project.toml * getting ready for v0.2 * add Fourier & HDF5 tests * migrate to IntegralCache * fix the doc demo * finalize interface * finalize interface * replace Integrals.jl with my own thing * simplify * make batchsolve behavior consistent * update alloc_segbufs * make parallel an argument to ptr and autoptr * fix parameter numbering * update deps for v0.2
- Loading branch information
Showing
13 changed files
with
1,153 additions
and
688 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,38 +1,38 @@ | ||
name = "AutoBZCore" | ||
uuid = "66bd3e16-1600-45cf-8f55-0b550710682b" | ||
authors = ["lxvm <lorenzo@vanmunoz.com>"] | ||
version = "0.1.6" | ||
version = "0.2.0" | ||
|
||
[deps] | ||
AutoSymPTR = "78a0c066-08f1-49a8-82f0-b29cd485e1d3" | ||
FourierSeriesEvaluators = "2a892dea-6eef-4bb5-9d1c-de966c9f6db5" | ||
Integrals = "de52edbc-65ea-441a-8357-d3a637375a31" | ||
HCubature = "19dc6840-f33b-545b-b366-655c7e3ffd49" | ||
IteratedIntegration = "3ecdc4d6-ee34-4049-885a-a4e3631db98b" | ||
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" | ||
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7" | ||
Reexport = "189a3867-3050-52da-a836-e630ba90ab69" | ||
Requires = "ae029012-a4dd-5104-9daa-d747884805df" | ||
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" | ||
|
||
[weakdeps] | ||
HDF5 = "f67ccb44-e63f-5c2f-98bd-6dc0ccc4ba2f" | ||
|
||
[extensions] | ||
HDF5Ext = "HDF5" | ||
|
||
[compat] | ||
AutoSymPTR = "0.1" | ||
AutoSymPTR = "0.2" | ||
FourierSeriesEvaluators = "0.1" | ||
Integrals = "3.1.1" | ||
IteratedIntegration = "0.1.5" | ||
HCubature = "1.4" | ||
HDF5 = "0.16.15" | ||
IteratedIntegration = "0.3" | ||
Reexport = "1" | ||
Requires = "1" | ||
StaticArrays = "1" | ||
julia = "1.6" | ||
|
||
[extensions] | ||
HDF5Ext = "HDF5" | ||
julia = "1.9" | ||
|
||
[extras] | ||
HDF5 = "f67ccb44-e63f-5c2f-98bd-6dc0ccc4ba2f" | ||
OffsetArrays = "6fe1bfb0-de20-5000-8ca7-80f57d26f881" | ||
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" | ||
|
||
[targets] | ||
test = ["Test"] | ||
|
||
[weakdeps] | ||
HDF5 = "f67ccb44-e63f-5c2f-98bd-6dc0ccc4ba2f" | ||
test = ["Test", "HDF5", "StaticArrays", "OffsetArrays"] |
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
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
Oops, something went wrong.
de35f24
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
de35f24
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/85695
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: