This repository has been archived by the owner on Nov 30, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Due native integration in Python 3
created .circleci folder and config.yml
created .gitlab.ci.yml
done for .travis.yml and tox.ini in taco_server
avoid default usage of numpy types
- changed dtype of numpy.ndarray to string - ensure that index 'i' can be found in array ('disordered' can eventually be an encapsulated array)
in circleci config
- remove underscore - change type of ndarray
in _config.yml_
and remove environment variable (no frontend-only repo)
with `bytes` and `string`
# Conflicts: # .circleci/config.yml
General repo changes
Fix KeyError in _diff_finder.py_
Using generator-phovea v3.0.0 - Update CircleCI config - Update dev dependencies - Update buildPython.js
Update template files and dependencies
Migrate to Python 3.7
Remove and ignore package-lock.json
thinkh
commented
Jan 16, 2020
dvvanessastoiber
approved these changes
Jan 16, 2020
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Release notes
diff_finder.py
Fix KeyError indiff_finder.py
#18Checklists
Release preparation
release-x.x.x
branch (based ondevelop
branch)release-x.x.x
into themaster
branchRelease dependencies first
In case of dependent Phovea/TDP repositories follow dependency tree from the top:
"phovea_core": "^2.3.1"
when published on npm or"phovea_core": "github:datavisyn/tdp_core#semver:^8.0.0"
for non-published repositories)phovea_server>=2.3.0,<3.0.0
when published on pipy or-e git+https://github.com/datavisyn/tdp_core.git@v8.0.0#egg=tdp_core
for non-published repositories)Update version
release: major
,release: minor
, orrelease: patch
)Create GitHub release
v2.3.1
)Prepeare next develop release
develop
branchmaster
branch intodevelop
(git merge origin/master
)<next patch version>-SNAPSHOT
(e.g.,2.3.1
to2.3.2-SNAPSHOT
)-e git+https://github.com/phovea/phovea_server.git@develop#egg=phovea_server
)🏁 Finish line