You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* fix(lcode_backend): error is now raised when an invalid n0 argument is passed to convert_q ([`0c2bb5f`](https://github.com/mtrocadomoreira/ozzy/commit/0c2bb5f88ca717159a0cda2139615cbff3f7b983))
* refactor(utils): make str_exists argument of get_attr_if_exists optional ([`5840bc4`](https://github.com/mtrocadomoreira/ozzy/commit/5840bc44884455dbe20508715e52a1cb4321773a))
*refactor: use helper functions to handle DataArray attributes whenever possible ([`5d53830`](https://github.com/mtrocadomoreira/ozzy/commit/5d53830538f88959180e5762b6d4893855d16cc1))
14
66
15
-
* chore(ci-cd): add black package to docs website deployment ([`428795c`](https://github.com/mtrocadomoreira/ozzy/commit/428795c04e8773114b70d4033286174ab48872fe))
67
+
68
+
## v0.2.1 (2024-10-21)
69
+
70
+
### Bug Fixes
71
+
72
+
* fix(lcode_backend): error is now raised when an invalid n0 argument is passed to convert_q ([`0c2bb5f`](https://github.com/mtrocadomoreira/ozzy/commit/0c2bb5f88ca717159a0cda2139615cbff3f7b983))
16
73
17
74
### Documentation
18
75
@@ -32,45 +89,23 @@
32
89
33
90
* refactor(utils): add two helper functions to set DataArray attributes depending on whether they already exist ornot, + unit tests for these functions ([`a2d20bc`](https://github.com/mtrocadomoreira/ozzy/commit/a2d20bc7ba723f2175275a8c3be61a023a4e71e6))
* test: add unit tests for movie function in ozzy.plot ([`a097e57`](https://github.com/mtrocadomoreira/ozzy/commit/a097e57faebd402fe5a5e55e4f59affd54d10211))
40
-
41
92
### Unknown
42
93
43
94
* Merge pull request #2 from mtrocadomoreira/tests
* Merge branch 'main' into tests ([`7fc0890`](https://github.com/mtrocadomoreira/ozzy/commit/7fc08906ffaca9b1da53e494dedd9f1db09d3022))
98
+
* Merge branch 'main' into tests ([`7fc0890`](https://github.com/mtrocadomoreira/ozzy/commit/7fc08906ffaca9b1da53e494dedd9f1db09d3022))
48
99
49
100
50
101
## v0.2.0 (2024-10-15)
51
102
52
-
### Chores
53
-
54
-
* chore: add hvplot and jupyter-bokeh as optional dependencies ([`923e034`](https://github.com/mtrocadomoreira/ozzy/commit/923e0346b47e21d44e2b2d18004c88215d05ab57))
55
-
56
-
* chore: add ipykernel to pyproject.toml dependencies (flexible version) ([`9438e55`](https://github.com/mtrocadomoreira/ozzy/commit/9438e558d0f9b242b111de7d03508bf5e1b67de7))
57
-
58
-
* chore: add ipykernel to pyproject.toml requirements ([`715ecd2`](https://github.com/mtrocadomoreira/ozzy/commit/715ecd2ab7fedd4c9d90087bf060911c0f54826e))
59
-
60
-
* chore: add pytest and hypothesis to pyproject.toml requirements ([`5d1c438`](https://github.com/mtrocadomoreira/ozzy/commit/5d1c4386750766415d5d8ca06bf6b0c1df5e27b3))
61
-
62
-
### Code Style
63
-
64
-
* style(backend_interface): sort list of files before passing it on to backend parser ([`2664437`](https://github.com/mtrocadomoreira/ozzy/commit/2664437f28d308fc100cc6e507fbe6dec9beb684))
65
-
66
103
### Features
67
104
68
105
* feat(plot): save movies of ozzy plots ([`b4b61c7`](https://github.com/mtrocadomoreira/ozzy/commit/b4b61c794b92ad71105cc3b7b3e8ce7d6f794b77))
* doc(lcode_backend): correct example of correct_q ([`3b980d8`](https://github.com/mtrocadomoreira/ozzy/commit/3b980d865f6a1ab4badb53c1538b823b0fbf6527))
- no error when limits are set automatically andall quantity values are zero
84
-
- make sure that axisymmetric geometry is taken into account correctly when the radius variable isn't being binned directly ([`6fcd37d`](https://github.com/mtrocadomoreira/ozzy/commit/6fcd37da2e497f119969eec30cea933d4f5568f0))
119
+
- make sure that axisymmetric geometry is taken into account correctly when the radius variable isn't being binned directly ([`6fcd37d`](https://github.com/mtrocadomoreira/ozzy/commit/6fcd37da2e497f119969eec30cea933d4f5568f0))
85
120
86
121
* fix(lcode_backend): correct units of particle momenta ([`c12f766`](https://github.com/mtrocadomoreira/ozzy/commit/c12f766205346da546da2ab6bbdde1b6420f53e2))
* fix(statistics): change units of density in parts_into_grid ([`d48785c`](https://github.com/mtrocadomoreira/ozzy/commit/d48785cc737cb874b692002a179416d03fc7c788))
126
161
127
-
### Chores
128
-
129
-
* chore(statistics): add todo's and hacks as comments ([`3972b19`](https://github.com/mtrocadomoreira/ozzy/commit/3972b1932e1b45bb944d1f04d47e92f78f6cacf6))
130
-
131
-
* chore(lcode_backend): add todo for reading beamfiles ([`64c1b6b`](https://github.com/mtrocadomoreira/ozzy/commit/64c1b6b2810dcb7025f248186ba213ae7d321319))
132
-
133
162
### Refactoring
134
163
135
164
* refactor(lcode_backend): change norm. units of q in particle data ([`0bd8cc1`](https://github.com/mtrocadomoreira/ozzy/commit/0bd8cc1bcfeba8278fab803d7321f48ec483e94b))
* fix(part_mixin): automatic extent calculation for phase space even when min=max ([`fed8f27`](https://github.com/mtrocadomoreira/ozzy/commit/fed8f276a8ddb5969732e34b7f51c82c7b019465))
145
174
146
-
### Chores
147
-
148
-
* chore: add pytest and hypothesis to pyproject.toml ([`8aea500`](https://github.com/mtrocadomoreira/ozzy/commit/8aea500d311a5bb20dc5053b9420cc6e20cbefe5))
149
-
150
175
### Documentation
151
176
152
177
* docs: include zenodo reference ([`1ef5d22`](https://github.com/mtrocadomoreira/ozzy/commit/1ef5d22b4f0c7e172eb2d3d16bbba582001448e7))
* refactor: utils function to set attributes if they exist ([`9ce2c8a`](https://github.com/mtrocadomoreira/ozzy/commit/9ce2c8a171e036078c535172dab3a10382dea39c))
161
186
162
-
### Testing
163
-
164
-
* test(lcode_backend): add some unit tests written with AI ([`0d0b206`](https://github.com/mtrocadomoreira/ozzy/commit/0d0b2061239420b23db06e1c950c27c71f05f3c0))
165
-
166
-
* test(osiris_backend): write unit tests, add pytest-mock package ([`7ed30a0`](https://github.com/mtrocadomoreira/ozzy/commit/7ed30a08246d96ad0c540d1b127f35b3b55e2d9b))
167
-
168
-
* test(ozzy_backend): write unit tests ([`5de5531`](https://github.com/mtrocadomoreira/ozzy/commit/5de55318fa3a4fe1e373c9eb91a95cdba9cd7cc8))
169
-
170
-
* test(plot): write unit tests ([`e048abe`](https://github.com/mtrocadomoreira/ozzy/commit/e048abe9ff4474ecaa6b18daadd6bdbafacfc473))
171
-
172
-
* test(backend_interface): write unit tests ([`0f48dfa`](https://github.com/mtrocadomoreira/ozzy/commit/0f48dfade78f641d9524fd501e184390523cb16f))
173
-
174
-
* test(part_mixin): delete commented part ([`5705d2f`](https://github.com/mtrocadomoreira/ozzy/commit/5705d2f8d5ae518269667fab5fe6b2c880e72a97))
* test(new_dataobj): write unit tests ([`48090f4`](https://github.com/mtrocadomoreira/ozzy/commit/48090f485c435de7af2f7e450dc0e1364834bdf1))
179
-
180
-
* test(part_mixin): write part_mixin unit tests ([`3955f9c`](https://github.com/mtrocadomoreira/ozzy/commit/3955f9ca66be20a06b59f987668a60fa4cf3d1e2))
181
-
182
-
* test(utils): rewrite utils unit tests ([`9512f58`](https://github.com/mtrocadomoreira/ozzy/commit/9512f586cadbe6949794d539ed78e0ffada1ccb8))
183
-
184
-
* test(accessors): correct assumption for fft test ([`b87b75f`](https://github.com/mtrocadomoreira/ozzy/commit/b87b75fcca86cebaa1251ced1fff0fd1385baaf7))
185
-
186
-
* test(grid_mixin): create tests for grid_mixin.py ([`4d64e8e`](https://github.com/mtrocadomoreira/ozzy/commit/4d64e8e3ef53bf484eb1ab3f4b3d21c4a755dd89))
187
-
188
-
* test(core): create tests for core.py ([`43e5ef9`](https://github.com/mtrocadomoreira/ozzy/commit/43e5ef978f9ab8e449bf21ee95bc2f65a1b2ebd7))
189
-
190
-
* test(utils): fix tex_format test ([`8b2b204`](https://github.com/mtrocadomoreira/ozzy/commit/8b2b2044357cb919529c08a7973d585757b2ed7d))
191
-
192
-
* test(accessors): fix fft test ([`e71d39c`](https://github.com/mtrocadomoreira/ozzy/commit/e71d39c60726a139b5ecc35be2bc8d50485bd158))
* fix(ozzy.plot): use correct function to register colormap ([`8e5fabd`](https://github.com/mtrocadomoreira/ozzy/commit/8e5fabdf12c0cefc23b6c171f85416b42f256126))
217
206
218
-
### Build System
207
+
### Unknown
219
208
220
209
* build: prepare for build with poetry and automatic releases ([`460f18b`](https://github.com/mtrocadomoreira/ozzy/commit/460f18bab5d749097857daa28eac0096e7994588))
* add vphi from blocks function ([`ebc7006`](https://github.com/mtrocadomoreira/ozzy/commit/ebc7006fb5ad688744c0b76a461ee73cc42575ad))
394
383
395
-
* lcode's convert_q now applies to any pic_data_type ([`0c525f1`](https://github.com/mtrocadomoreira/ozzy/commit/0c525f108c7289958687c8f62dbf333ac80cedf9))
384
+
* lcode's convert_q now applies to any pic_data_type ([`0c525f1`](https://github.com/mtrocadomoreira/ozzy/commit/0c525f108c7289958687c8f62dbf333ac80cedf9))
396
385
397
386
* small bug in lcode convert_q ([`5c8fe39`](https://github.com/mtrocadomoreira/ozzy/commit/5c8fe395598b13358f113f9891bf714d82b6d42a))
* started tests ([`206034f`](https://github.com/mtrocadomoreira/ozzy/commit/206034f8d51b6d87a5cafbb8420396519ce42830))
422
409
423
410
* working on documentation (colors, logo, reference) ([`3a523e6`](https://github.com/mtrocadomoreira/ozzy/commit/3a523e6b047d6e67d482ba2a9da3c0473e010eba))
0 commit comments