Releases: alpha-unito/streamflow
Releases · alpha-unito/streamflow
0.2.0.dev11
What's Changed
- Add support for Python 3.12 by @GlassOfWhiskey in #256
- Added possibility to load ports and steps in a different workflow by @LanderOtto in #274
- Fixed minor issue with port-targets documentation by @paoloviviani in #276
- Update Node.js version in CI pipeline by @GlassOfWhiskey in #286
- Update CWL v1.2 conformance tests by @GlassOfWhiskey in #288
- Refactor conftest.py by @LanderOtto in #287
- Fixed Config persistence by @LanderOtto in #289
- Fixed loop termination combinator persistence by @LanderOtto in #290
- Removed deprecated
pkg_resources
API by @GlassOfWhiskey in #291 - Replace
cgi
andlogging.warn
with new APIs by @GlassOfWhiskey in #292 - Improve
test_download
logic by @GlassOfWhiskey in #293 - Add warning messages for default connector params by @GlassOfWhiskey in #294
- Add
optional
param to composite processors by @GlassOfWhiskey in #295 - Fix copy remote-to-remote using ConnectorWrapper by @LanderOtto in #301
- Adjusted local-to-remote copy with folders by @GlassOfWhiskey in #308
- Fixed remote-to-local copy of nested directories by @LanderOtto in #309
- Fixed template environment variables by @LanderOtto in #310
- Fixed SSHClientConnection closing by @LanderOtto in #311
- Fixed incomplete stream reading by @LanderOtto in #314
- Fix
valueFrom
type checking behaviour by @GlassOfWhiskey in #323 - Fixed data location invalidation by @LanderOtto in #324
- Fixed job name by @LanderOtto in #325
- Fixed typo errors by @LanderOtto in #326
- Added missing task creation in some gathers by @LanderOtto in #327
- Fixed symbolic link remote input data error by @LanderOtto in #328
- Added
StreamWrapper
documentation by @GlassOfWhiskey in #329 - Fixed
CWLConditionalStep
persistence by @LanderOtto in #330 - Fixed provenance issues by @LanderOtto in #331
- Improved error message of batch systems when job fails by @LanderOtto in #332
- Added check after the creation data by @LanderOtto in #336
- Add no regression test for Sphinx documentation by @GlassOfWhiskey in #337
- Reduce size of database metadata by @LanderOtto in #338
- Fixed
get
method ofRemotePathMapper
by @LanderOtto in #343 - Move CWL 1.2 conformance to main branch by @GlassOfWhiskey in #346
- Improved scatter/gather performance by @LanderOtto in #348
- Added new queries to the Database by @LanderOtto in #356
- Added
retries
andretryDelay
parameters in theSSHConnector
configuration by @LanderOtto in #361 - Fixed some bugs by @LanderOtto in #333
- Fix Codecov GitHub action by @GlassOfWhiskey in #374
- Fix CWL Docker Requirement config example by @GlassOfWhiskey in #375
- Remove SSH deployment from MacOS CI by @GlassOfWhiskey in #376
- Fix Codecov GitHub Action by @GlassOfWhiskey in #379
- Fix Codecov GitHub Action by @GlassOfWhiskey in #380
- Add
codecov.yml
configuration file by @GlassOfWhiskey in #382 - Support for nested Location objects by @GlassOfWhiskey in #383
- Add
__slots__
attribute toToken
objects by @GlassOfWhiskey in #385 - Fixed provenance for the
size
tokens by @LanderOtto in #370 - Remove
__eq__
and__hash__
fromLocation
by @GlassOfWhiskey in #389 - Refactor the
Location
class hierarchy by @GlassOfWhiskey in #390 - Fixed
asyncio.Event
synchronizations when an exception occurs by @LanderOtto in #395 - Fixed input ports of
DotProductSizeTransformer
by @LanderOtto in #396 - Fixed wrapped connector calls for
QueueManagerConnector
classes by @LanderOtto in #403 - Fix
ListMergeCombinator
port names by @LanderOtto in #407 - Update MacOS X CI/CD pipeline by @GlassOfWhiskey in #408
- Fixed glob on symbolic link path by @LanderOtto in #417
- Removed
scheduling_policy
attribute inTarget
class by @LanderOtto in #421 - Removed
scheduling_groups
attribute by @LanderOtto in #422 - Changed retrieval of location hardware in the
SSHConnector
class by @LanderOtto in #424 - Refactor
test_scheduler
by @LanderOtto in #425 - Fixed
ValueFromTransformer
by @LanderOtto in #446 - Fixed scheduler timeout in Python<3.11 by @LanderOtto in #449
Dependencies
- Bump actions/setup-node from 3 to 4 by @dependabot in #263
- Bump actions/setup-python from 4 to 5 by @dependabot in #306
- Bump actions/upload-artifact from 3 to 4 by @dependabot in #318
- Bump aiohttp from 3.8.6 to 3.9.0 by @dependabot in #283
- Bump aiohttp from 3.9.0 to 3.9.1 by @dependabot in #296
- Bump aiohttp from 3.9.1 to 3.9.2 by @dependabot in #364
- Bump aiohttp from 3.9.2 to 3.9.3 by @dependabot in #367
- Bump aiohttp from 3.9.3 to 3.9.4 by @dependabot in #429
- Bump aiohttp from 3.9.4 to 3.9.5 by @dependabot in #431
- Bump aiosqlite from 0.19.0 to 0.20.0 by @dependabot in #388
- Bump asyncssh from 2.14.0 to 2.14.1 by @dependabot in #277
- Bump asyncssh from 2.14.1 to 2.14.2 by @dependabot in #322
- Bump bandit from 1.7.5 to 1.7.6 by @dependabot in #313
- Bump bandit from 1.7.6 to 1.7.7 by @dependabot in #360
- Bump bandit from 1.7.7 to 1.7.8 by @dependabot in #405
- Bump bcrypt from 4.0.1 to 4.1.1 by @dependabot in #299
- Bump bcrypt from 4.1.1 to 4.1.2 by @dependabot in #320
- Bump bcrypt from 4.1.2 to 4.1.3 by @dependabot in #448
- Bump black from 23.9.1 to 23.10.0 by @dependabot in #260
- Bump black from 23.10.0 to 23.10.1 by @dependabot in #264
- Bump black from 23.10.1 to 23.11.0 by @dependabot in #275
- Bump black from 23.11.0 to 23.12.0 by @dependabot in #315
- Bump black from 23.12.0 to 23.12.1 by @dependabot in #335
- Bump black from 23.12.1 to 24.1.0 by @dependabot in #362
- Bump black from 24.1.0 to 24.1.1 by @dependabot in #366
- Bump black from 24.1.1 to 24.2.0 by @dependabot in #381
- Bump black from 24.2.0 to 24.3.0 by @dependabot in #413
- Bump black from 24.3.0 to 24.4.0 by @dependabot in #430
- Bump black from 24.4.0 to 24.4.1 by @dependabot in https://github.com/alpha-unito/strea...
0.2.0.dev10
What's Changed
- Added parameter to choose the deployments to use in pytests by @LanderOtto in #232
- Fix _get_existing_parent behaviour by @GlassOfWhiskey in #253
Dependencies
- Bump aiohttp from 3.8.5 to 3.8.6 by @dependabot in #255
- Bump asyncssh from 2.13.2 to 2.14.0 by @dependabot in #250
- Bump black from 23.7.0 to 23.9.1 by @dependabot in #233
- Bump codespell from 2.2.5 to 2.2.6 by @dependabot in #252
- Bump docker/build-push-action from 4 to 5 by @dependabot in #237
- Bump docker/login-action from 2 to 3 by @dependabot in #235
- Bump docker/setup-buildx-action from 2 to 3 by @dependabot in #236
- Bump docker/setup-qemu-action from 2 to 3 by @dependabot in #234
- Bump flake8-bugbear from 23.7.10 to 23.9.16 by @dependabot in #239
- Bump jsonschema from 4.19.0 to 4.19.1 by @dependabot in #244
- Bump kubernetes-asyncio from 25.11.0 to 26.9.0 by @dependabot in #247
- Bump kubernetes-asyncio from 26.9.0 to 27.6.0 by @dependabot in #249
- Bump kubernetes-asyncio from 27.6.0 to 28.2.0 by @dependabot in #254
- Bump mukunku/tag-exists-action from 1.3.0 to 1.4.0 by @dependabot in #242
- Bump pandas from 2.1.0 to 2.1.1 by @dependabot in #245
- Bump plotly from 5.16.1 to 5.17.0 by @dependabot in #240
- Bump pyupgrade from 3.10.1 to 3.12.0 by @dependabot in #246
- Bump pyupgrade from 3.12.0 to 3.13.0 by @dependabot in #248
- Bump pyupgrade from 3.13.0 to 3.14.0 by @dependabot in #251
- Bump sphinx from 7.2.5 to 7.2.6 by @dependabot in #238
Full Changelog: 0.2.0.dev9...0.2.0.dev10
0.2.0.dev9
What's Changed
- Fix Python dependencies conflict in Mac OS CI by @GlassOfWhiskey in #214
- Connector and CWL Runner fixes by @GlassOfWhiskey in #216
- Fix
template_map
error when service has no file by @GlassOfWhiskey in #223 - Fix scheduler behaviour when retry_delay is set by @GlassOfWhiskey in #224
- Fix potential race condition on sqlite
row_factory
by @GlassOfWhiskey in #225 - Add configurable time option in HPC connectors by @GlassOfWhiskey in #227
- Avoid opening too many SSH sessions by @GlassOfWhiskey in #229
- Fix Flux Docker version to 0.28.0 by @GlassOfWhiskey in #230
- Update CWL v1.2 conformance tests by @GlassOfWhiskey in #231
Dependencies
- Bump actions/checkout from 3 to 4 by @dependabot in #221
- Bump antlr4-python3-runtime from 4.13.0 to 4.13.1 by @dependabot in #222
- Bump cwltool from 3.1.20230719185429 to 3.1.20230906142556 by @dependabot in #226
- Bump cwl-utils from 0.28 to 0.29 by @dependabot in #220
- Bump pandas from 2.0.3 to 2.1.0 by @dependabot in #217
- Bump pytest from 7.4.0 to 7.4.1 by @dependabot in #219
- Bump pytest from 7.4.1 to 7.4.2 by @dependabot in #228
- Bump sphinx from 7.2.3 to 7.2.4 by @dependabot in #215
- Bump sphinx from 7.2.4 to 7.2.5 by @dependabot in #218
Full Changelog: 0.2.0.dev8...0.2.0.dev9
0.2.0.dev8
What's Changed
- Updated MacOS CI in GitHub Actions by @GlassOfWhiskey in #204
- Change jsonschema loader by @GlassOfWhiskey in #205
- Enable distributed inheritance for plugins by @GlassOfWhiskey in #208
- Fix Flux and Mac OS CI steps by @GlassOfWhiskey in #209
- Adjust JSONSchema ids by @GlassOfWhiskey in #211
- Update docs to v0.2.0 by @GlassOfWhiskey in #213
##Dependencies
- Bump cwltest from 2.3.20230527113600 to 2.3.20230825125225 by @dependabot in #212
- Bump jsonschema from 4.18.6 to 4.19.0 by @dependabot in #197
- Bump kubernetes-asyncio from 24.2.3 to 25.11.0 by @dependabot in #206
- Bump mukunku/tag-exists-action from 1.2.0 to 1.3.0 by @dependabot in #198
- Bump plotly from 5.15.0 to 5.16.0 by @dependabot in #199
- Bump plotly from 5.16.0 to 5.16.1 by @dependabot in #201
- Bump sphinx from 7.1.2 to 7.2.2 by @dependabot in #203
- Bump sphinx from 7.2.2 to 7.2.3 by @dependabot in #210
- Bump sphinx-rtd-theme from 1.2.2 to 1.3.0 by @dependabot in #207
Full Changelog: 0.2.0.dev7...0.2.0.dev8
0.2.0.dev7
What's Changed
- Updated CWL v1.2 conformance tests by @GlassOfWhiskey in #168
- Added type definitions to ext CLI by @GlassOfWhiskey in #180
- Migrated JSONSchema to Draft 2019-09 by @GlassOfWhiskey in #185
- Fixed type checking in conftest by @GlassOfWhiskey in #195
- Moved black configuration to
pyproject.toml
by @GlassOfWhiskey in #196
Dependencies
- Bump aiohttp from 3.8.4 to 3.8.5 by @dependabot in #187
- Bump asyncssh from 2.13.1 to 2.13.2 by @dependabot in #170
- Bump black from 23.3.0 to 23.7.0 by @dependabot in #178
- Bump codespell from 2.2.4 to 2.2.5 by @dependabot in #165
- Bump cwltool from 3.1.20230601100705 to 3.1.20230624081518 by @dependabot in #172
- Bump cwltool from 3.1.20230624081518 to 3.1.20230719185429 by @dependabot in #189
- Bump flake8-bugbear from 23.6.5 to 23.7.10 by @dependabot in #179
- Bump importlib-metadata from 6.6.0 to 6.7.0 by @dependabot in #167
- Bump importlib-metadata from 6.7.0 to 6.8.0 by @dependabot in #177
- Bump jsonschema from 4.17.3 to 4.18.0 by @dependabot in #175
- Bump jsonschema from 4.18.0 to 4.18.3 by @dependabot in #184
- Bump jsonschema from 4.18.3 to 4.18.4 by @dependabot in #186
- Bump jsonschema from 4.18.4 to 4.18.6 by @dependabot in #194
- Bump pandas from 2.0.2 to 2.0.3 by @dependabot in #173
- Bump pytest from 7.3.2 to 7.4.0 by @dependabot in #171
- Bump pytest-asyncio from 0.21.0 to 0.21.1 by @dependabot in #182
- Bump pyupgrade from 3.6.0 to 3.7.0 by @dependabot in #166
- Bump pyupgrade from 3.7.0 to 3.8.0 by @dependabot in #174
- Bump pyupgrade from 3.8.0 to 3.9.0 by @dependabot in #176
- Bump pyupgrade from 3.9.0 to 3.10.1 by @dependabot in #191
- Bump sphinx from 7.0.1 to 7.1.0 by @dependabot in #188
- Bump sphinx from 7.1.0 to 7.1.1 by @dependabot in #190
- Bump sphinx from 7.1.1 to 7.1.2 by @dependabot in #192
Full Changelog: 0.2.0.dev6...0.2.0.dev7
0.2.0.dev6
What's Changed
- Fix additional files in RunCrate provenance by @GlassOfWhiskey in #136
- Fix
list
andreport
subcommands by @GlassOfWhiskey in #144 - Added
streamflow ext
subcommand by @GlassOfWhiskey in #145 - Added no regression tests for provenance by @LanderOtto in #150
- Adding explicit options to queue connectors by @GlassOfWhiskey in #151
- Added curl flags in Dockerfile to retry server connection when it fails by @LanderOtto in #158
- Handling
allOf
directives in config schemas by @GlassOfWhiskey in #164
Dependencies
- Bump antlr4-python3-runtime from 4.12.0 to 4.13.0 by @dependabot in #147
- Bump cachetools from 5.3.0 to 5.3.1 by @dependabot in #152
- Bump cwltest from 2.3.20230108193615 to 2.3.20230527113600 by @dependabot in #155
- Bump cwltool from 3.1.20230425144158 to 3.1.20230513155734 by @dependabot in #140
- Bump cwltool from 3.1.20230513155734 to 3.1.20230527103121 by @dependabot in #154
- Bump cwltool from 3.1.20230527103121 to 3.1.20230601100705 by @dependabot in #156
- Bump cwl-utils from 0.25 to 0.26 by @dependabot in #138
- Bump cwl-utils from 0.26 to 0.27 by @dependabot in #142
- Bump cwl-utils from 0.27 to 0.28 by @dependabot in #157
- Bump flake8-bugbear from 23.3.23 to 23.5.9 by @dependabot in #137
- Bump flake8-bugbear from 23.5.9 to 23.6.5 by @dependabot in #159
- Bump pandas from 2.0.1 to 2.0.2 by @dependabot in #153
- Bump plotly from 5.14.1 to 5.15.0 by @dependabot in #161
- Bump pytest from 7.3.1 to 7.3.2 by @dependabot in #162
- Bump pytest-cov from 4.0.0 to 4.1.0 by @dependabot in #149
- Bump pytest-xdist from 3.2.1 to 3.3.0 by @dependabot in #141
- Bump pytest-xdist from 3.3.0 to 3.3.1 by @dependabot in #143
- Bump pyupgrade from 3.3.2 to 3.4.0 by @dependabot in #135
- Bump pyupgrade from 3.4.0 to 3.6.0 by @dependabot in #163
- Bump sphinx from 7.0.0 to 7.0.1 by @dependabot in #139
- Bump sphinx-rtd-theme from 1.2.0 to 1.2.1 by @dependabot in #148
- Bump sphinx-rtd-theme from 1.2.1 to 1.2.2 by @dependabot in #160
Full Changelog: 0.2.0.dev5...0.2.0.dev6
0.2.0.dev5
What's Changed
- Fix InitialWorkDirRequirement with subdirs by @GlassOfWhiskey in #118
- Improved StreamFlow provenance support by @GlassOfWhiskey in #122
- Improved CLI for plugin inspection by @GlassOfWhiskey in #130
- Added package and version to plugin description by @GlassOfWhiskey in #134
Dependencies
- Bump aiosqlite from 0.18.0 to 0.19.0 by @dependabot in #115
- Bump cwltool from 3.1.20230325110543 to 3.1.20230425144158 by @dependabot in #129
- Bump cwl-utils from 0.23 to 0.24 by @dependabot in #114
- Bump cwl-utils from 0.24 to 0.25 by @dependabot in #133
- Bump importlib-metadata from 6.3.0 to 6.5.0 by @dependabot in #119
- Bump importlib-metadata from 6.5.0 to 6.6.0 by @dependabot in #124
- Bump kubernetes-asyncio from 24.2.2 to 24.2.3 by @dependabot in #132
- Bump pandas from 2.0.0 to 2.0.1 by @dependabot in #125
- Bump psutil from 5.9.4 to 5.9.5 by @dependabot in #120
- Bump pytest from 7.3.0 to 7.3.1 by @dependabot in #117
- Bump pyupgrade from 3.3.1 to 3.3.2 by @dependabot in #128
- Bump sphinx from 6.1.3 to 6.2.0 by @dependabot in #123
- Bump sphinx from 6.2.0 to 6.2.1 by @dependabot in #126
- Bump sphinx from 6.2.1 to 7.0.0 by @dependabot in #131
Full Changelog: 0.2.0.dev4...0.2.0.dev5
0.1.6
What's Changed
- Updated JS imports from cwltool by @GlassOfWhiskey in #121
Full Changelog: 0.1.5...0.1.6
0.2.0.dev4
What's Changed
- Fix StreamFlow MPI example by @GlassOfWhiskey in #95
- Added explicit version check for DockerCompose by @GlassOfWhiskey in #96
- Updated and fixed StreamFlow Dockerfile by @GlassOfWhiskey in #97
- Fixed Docker and Helm features by @GlassOfWhiskey in #109
- Added flux framework connector by @vsoch in #107
- Added configurable DockerRequirement conversion by @GlassOfWhiskey in #111
Dependencies
- Bump black from 23.1.0 to 23.3.0 by @dependabot in #105
- Bump cwltool from 3.1.20230302145532 to 3.1.20230325110543 by @dependabot in #103
- Bump flake8-bugbear from 23.2.13 to 23.3.12 by @dependabot in #91
- Bump flake8-bugbear from 23.3.12 to 23.3.23 by @dependabot in #102
- Bump importlib-metadata from 6.0.0 to 6.1.0 by @dependabot in #100
- Bump importlib-metadata from 6.1.0 to 6.3.0 by @dependabot in #112
- Bump pandas from 1.5.2 to 1.5.3 by @dependabot in #92
- Bump pandas from 1.5.3 to 2.0.0 by @dependabot in #108
- Bump plotly from 5.11.0 to 5.13.1 by @dependabot in #93
- Bump plotly from 5.13.1 to 5.14.0 by @dependabot in #106
- Bump plotly from 5.14.0 to 5.14.1 by @dependabot in #110
- Bump pytest from 7.2.2 to 7.3.0 by @dependabot in #113
- Bump pytest-asyncio from 0.20.3 to 0.21.0 by @dependabot in #101
- Bump pytest-xdist from 3.2.0 to 3.2.1 by @dependabot in #90
- Bump rdflib from 6.2.0 to 6.3.2 by @dependabot in #104
New Contributors
Full Changelog: 0.2.0.dev3...0.2.0.dev4
0.2.0.dev3
What's Changed
- Colored output for Streamflow Run by @paoloviviani in #17
- Changed test pipeline by @GlassOfWhiskey in #33
- Prepend
isEnabledFor
to logger calls by @GlassOfWhiskey in #37 - Added regression test scheduler by @LanderOtto in #39
- Code reformat with pyupgrade by @GlassOfWhiskey in #40
- Workflow Run RO-Crate support by @GlassOfWhiskey in #45
- Added extension points to StreamFlowPlugin by @GlassOfWhiskey in #46
- Revised setup.py classifiers by @GlassOfWhiskey in #49
- Fix scheduler validation path by @GlassOfWhiskey in #50
- Better job naming strategy for CWL by @GlassOfWhiskey in #51
- Fixed cwl-runner entrypoint with no workflows entry by @GlassOfWhiskey in #52
- Added nested files to main entity by @GlassOfWhiskey in #53
- Avoid Sqlite race conditions during tests by @GlassOfWhiskey in #57
- Added no regression tests for persistence by @LanderOtto in #56
- Use JSON format for PBS output by @GlassOfWhiskey in #63
- Moving aiotarstream to the deployment module by @GlassOfWhiskey in #64
- Register job directories after creating them by @GlassOfWhiskey in #65
- Moving some logic from Translator to utils by @GlassOfWhiskey in #66
- Added persistence of Command class structure by @LanderOtto in #74
- Fixed MacOS compatibility by @GlassOfWhiskey in #77
- Stricter type checking for CWL outputs by @GlassOfWhiskey in #70
- Fix CWL map processors behaviour by @GlassOfWhiskey in #81
- Added support for nested connectors by @GlassOfWhiskey in #86
- Migrate from
setup.py
topyproject.toml
by @GlassOfWhiskey in #89
Dependencies
- Bump actions/checkout from 2 to 3 by @dependabot in #29
- Bump actions/setup-node from 2 to 3 by @dependabot in #22
- Bump actions/setup-python from 2 to 4 by @dependabot in #20
- Bump actions/upload-artifact from 2 to 3 by @dependabot in #36
- Bump aiohttp from 3.8.3 to 3.8.4 by @dependabot in #72
- Bump antlr4-python3-runtime from 4.10 to 4.11.1 by @dependabot in #23
- Bump antlr4-python3-runtime from 4.11.1 to 4.12.0 by @dependabot in #76
- Bump asyncssh from 2.13.0 to 2.13.1 by @dependabot in #75
- Bump bandit from 1.7.4 to 1.7.5 by @dependabot in #85
- Bump black from 22.12.0 to 23.1.0 by @dependabot in #60
- Bump cachetools from 5.2.0 to 5.2.1 by @dependabot in #35
- Bump cachetools from 5.2.1 to 5.3.0 by @dependabot in #47
- Bump codespell from 2.2.2 to 2.2.4 by @dependabot in #84
- Bump cwltool from 3.1.20221008225030 to 3.1.20221201130942 by @dependabot in #25
- Bump cwltool from 3.1.20221201130942 to 3.1.20230127121939 by @dependabot in #55
- Bump cwltool from 3.1.20230127121939 to 3.1.20230201224320 by @dependabot in #61
- Bump cwltool from 3.1.20230201224320 to 3.1.20230209161050 by @dependabot in #69
- Bump cwltool from 3.1.20230209161050 to 3.1.20230213100550 by @dependabot in #71
- Bump cwltool from 3.1.20230213100550 to 3.1.20230302145532 by @dependabot in #79
- Bump cwl-utils from 0.20 to 0.21 by @dependabot in #26
- Bump cwl-utils from 0.21 to 0.22 by @dependabot in #54
- Bump cwl-utils from 0.22 to 0.23 by @dependabot in #62
- Bump docker/build-push-action from 2 to 3 by @dependabot in #21
- Bump docker/build-push-action from 3 to 4 by @dependabot in #59
- Bump docker/login-action from 1 to 2 by @dependabot in #19
- Bump docker/setup-buildx-action from 1 to 2 by @dependabot in #24
- Bump docker/setup-qemu-action from 1 to 2 by @dependabot in #28
- Bump flake8-bugbear from 22.12.6 to 23.1.17 by @dependabot in #44
- Bump flake8-bugbear from 23.1.17 to 23.1.20 by @dependabot in #48
- Bump flake8-bugbear from 23.1.20 to 23.2.13 by @dependabot in #73
- Bump importlib-metadata from 5.2.0 to 6.0.0 by @dependabot in #30
- Bump jsonref from 1.0.1 to 1.1.0 by @dependabot in #43
- Bump mukunku/tag-exists-action from 1.0.0 to 1.2.0 by @dependabot in #27
- Bump pytest from 7.2.0 to 7.2.1 by @dependabot in #41
- Bump pytest from 7.2.1 to 7.2.2 by @dependabot in #80
- Bump pytest-xdist from 3.1.0 to 3.2.0 by @dependabot in #67
- Bump sphinx from 6.0.0 to 6.1.0 by @dependabot in #31
- Bump sphinx from 6.1.0 to 6.1.2 by @dependabot in #34
- Bump sphinx from 6.1.2 to 6.1.3 by @dependabot in #38
- Bump sphinx-rtd-theme from 1.1.1 to 1.2.0 by @dependabot in #68
- Bump yattag from 1.15.0 to 1.15.1 by @dependabot in #78
New Contributors
- @paoloviviani made their first contribution in #17
- @LanderOtto made their first contribution in #39
Full Changelog: 0.2.0.dev2...0.2.0.dev3