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/0.11.1 #182

Merged
merged 24 commits into from
Nov 16, 2022
Merged
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
127d932
Merge pull request #142 from quantumblacklabs/master
qbphilip Nov 11, 2021
6043b63
Fix/updating linters (#156)
GabrielAzevedoFerreiraQB Jul 6, 2022
850fc73
Fix/issue#146 set cpd for parentless nodes (#151)
Rishab26 Aug 26, 2022
f028210
Enable Python 3.9 (#157)
GabrielAzevedoFerreiraQB Aug 26, 2022
740997c
Add Dockerfiles for development on CPU and GPU (#163)
liam-adams Aug 26, 2022
e2589e3
fix: doc_requirements.txt to reduce vulnerabilities (#167)
snyk-bot Aug 26, 2022
4262609
Fix DAGLayer moving out of gpu during optimization step (#135)
samialabed Aug 29, 2022
75f1c92
Fix/infinite loop on lv inference engine (#198)
RyanNgQB Sep 1, 2022
c42d0e2
fix: cpd floating point comparison issue (#172)
ivandkh Sep 13, 2022
94b343a
Enable Python 3.10 (#169)
tonyabracadabra Sep 20, 2022
db3aeb3
Merge branch 'develop' of https://github.com/quantumblacklabs/private…
GabrielAzevedoFerreiraQB Oct 11, 2022
69c09e1
fixing pgmpy version (#200)
GabrielAzevedoFerreiraQB Oct 13, 2022
b9f835b
[Snyk] Security upgrade nbconvert from 5.6.1 to 6.3.0b0 (#196)
leonnallamuthu Oct 13, 2022
b846a55
[Snyk] Security upgrade mistune from 0.8.4 to 2.0.3 (#195)
qbphilip Oct 13, 2022
a13d853
unblocking scipy requirements (#199)
GabrielAzevedoFerreiraQB Nov 8, 2022
6787647
adding release note
GabrielAzevedoFerreiraQB Nov 8, 2022
1226acd
updating readme python version
GabrielAzevedoFerreiraQB Nov 8, 2022
d984d6b
updating package version
GabrielAzevedoFerreiraQB Nov 8, 2022
89688f2
Merge branch 'develop' into release/0.11.1
GabrielAzevedoFerreiraQB Nov 9, 2022
fbaa354
linting
GabrielAzevedoFerreiraQB Nov 9, 2022
2da34eb
[Snyk] Security upgrade wheel from 0.30.0 to 0.38.0 (#205)
leonnallamuthu Nov 9, 2022
00d1a3c
Merge branch 'develop' into release/0.11.1
GabrielAzevedoFerreiraQB Nov 9, 2022
471eddc
Update README.md
qbphilip Nov 10, 2022
4274997
Update README.md
qbphilip Nov 10, 2022
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
Prev Previous commit
Next Next commit
linting
  • Loading branch information
GabrielAzevedoFerreiraQB committed Nov 9, 2022
commit fbaa354da884b69bdcbfab7f1bd3083caf693b9b
2 changes: 1 addition & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* Fix DAGLayer moving out of gpu during optimization step of Pytorch learning
* Fix CPD comparison of floating point - rounding issue
* Fix set_cpd for parentless nodes that are not MultiIndex
* Add Docker files for development on a dockerized environment
* Add Docker files for development on a dockerized environment

# Release 0.11.0
* Add expectation-maximisation (EM) algorithm to learn with latent variables
Expand Down