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 v0.0.4 #102

Merged
merged 25 commits into from
May 12, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
43467af
Merge pull request #83 from networktocode/main
chadell Sep 1, 2022
e9676bc
Update readme to start with use cases (#84)
itdependsnetworks Sep 22, 2022
0510ebb
Doc update (#87)
itdependsnetworks Sep 23, 2022
7d47d7c
Fix operator checks to follow other check_type logic. (#85)
pszulczewski Sep 23, 2022
afa094d
Implement `ge` and `le` operator type (#89)
lvrfrc87 Sep 27, 2022
21428e8
Fix parameter_match check, to support non-normalized data (#90)
pszulczewski Nov 15, 2022
4a423a7
Update mypy
Apr 11, 2023
c759c33
Bugfix to data normalization
pszulczewski Apr 13, 2023
d30d359
Merge pull request #96 from networktocode/bugfix
pszulczewski Apr 18, 2023
05faf70
Fix ref_key parsing
pszulczewski Apr 18, 2023
b969d0f
Update docs
pszulczewski Apr 18, 2023
e8280c7
Merge pull request #97 from networktocode/fix_ref_key
pszulczewski Apr 19, 2023
b1af665
Issue 92 (#98)
pszulczewski Apr 20, 2023
3f52fd2
Bump certifi from 2022.9.24 to 2022.12.7 (#95)
dependabot[bot] Apr 20, 2023
b5b1daf
Merge branch 'main' into develop
lvrfrc87 Apr 20, 2023
4c981c3
Update version and changelog
lvrfrc87 Apr 20, 2023
7fbefb1
update poetry lock
lvrfrc87 Apr 20, 2023
2ef92b1
Update changelog
lvrfrc87 Apr 20, 2023
f18a9c3
Issue 94 & 91 (#100)
pszulczewski Apr 20, 2023
e09a2ab
Relax deepdiff dependency.
Kircheneer May 12, 2023
b11f4cd
Update pyproject.toml
Kircheneer May 12, 2023
a1ff40c
Update poetry.lock
Kircheneer May 12, 2023
82ba480
Merge pull request #101 from Kircheneer/lk-relax-deepdiff-dependency
pszulczewski May 12, 2023
b92c60a
Merge remote-tracking branch 'origin/develop' into release_0.4
pszulczewski May 12, 2023
7b4262c
Relase v0.0.4
pszulczewski May 12, 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
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Changelog
## v0.0.4
- Relax deepdiff dependency

## v0.0.3
- Update documentation
- Fix evaluation logic in operator check
Expand Down
Loading