Recent Releases of VisualTorch

VisualTorch - v0.2.4

What's Changed

  • Merge joss review branch to main by @willyfh in https://github.com/willyfh/visualtorch/pull/61
  • Update the citation entry to the JOSS publication by @willyfh in https://github.com/willyfh/visualtorch/pull/62
  • Fix LSTM visualization by @willyfh in https://github.com/willyfh/visualtorch/pull/65

Full Changelog: https://github.com/willyfh/visualtorch/compare/v0.2.3...v0.2.4

Scientific Software - Peer-reviewed - Python
Published by willyfh 8 months ago

VisualTorch - v0.2.3

What's Changed

  • Bump version by @willyfh in https://github.com/willyfh/visualtorch/pull/41
  • Create CODEOFCONDUCT.md by @willyfh in https://github.com/willyfh/visualtorch/pull/42
  • Create Contributing Guidelines by @willyfh in https://github.com/willyfh/visualtorch/pull/43
  • Add link to the contributing guideline by @willyfh in https://github.com/willyfh/visualtorch/pull/44
  • Remove unnecessary print by @willyfh in https://github.com/willyfh/visualtorch/pull/45
  • Fix link to the license by @willyfh in https://github.com/willyfh/visualtorch/pull/46
  • Fix link to the license (#46) by @willyfh in https://github.com/willyfh/visualtorch/pull/47
  • Add email contact address in Code of Conduct by @willyfh in https://github.com/willyfh/visualtorch/pull/50
  • Update documentation based on the bullet points of JOSS review checklist by @willyfh in https://github.com/willyfh/visualtorch/pull/52
  • Add copyrights by @willyfh in https://github.com/willyfh/visualtorch/pull/51
  • Merge from main to joss-review branch by @willyfh in https://github.com/willyfh/visualtorch/pull/53
  • Merge JOSS paper review branch by @willyfh in https://github.com/willyfh/visualtorch/pull/54
  • Update LICENSE by @willyfh in https://github.com/willyfh/visualtorch/pull/55
  • Merge from Joss-review (#56) by @willyfh in https://github.com/willyfh/visualtorch/pull/57
  • Add ORCID and update some sentences by @willyfh and @paulgavrikov in https://github.com/willyfh/visualtorch/pull/58

Full Changelog: https://github.com/willyfh/visualtorch/compare/v.0.2.2...v0.2.3

Scientific Software - Peer-reviewed - Python
Published by willyfh over 1 year ago

VisualTorch - v0.2.2

What's Changed

  • Bump version by @willyfh in https://github.com/willyfh/visualtorch/pull/34
  • Implement Color Opacity and Refactor Code by @willyfh in https://github.com/willyfh/visualtorch/pull/35
  • Add pyproject.toml and Fix Ruff issues by @willyfh in https://github.com/willyfh/visualtorch/pull/36
  • Implement LeNet Style Visualization by @willyfh in https://github.com/willyfh/visualtorch/pull/38
  • Add tests for LeNet Style by @willyfh in https://github.com/willyfh/visualtorch/pull/39

Full Changelog: https://github.com/willyfh/visualtorch/compare/v0.2.1...v.0.2.2

Scientific Software - Peer-reviewed - Python
Published by willyfh almost 2 years ago

VisualTorch - v0.2.1

What's Changed

  • Add Sphinx docs and Read the Docs configurations by @willyfh in https://github.com/willyfh/visualtorch/pull/25
  • Add Icons and Installation Docs by @willyfh in https://github.com/willyfh/visualtorch/pull/27
  • Add Docs for API References by @willyfh in https://github.com/willyfh/visualtorch/pull/28
  • Add Usage Examples using Sphinx-Gallery by @willyfh in https://github.com/willyfh/visualtorch/pull/31

Full Changelog: https://github.com/willyfh/visualtorch/compare/v0.2.0...v0.2.1

Scientific Software - Peer-reviewed - Python
Published by willyfh almost 2 years ago

VisualTorch - v0.2.0

What's Changed

  • Add badges by @willyfh in https://github.com/willyfh/visualtorch/pull/13
  • Update README.md by @willyfh in https://github.com/willyfh/visualtorch/pull/14
  • Support Visualization for Functional Model by @willyfh in https://github.com/willyfh/visualtorch/pull/15
  • Test on Multiple Python Versions by @willyfh in https://github.com/willyfh/visualtorch/pull/16
  • Update Custom Model by @willyfh in https://github.com/willyfh/visualtorch/pull/17
  • Trigger test on push to main branch by @willyfh in https://github.com/willyfh/visualtorch/pull/18
  • Update setup file by @willyfh in https://github.com/willyfh/visualtorch/pull/19
  • Add test status badge by @willyfh in https://github.com/willyfh/visualtorch/pull/20
  • Remove default input shape by @willyfh in https://github.com/willyfh/visualtorch/pull/21
  • Implement Graph View Visualization by @willyfh in https://github.com/willyfh/visualtorch/pull/22
  • Change Colors by @willyfh in https://github.com/willyfh/visualtorch/pull/23
  • Add a Simple Unit Test for Graph View by @willyfh in https://github.com/willyfh/visualtorch/pull/24

Full Changelog: https://github.com/willyfh/visualtorch/compare/v0.1.1...v0.2.0

Scientific Software - Peer-reviewed - Python
Published by willyfh almost 2 years ago

VisualTorch - v0.1.1

What's Changed

  • Update python version by @willyfh in https://github.com/willyfh/visualtorch/pull/8
  • Add a simple unit test and pytest workflow by @willyfh in https://github.com/willyfh/visualtorch/pull/9
  • Add publish workflow by @willyfh in https://github.com/willyfh/visualtorch/pull/10
  • Update readme by @willyfh in https://github.com/willyfh/visualtorch/pull/11
  • Update version to 0.1.1 by @willyfh in https://github.com/willyfh/visualtorch/pull/12

Full Changelog: https://github.com/willyfh/visualtorch/compare/v0.1...v.0.1.1

Scientific Software - Peer-reviewed - Python
Published by willyfh about 2 years ago

VisualTorch - v0.1

What's Changed

  • Add the implementation of visualtorch by @willyfh in https://github.com/willyfh/visualtorch/pull/1
  • Add GitHub Actions workflow for pre-commit by @willyfh in https://github.com/willyfh/visualtorch/pull/2
  • Update README.md and Change Default Parameters by @willyfh in https://github.com/willyfh/visualtorch/pull/3
  • Fix incorrect module and parameter by @willyfh in https://github.com/willyfh/visualtorch/pull/4
  • Update version by @willyfh in https://github.com/willyfh/visualtorch/pull/5

New Contributors

  • @willyfh made their first contribution in https://github.com/willyfh/visualtorch/pull/1

Full Changelog: https://github.com/willyfh/visualtorch/commits/v0.1

Scientific Software - Peer-reviewed - Python
Published by willyfh about 2 years ago