Skip to content

Singularity Python 0.2.0

Compare
Choose a tag to compare
@vsoch vsoch released this 27 Mar 21:36
· 26 commits to master since this release
5fa39e6

What's Changed

  • simple fix to run - only parse result if one is returned by @vsoch in #63
  • fixing bug with instances starting hanging! by @vsoch in #65
  • Create CODE_OF_CONDUCT.md by @vsoch in #66
  • fixing copy bug by @vsoch in #69
  • Fix/env emptyvalue by @vsoch in #72
  • updating instances to support singularity instances subgroup >= 3.0 by @vsoch in #76
  • fixing bug with copy to support multiple src src dest (and not other … by @vsoch in #74
  • fixing bug to parse newlines by @vsoch in #78
  • Fix long description content type for PYPI by @kinow in #80
  • quick addition to support args by @vsoch in #82
  • fixing issue with instances, should return one by @vsoch in #84
  • fixing bug with instance stop all by @vsoch in #87
  • Fix/testing by @vsoch in #92
  • [WIP] Adding client support for OCI (for Singularity over 3.1.0) by @vsoch in #94
  • [WIP] adding return code option to run and execute by @vsoch in #96
  • fixing instance name missing when not started by @vsoch in #98
  • fixing bug that bot needs to do println and not print by @vsoch in #99
  • updating client to include export that points to build by @vsoch in #104
  • Don't warn if dest file/folder does not exist by @Flamefire in #107
  • updates for image export, needs deprecation message by @vsoch in #106
  • fixing entrypoint accounting for WORKDIR by @vsoch in #115
  • Adding linting, various fixes. by @vsoch in #116
  • Updating Pytest by @vsoch in #120
  • WIP: Use pytest for tests by @Flamefire in #117
  • testing with singularity 3.2.0 by @vsoch in #123
  • Refactor the recipe parser by @vsoch in #119
  • More improvements with Pytest & reduce CI yml file by @Flamefire in #124
  • Quiet inspect by @vsoch in #128
  • adding test for entrypoint+cmd and adding proper testing requirements by @vsoch in #129
  • Adding command for shell, uses execvp by @vsoch in #131
  • adding build options argument by @vsoch in #133
  • adding quiet (and other args) to build by @vsoch in #134
  • removing debugging line in pull by @vsoch in #136
  • Pull client should honor quiet by @vsoch in #137
  • Add options and writable to exec, shell, run by @vsoch in #139
  • spython.main.Client.build: add sudo_options option by @tschoonj in #140
  • testing addition of singularity cache to orb 1.0.7 by @vsoch in #141
  • Adding instance logs commands (err/out) by @vsoch in #144
  • Allow for environment export lines that contain = by @vsoch in #145
  • adding support for instance list to include ip by @vsoch in #146
  • Timeout in instance stop by @pierlauro in #150
  • Library url support by @vsoch in #156
  • adding flags (singularity_options) to init command by @vsoch in #157
  • Fixing bug that user is replaced anywhere in the line by @vsoch in #159
  • 🚸 Add stderr to generator when streaming by @shnizzedy in #162
  • Ensuring that we dont support multistage builds by @vsoch in #164
  • Adding support for multistage builds by @vsoch in #165
  • adding pyflakes to check for unused imports and issues by @vsoch in #166
  • running black-20.8b1 for linting, pinning version in testing by @vsoch in #168
  • Add sudo_options & 'env' parameters to run_command by @cceyda in #167
  • fixing bug with listing and container_image by @vsoch in #170
  • need to support old daemon_name, etc by @vsoch in #171
  • adding more verbosity for running commands by @vsoch in #173
  • Adding more verbosity for instance start/stop commands by @vsoch in #175
  • support pulling from https by @vsoch in #176
  • Fixing changed behavior with singularity pull by @vsoch in #177
  • Ensuring options and args are used if set from instance init by @vsoch in #179
  • Fixing parsing bug with singularity cli by @vsoch in #181
  • Test on GitHub by @vsoch in #185
  • silence deprecation warnings by @MarDiehl in #182
  • Adding oras and bumping license years by @vsoch in #186
  • fix link in README.md by @neumann-nico in #189
  • removing checks for versions across all files and 2.x image commands … by @vsoch in #191
  • [tributors] contributors/update-2022-03-27 by @github-actions in #192

New Contributors

Full Changelog: 0.0.42...0.2.0