Chore
* chore(ci): remove codeQL scan ([`6ef7ccb`](https://github.com/alekseik1/ifg-py/commit/6ef7ccbf4dba7082964b60a2faef398954b7ed81))
* chore: apply black + isort + docformatter to __init__.py ([`569bd84`](https://github.com/alekseik1/ifg-py/commit/569bd8427587b3c4f34a8a460f538f1b71da5665))
Feature
* feat(calculator): support for theta under vectorized volume ([`b94c591`](https://github.com/alekseik1/ifg-py/commit/b94c5912c66f5eb0423f70fc92a4a6a65635771a))
* feat(converter): support array volumes in theta ([`1029f72`](https://github.com/alekseik1/ifg-py/commit/1029f72876d57fea7ce2e94f1e643112ef2da7a8))
* feat(calculator): support for theta input ([`2de80dd`](https://github.com/alekseik1/ifg-py/commit/2de80dda9a7c6d23c8a7594c0bf7fe7aeb1575e5))
* feat(converter): converter from theta to temperatures ([`80531f5`](https://github.com/alekseik1/ifg-py/commit/80531f5dd18f36dc16e618280371cb88a7c747eb))
Fix
* fix(calculator): match theta mesh dimensions with volume ones
Simply transpose array ([`94fa7e1`](https://github.com/alekseik1/ifg-py/commit/94fa7e1105b1a9cbc2956cc9587547029f616b71))
* fix(converter): make sure `volume` is not an array
For theta parameter support, volume should be a scalar, since otherwise we&39;ll have to deal with 3-d matrix during `mu` calculation. For simplicity, the volume-as-array support is dropped ([`5eabaa5`](https://github.com/alekseik1/ifg-py/commit/5eabaa5ab249a5ee1dae820999f3d1e56f4b0914))
Refactor
* refactor(tests): remove unused variable ([`41e1f18`](https://github.com/alekseik1/ifg-py/commit/41e1f1895c433d0b53fb85c8d9b9f03eb0f699f8))
Test
* test(calculator): smoke test for theta input ([`91786a1`](https://github.com/alekseik1/ifg-py/commit/91786a17a5e2a3372a4cbd7c40602b01ba844213))
* test(calculator): `with_theta` call before volume input ([`4638754`](https://github.com/alekseik1/ifg-py/commit/4638754e313ed11f27729af08bf8e57402ac36da))
* test: more tests for mesh creation ([`95ccebb`](https://github.com/alekseik1/ifg-py/commit/95ccebb19760f08e8388469b6b9312f50c4fd89d))
* test: correct mesh creation + refactor theta to separate file ([`84b9ec3`](https://github.com/alekseik1/ifg-py/commit/84b9ec39e9f64a02f55d52ba77f3228b032df02d))
Unknown
* Merge pull request 34 from alekseik1/feat/theta
theta parameter support ([`6a96e45`](https://github.com/alekseik1/ifg-py/commit/6a96e452beb69e056be0d62876842d5d2b937343))
* doc(converter): inform that volume should be in atomic ([`a55309d`](https://github.com/alekseik1/ifg-py/commit/a55309d36d98cfcdee71d903077b53de1aab10a7))