Changelog
0.10.1 (2022-06-20)
- Merge branch 'dev'
- [OPS:FIX] Fix hide_code bug
0.10.0 (2022-05-31)
- Merge pull request #17 from AnHo4ng/dev
- Update dependencies
- [ORG:ENH] Make python version more permissable
0.9.1 (2022-04-24)
- Merge pull request #16 from AnHo4ng/dev
- Fix
- [ORG:FIX] Plot Figures as Svg
0.9.0 (2022-04-24)
- Merge branch 'dev' into origin/master
- [ORG:FIX] Change order of installation
- [ORG:FIX] Fix image encoding method
- [ORG:ENH] Update README
0.8.4 (2022-04-24)
- Merge pull request #15 from AnHo4ng/dev
- Fix
- [ORG:FIX] Fix pygments bug using mkdocs
0.8.3 (2022-04-24)
- Merge pull request #14 from AnHo4ng/dev
- Fix
- [ORG:FIX] Adjust width of plots
0.8.2 (2022-04-24)
- Merge pull request #13 from AnHo4ng/dev
- Fix
- [ORG:FIX] Fix savefigure
0.8.1 (2022-04-24)
- Merge pull request #12 from AnHo4ng/dev
- Fix
- [ORG:FIX] Fix label cut of when saving image
0.8.0 (2022-04-24)
- Merge pull request #11 from AnHo4ng/dev
- Add behaviour tags
- Merge remote-tracking branch 'origin/master' into dev
- [OPS:FEAT] Add hidecode and hideoutput switch
0.7.0 (2022-04-24)
- Merge pull request #10 from AnHo4ng/dev
- Add global Namespace
- [ORG:FEAT] Add global namespace for code snippets
0.6.0 (2022-04-24)
- Merge pull request #9 from AnHo4ng/dev
- Fix
- [MOD:TEST] Update plot in test documentation
- [ORG:FIX] Clean canvas after each plot
- [OPS:FEAT] Update metadata in pyproject.toml
0.5.0 (2022-04-23)
- Merge pull request #8 from AnHo4ng/dev
- Update
- [ORG:ENH] Soften Requirements
- [OPS:FEAT] Add README badges
- [CI:FEAT] Do not run cq pipelines on bump
0.4.0 (2022-04-23)
- Merge pull request #7 from AnHo4ng/dev
- Fix Read the Docs Config
- [ORG:FEAT] Update config for read the docs
0.3.0 (2022-04-23)
- Merge pull request #6 from AnHo4ng/dev
- Fix
- [CI:FIX] Fix Bump Pipeline
- Merge pull request #5 from AnHo4ng/dev
- Fix
- [CI:FEAT] Fix release pipelien
- Merge pull request #4 from AnHo4ng/dev
- Fix
- [CI:FIX] Use pypi token
0.2.0 (2022-04-23)
- bump: version 0.1.0 → 0.2.0
- Merge pull request #3 from AnHo4ng/dev
- Update CI
- [CI:FIX] Do not bump if ci was already run
- Merge pull request #2 from AnHo4ng/dev
- Fix commitizen config
- [CI:FIX] Fix cz config file
- Merge pull request #1 from AnHo4ng/dev
- Add CI
- [ORG:ENH] Remove Ipython
- [ORG:FIX] Fix Tests
- [CI:FEAT] Update bump pipeline
- [CI:FIX] Do not test pull requests
- [ORG:FIX] Remove mkdocs-matplotlib from its own documentation to avoid bootstrapping
- [CI:ICM] Add github actions CI
- [ORG:ICM] First Commit
Back to top