Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 1.4.0 #392

Merged
merged 90 commits into from
Feb 3, 2023
Merged
Changes from 1 commit
Commits
Show all changes
90 commits
Select commit Hold shift + click to select a range
d4b0b99
Added first spectroscopic instruments.
vsnever Jun 16, 2021
f637989
Made 'resolution' a property of CzernyTurnerSpectrometer.
vsnever Jun 16, 2021
ce7d9ff
Merge branch 'development' into feature/spectroscopic_instruments
vsnever Jun 24, 2021
aea4603
Merge branch 'development' into feature/spectroscopic_instruments
vsnever Jul 23, 2021
439f5b2
Added Sphinx documentation and unit tests for spectroscopic instruments.
vsnever Jul 26, 2021
829b231
Aligned the docs for spectroscopic instruments with the style used in…
vsnever Jul 29, 2021
b674e01
Moved spectroscopic instruments from 'observers' to 'spectroscopy' su…
vsnever Aug 3, 2021
996a36a
Made Instrument.pipelines() a funstion instead of property to avoid c…
vsnever Aug 3, 2021
ecb6c6b
Merge branch 'development' into feature/spectroscopic_instruments
vsnever Aug 25, 2021
2763b70
Merge branch 'development' into feature/spectroscopic_instruments
vsnever Oct 13, 2021
bbb219d
Fixed merging conflict.
vsnever Nov 11, 2021
6b48415
Renamed SpectroscopicInstrument.pipelines() to SpectroscopicInstrumen…
vsnever Nov 11, 2021
808126a
Improved implementation of Polychromator and PolychromatorFilter.
vsnever Nov 13, 2021
5172888
Updated the tests for the Polychromator and the filters.
vsnever Nov 13, 2021
7dc613d
Reimplemented spectrometers in response to reviewer's comments.
vsnever Nov 18, 2021
6e7c75e
Renamed SpectroscopicInstrument's new_pipelines() to create_pipeline().
vsnever Nov 23, 2021
1e591e8
Merge branch 'development' into feature/spectroscopic_instruments
vsnever Nov 29, 2021
3867bc4
Merge branch 'development' into feature/spectroscopic_instruments
vsnever Dec 13, 2021
e11a6d5
In CzernyTurnerSpectrometer invoke wavelength_to_pixel update when ch…
vsnever Dec 13, 2021
3399bcb
Merge branch 'development' into feature/spectroscopic_instruments
vsnever Dec 31, 2021
95c89bc
Added more accurate Gaunt factor for Bremsstrahlung emission model.
vsnever Jan 24, 2022
0246b9d
Improve FreeFreeGauntFactor.__call__() docstring and update CHANGELOG.
vsnever Jan 27, 2022
c627749
Made EFITEquilibrium.f_profile a public readonly attribute.
vsnever Jan 31, 2022
560cc53
Updated changelog.
vsnever Jan 31, 2022
729ef4f
Updated EFITEquilibrium docstring with f_profile ivar description.
vsnever Jan 31, 2022
5337eb8
Merge pull request #355 from vsnever/enhancement/readonly_f_profile
jacklovell Jan 31, 2022
9bdd61b
Fix f_profile definition in EFITEquilibrium docstring and changelog.
vsnever Jan 31, 2022
b84f009
Merge pull request #356 from vsnever/enhancement/readonly_f_profile
jacklovell Jan 31, 2022
cc57399
Resolve merge conflict in CHANGELOG.md.
vsnever Feb 16, 2022
349ae82
Use summation over charged species instead of Zeff in Bremsstrahlung …
vsnever Feb 17, 2022
a892e26
Enable testing of SART OpenCL inversion routines with POCL
jacklovell Feb 22, 2022
70a88fb
Merge pull request #357 from cherab/opencl-test-fixes
jacklovell Feb 23, 2022
dee48c6
Add group observers for Pixel and TargetedPixel (#332)
skuba31 Feb 24, 2022
f4d316b
Improve SartOpencl solver and OpenCL utilities (#359)
vsnever Mar 7, 2022
df2964a
Merge development and resolve merge conflict in CHANGELOG.md.
vsnever Mar 8, 2022
bbe65d5
Add gaunt factor as optional parameter of the Bremsstrahlung emission…
vsnever Mar 8, 2022
c3d467f
Resolve merging conflict in observers.rst.
vsnever Mar 21, 2022
00289d2
Generomak/core plasma (#360)
Mateasek Mar 23, 2022
a823630
Replace pipeline_properties with pipeline_classes and pipeline_kwargs…
vsnever Mar 23, 2022
ee6a54b
Merge branch 'development' into feature/spectroscopic_instruments
vsnever Mar 23, 2022
3b77644
Update CHANGELOG.md.
vsnever Mar 23, 2022
e4ba124
Feature/toroidal mesh from polygon (#365)
wave46 Apr 4, 2022
0f83e5d
Add Generomak blended plasma profiles.
vsnever Aug 4, 2022
e9a272f
Correct Generomak plasma demo descriptions.
vsnever Aug 4, 2022
6ff197c
Fix typo in Bremsstrahlung docstrings
skuba31 Aug 18, 2022
1f945c1
Fix the docstring for the Bremsstrahlung model (#375).
vsnever Aug 18, 2022
b202dbb
Add Gaussian quadrature integrator and tests.
vsnever Aug 30, 2022
a32a6a7
Fix an error in GaussianQuadrature. Increase default relative toleran…
vsnever Aug 31, 2022
c4a604d
Add NumericallyIntegrableLineShapeModel class. Update StarkBroadenedL…
vsnever Aug 31, 2022
6308e0f
Update changelog.
vsnever Aug 31, 2022
526cc17
Make Integrator1D a Function2D instance.
vsnever Sep 11, 2022
86d908b
Remove NumericallyIntegratedLineShapeModel. Add integrator to LineSha…
vsnever Sep 11, 2022
7f1e732
Fix CI by pinning raysect install version in script (#381)
jacklovell Oct 13, 2022
a023f16
Merge pull request #375 from skuba31/fix/typo-bremsstrahlung
jacklovell Oct 13, 2022
52e274c
Add quiet property to Observer0DGroup
skuba31 Aug 18, 2022
3ce7a34
Reorder and add missing attributes
skuba31 Aug 19, 2022
30d37c8
Update tests
skuba31 Aug 19, 2022
175dda6
Fix docstrings
skuba31 Aug 26, 2022
803d529
Merge branch 'development' into feature/quadrature_integration
vsnever Oct 13, 2022
d2eebec
Merge branch 'development' into enhancement/blended_plasma
vsnever Oct 13, 2022
6eee183
Merge pull request #376 from skuba31/group-quiet
jacklovell Oct 13, 2022
368965a
Explicitly specify build-backend
jacklovell Jan 27, 2022
0b2a21a
Update installation instructions to use modern best practices
jacklovell Jan 27, 2022
183e803
Remove Cython as a runtime dependency
jacklovell Jan 28, 2022
b1b1b7f
Use oldest-supported-numpy as build dependency
jacklovell Feb 22, 2022
c47a09c
Merge pull request #353 from cherab/packaging-improvements
jacklovell Oct 13, 2022
6a915f9
Remove Function2D inheritance for Integrator1D. Forbid setting the in…
vsnever Oct 17, 2022
e62f0ad
Add initialisation checks to StarkFunction and make it return a norma…
vsnever Oct 17, 2022
308208c
Update CHANGELOG.md
vsnever Oct 18, 2022
e8b05ca
Fix Bremsstrahlung trapezium indexing
Mateasek Nov 7, 2022
337f01e
Merge pull request #385 from Mateasek/fix/bremsstrahlung_trapezium
vsnever Nov 9, 2022
84d087e
Resolve merging conflict in CHANGELOG.md.
vsnever Nov 30, 2022
d9fcd2c
Use ionisation balance for core profiles to fulfill plasma neutrality…
vsnever Dec 2, 2022
f4215ce
Fixed merge conflicts.
vsnever Dec 8, 2022
65b545b
Added pre-calculated core profiles and the functions to load them. Sw…
vsnever Dec 22, 2022
d7fa638
Update CI with new python and numpy versions (#391)
jacklovell Dec 22, 2022
a7caca2
Rewritten TS model with segmented laser geometry (#219)
Mateasek Dec 22, 2022
d302910
Merge pull request #300 from vsnever/feature/spectroscopic_instruments
jacklovell Dec 22, 2022
f301aa6
Merge branch 'development' into enhancement/free_free_gaunt_factor
jacklovell Dec 22, 2022
2c07bd5
Merge pull request #352 from vsnever/enhancement/free_free_gaunt_factor
jacklovell Dec 22, 2022
f0bc1aa
Merge branch 'development' into feature/quadrature_integration
jacklovell Dec 22, 2022
98223bc
Merge pull request #378 from vsnever/feature/quadrature_integration
jacklovell Dec 22, 2022
da14d73
Merge branch 'development' into enhancement/blended_plasma
jacklovell Dec 22, 2022
4a23823
Merge pull request #373 from vsnever/enhancement/blended_plasma
jacklovell Dec 22, 2022
ab6df92
Fixup changelog
jacklovell Dec 23, 2022
f63dcda
Update version in docs and VERSION file
jacklovell Dec 23, 2022
365c211
Add some notes on how to build wheels for PyPI
jacklovell Dec 23, 2022
7711680
Remove duplicate changelog entry
jacklovell Feb 3, 2023
7154407
Merge branch 'master' into development
jacklovell Feb 3, 2023
cf77c57
Update version to 1.4.0
jacklovell Feb 3, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove duplicate changelog entry
  • Loading branch information
jacklovell committed Feb 3, 2023
commit 7711680667273edb895d313fc7968925d0897df0
1 change: 0 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ Bug fixes:
* Fixed generomak plasma edge data paths.
* Fix and improve OpenCL utility functions. (#358)
* Fixed Bremsstrahlung trapezium evaluation (#384).
* Fixed generomak plasma edge data paths.

New:
* Make f_profile (current flux) a read-only attribute of EFITEquilibrium. (#355)
Expand Down