-
Notifications
You must be signed in to change notification settings - Fork 2
Releases: daac-tools/python-daachorse
Releases · daac-tools/python-daachorse
0.3.0
@vbkaisetsu
vbkaisetsu
4034d41
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Breaking Changes
Added support for the following patterns:
- Empty strings: These match at boundaries between bytes or characters.
- Duplicate patterns: Values associated with duplicate patterns are returned in the order they were initially registered.
- Sets containing no patterns (empty sets): These do not match any input.
What's Changed
- Bump daachorse version to 3.0.0 and release 0.3.0 by @vbkaisetsu in #26
Full Changelog: v0.2.2...v0.3.0
Assets 2
0.2.2
@vbkaisetsu
vbkaisetsu
94ded7f
This commit was created on GitHub.com and signed with GitHub’s verified signature.
What's Changed
- Use daachorse 2.1.1 and bump this library to 0.2.2 by @vbkaisetsu in #25
Full Changelog: v0.2.1...v0.2.2
Assets 2
0.2.1
@vbkaisetsu
vbkaisetsu
ff92cd5
This commit was created on GitHub.com and signed with GitHub’s verified signature.
What's Changed
- Release 0.2.1 by @vbkaisetsu in #17
- Update readthedocs config by @vbkaisetsu in #18
- Use latest tools in readthedocs by @vbkaisetsu in #19
- Fix .readthedocs.yaml by @vbkaisetsu in #20
- Set
html_themeonly when building docs on local machine by @vbkaisetsu in #21 - Add optional dependency for document by @vbkaisetsu in #22
- Fix version of astral-sh/setup-uv by @vbkaisetsu in #23
- Fix publishing step of CI by @vbkaisetsu in #24
Full Changelog: v0.2.0...v0.2.1
Assets 2
0.2.0
@vbkaisetsu
vbkaisetsu
22f60ea
This commit was created on GitHub.com and signed with GitHub’s verified signature.
What's Changed
- Fix typo:
LESTMOST->LEFTMOSTby @vbkaisetsu in #14 - Reconstruct entire Python wrapper by @vbkaisetsu in #15
- Use trusted publishing by @vbkaisetsu in #16
Full Changelog: v0.1.11...v0.2.0
Assets 2
0.1.11
@vbkaisetsu
vbkaisetsu
eb2860e
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix artifact names (#12) * Fix artifact names * update * fix * version 0.1.11
Assets 2
0.1.10
@vbkaisetsu
vbkaisetsu
3948d7d
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Use `--target universal2-apple-darwin` instead of `--universal2` (#11) * Use `--target universal2-apple-darwin` instead of `--universal2` * bump version
Assets 2
0.1.9
@vbkaisetsu
vbkaisetsu
5f624fa
This commit was created on GitHub.com and signed with GitHub’s verified signature.
v0.1.9
Use {upload,download}-artifact@v4 (#10)
Assets 2
0.1.8
@vbkaisetsu
vbkaisetsu
79fdf14
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Support Python 3.12 and 3.13
Assets 2
0.1.7
@vbkaisetsu
vbkaisetsu
328e438
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
v0.1.7 Bump the version to 0.1.7 (#8)
Assets 2
0.1.6
@vbkaisetsu
vbkaisetsu
924cc52
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Fix install section of README (#3) * Fix install section of README * fix * Support Python 3.11