Skip to content

Releases: SoftwareUnderstanding/inspect4py

Inspect4py 0.0.8: FIxing dataflow in macOS

06 Mar 18:00
f3b1311
Compare
Choose a tag to compare

This release produces a compatible .so version for macOS machines. The dataflow should now work correctly.

Thanks to @OEG-Clark, now the README includes instructions into generating a specific .so file.

What's Changed

Full Changelog: v0.0.7...v0.0.8

Inspect4py 0.0.7: Adding dataflow functionalities

04 Mar 22:34
21550f8
Compare
Choose a tag to compare

This release adds a new small feature: obtaining a dataflow for a function.
See the documentation (readme) to see its functionality.

Inspect4py 0.0.6: Bug fix in requirement extraction

18 Jan 16:47
9da8fe5
Compare
Choose a tag to compare

This version fixes a small bug when extracting requirements of a repository if there is no access to the internet.

Inspect4py 0.0.5: Bug fix on output readme paths

17 Jan 14:57
8cc2864
Compare
Choose a tag to compare

This release fixes a small bug related to the accessibility of README files in the output generated by inspect4py.

Full Changelog: v0.0.4.1...v0.0.5

Inspect4py 0.0.4.1: Release bug fix

12 Jan 11:12
61a26db
Compare
Choose a tag to compare

Inspect4py 0.0.4: Minor improvement to license retrieval

12 Jan 10:51
23189c5
Compare
Choose a tag to compare

Small release to fix issues when retrieving a license. Also added contribution guidelines for the project.

New Contributors

Full Changelog: v0.0.3...v0.0.4

Inspect4py 0.0.3: Minor bug fixes

11 Jan 18:04
392d515
Compare
Choose a tag to compare

This version fixes minor bug fixes and prevents errors from cmdcfparser in Python 3.10 (the dependency has been removed)

Full Changelog: v0.0.2...v0.0.3

Inspect4py 0.0.2: Bug fixes and new features

19 Dec 16:53
0774b71
Compare
Choose a tag to compare

This version of inspect4py:

  • Automates package deployment.
  • Adds multiple tests.
  • Improves service description and classification
  • Fixes installation errors
  • Improves the detection and validation of tests.
  • Function call improvements

Inspect4py 0.0.1: First release

26 Jan 21:10
dc7df90
Compare
Choose a tag to compare

First official release of inspect4py, which includes:

  • Extraction of module dependencies
  • Extraction of all functions in the code, including their documentation, parameters, accepted values, and call list.
  • Extraction of all classes in the code, with all their methods and respective documentation
  • Extraction of the control flow of each file.
  • Extraction of the hierarchy of directories and files.
  • Extraction the requirements used in the software project.
  • Classification of which files are tests
  • Classification of the main type of software project (script, package, library or service).
  • Return a ranking of the different ways in which a a software component can be run, ordered by relevance.