Skip to content

Releases: epicpast/nsip-api-client

Release v1.4.7

Choose a tag to compare

@github-actions github-actions released this 28 Dec 00:00

Packages

Package Version
nsip-client 1.4.7
nsip-mcp-server 1.4.7
nsip-skills 1.4.7

Installation

pip install nsip-client
pip install nsip-mcp-server
pip install nsip-skills

Changes

See CHANGELOG for details.

What's Changed

  • chore(deps): Bump codecov/codecov-action from 5.4.2 to 5.5.2 in the github-actions group by @dependabot[bot] in #26
  • chore(deps): Bump actions/upload-artifact from 4.6.2 to 6.0.0 by @dependabot[bot] in #27
  • chore(deps): Bump actions/checkout from 4.2.2 to 6.0.1 by @dependabot[bot] in #28
  • chore(deps): Bump astral-sh/setup-uv from 6.0.1 to 7.1.6 by @dependabot[bot] in #29

Full Changelog: v1.4.5...v1.4.7

Release v1.4.5

Choose a tag to compare

@github-actions github-actions released this 27 Dec 22:52

Packages

Package Version
nsip-client 1.4.3
nsip-mcp-server 1.4.5
nsip-skills 1.4.5

Installation

pip install nsip-client
pip install nsip-mcp-server
pip install nsip-skills

Changes

See CHANGELOG for details.

Full Changelog: v1.4.4...v1.4.5

Release v1.4.4

Choose a tag to compare

@github-actions github-actions released this 27 Dec 22:50

Packages

Package Version
nsip-client 1.4.3
nsip-mcp-server 1.4.4
nsip-skills 1.4.4

Installation

pip install nsip-client
pip install nsip-mcp-server
pip install nsip-skills

Changes

See CHANGELOG for details.

Full Changelog: v1.4.3...v1.4.4

Release v1.4.3

Choose a tag to compare

@github-actions github-actions released this 27 Dec 22:28

Packages

Package Version
nsip-client 1.4.3
nsip-mcp-server 1.4.3
nsip-skills 1.4.3

Installation

pip install nsip-client
pip install nsip-mcp-server
pip install nsip-skills

Changes

See CHANGELOG for details.

Full Changelog: v1.4.2...v1.4.3

Release v1.4.1

Choose a tag to compare

@github-actions github-actions released this 24 Dec 20:09

Packages

Package Version
nsip-client 1.4.1
nsip-mcp-server 1.4.1
nsip-skills 1.4.1

Installation

pip install nsip-client
pip install nsip-mcp-server
pip install nsip-skills

Changes

See CHANGELOG for details.

Full Changelog: v1.3.23...v1.4.1

Release v1.3.23

Choose a tag to compare

@github-actions github-actions released this 24 Dec 20:01

Packages

Package Version
nsip-client 1.3.23
nsip-mcp-server 1.3.23
nsip-skills 1.3.23

Installation

pip install nsip-client
pip install nsip-mcp-server
pip install nsip-skills

Changes

See CHANGELOG for details.

Full Changelog: v1.3.22...v1.3.23

Release v1.3.22

Choose a tag to compare

@github-actions github-actions released this 21 Dec 05:37

Packages

Package Version
nsip-client 1.3.22
nsip-mcp-server 1.3.22
nsip-skills 1.3.22

Installation

pip install nsip-client
pip install nsip-mcp-server
pip install nsip-skills

Changes

See CHANGELOG for details.

Full Changelog: v1.3.20...v1.3.22

Release v1.3.20

Choose a tag to compare

@github-actions github-actions released this 21 Dec 05:33

Packages

Package Version Source
nsip-client 1.3.20 PyPI
nsip-mcp-server 1.3.19 GitHub Release
nsip-skills 1.3.19 GitHub Release

Installation

nsip-client (PyPI)

pip install nsip-client

MCP Server & Skills (from release artifacts)

# Download wheels from this release, then:
pip install ./nsip_mcp_server-1.3.19-py3-none-any.whl
pip install ./nsip_skills-1.3.19-py3-none-any.whl

Changes

See CHANGELOG for details.

Full Changelog: v1.3.19...v1.3.20

Release v1.3.19

Choose a tag to compare

@github-actions github-actions released this 21 Dec 05:32

Packages

Package Version Source
nsip-client 1.3.19 PyPI
nsip-mcp-server 1.3.19 GitHub Release
nsip-skills 1.3.19 GitHub Release

Installation

nsip-client (PyPI)

pip install nsip-client

MCP Server & Skills (from release artifacts)

# Download wheels from this release, then:
pip install ./nsip_mcp_server-1.3.19-py3-none-any.whl
pip install ./nsip_skills-1.3.19-py3-none-any.whl

Changes

See CHANGELOG for details.

Full Changelog: v1.3.18...v1.3.19

Release v1.3.16

Choose a tag to compare

@github-actions github-actions released this 21 Dec 04:53

Packages

  • nsip-client: 1.3.16
  • nsip-mcp-server: 1.3.16
  • nsip-skills: 1.3.16

Installation

From PyPI (recommended)

# Install the API client
pip install nsip-client

# Install the MCP server (includes client as dependency)
pip install nsip-mcp-server

# Install the breeding tools (includes client as dependency)
pip install nsip-skills

From Release Artifacts

# Install the API client
pip install ./nsip_client-1.3.16-py3-none-any.whl

# Install the MCP server (includes client as dependency)
pip install ./nsip_mcp_server-1.3.16-py3-none-any.whl

# Install the breeding tools (includes client as dependency)
pip install ./nsip_skills-1.3.16-py3-none-any.whl

Changes

See CHANGELOG for details.

Full Changelog: v1.3.13...v1.3.16