CHANGELOG
v3.0.1 (2024-02-04)
Fix
fix: add back missing hyperlinks to GH profiles (#111)
fix: add back missing hyperlinks to GH profiles
Update README.md
Fixed .com
Co-authored-by: Marcony1 <77180162+Marcony1@users.noreply.github.com> (3a7cf7d)
v3.0.0 (2024-02-04)
Test
test: add two test cases for non-numeric input as scale (#109)
test: add two test cases for non-numeric input as scale
style: lint new tests (
bbe4c3d)
Unknown
bump version to
3.0.0(#110) (5a8e729)
v2.1.1 (2024-02-03)
Fix
fix: replace outdated github action (#108)
fix: replace outdated github action (
47cdfbf)
v2.1.0 (2024-02-03)
Documentation
docs: formatting; fix incorrect example (
67ef804)
Feature
feat: add wrapper method for scale, flip, rotate, and change_hue for
Image(277a9b6)
Style
style: lint the tests (
c627ea9)
Unknown
Merge pull request #106 from UBC-MDS/97-create-class-methods-to-use-flip-rotate-scale-and-change_hue-in-place
Create class methods to use flip rotate scale and change hue in place (98bcadf)
v2.0.6 (2024-02-03)
Fix
fix: Feedback addressed by @Marcony1 about adding to the badges as suggested by @ella-irene (
bef11bc)
Unknown
Merge pull request #105 from UBC-MDS/PyPi_badge_link
fix: Feedback addressed by @Marcony1 about adding to the badges as su… (f8eba4c)
Re-order version badges to be near each other (
54a8379)
v2.0.5 (2024-02-03)
Fix
Unknown
Merge pull request #104 from UBC-MDS/python_version_badge
Python version badge version fixed (6960026)
add
+sign after supported python version alttext (61f70bd)Merge pull request #103 from UBC-MDS/revert-102-python_version_badge
Revert “fix: Feedback Addressed by @Marcony1 about adding supported Python ve…” (f0c725a)
v2.0.4 (2024-02-03)
Documentation
Fix
Unknown
Merge pull request #101 from UBC-MDS/96-adding-links-to-our-github-profile-in-readmemd
docs: add links to GH public profiles (7e4038f)
Revert “fix: Feedback Addressed by @Marcony1 about adding supported Python ve…” (
53c884c)Merge pull request #102 from UBC-MDS/python_version_badge
fix: Feedback Addressed by @Marcony1 about adding supported Python ve… (e028b4c)
v2.0.3 (2024-02-03)
Fix
fix: added examples, changed installation instruction, added descript… (#93)
fix: added examples, changed installation instruction, added description for test section
fix: change the argument in change_hue example
fix: removing [dev] form installation instruction
Co-authored-by: Orix Au Yeung <solosynth1@gmail.com>
fix: changed the argument in flip example
docs: add
--covarg in testing command and add new one for report generation
Co-authored-by: Orix Au Yeung <solosynth1@gmail.com> (1c9ac07)
v2.0.2 (2024-01-30)
Documentation
docs: add codecov badge to
README.md(#87) (18b3e73)
Fix
fix: Add linter to the cicd pipeline and black as dev dependency (#88)
build: add black as dev dependency
add linter to action
style: lint codes i.a.w. black
style: lint codes i.a.w. black (
a82a208)
Unknown
Fix: Change the installation instruction to use PyPI (#86)
docs: change install medium from
poetrytopipremove deprecated conda environment file (
df697c5)
v2.0.1 (2024-01-30)
Build
build: add package build instruction (#80)
build: add package build instruction
fix: ci on pyproject.toml
fix: remove invalid toml lines
fix: remove duplication in pyproject.toml
fix: remove duplication in pyproject.toml (
5d66b9c)build: setting up permissions to API Token (#78) (
c71721e)build: modify cicd yaml file (#77) (
990ca16)
Fix
fix: set up test install to testpypi (#84)
build: add package build instruction
fix: ci on pyproject.toml
fix: remove invalid toml lines
fix: remove duplication in pyproject.toml
fix: remove duplication in pyproject.toml
fix: comment out extra configs
change semantic release action base container
add vim temp files to .gitignore
fix: add
ifstatement to skip publishing stepsfix: include GH release token durin checkout (
317910a)fix: 75 set up test install to testpypi (#83)
build: add package build instruction
fix: ci on pyproject.toml
fix: remove invalid toml lines
fix: remove duplication in pyproject.toml
fix: remove duplication in pyproject.toml
fix: comment out extra configs
change semantic release action base container
add vim temp files to .gitignore
fix: add
ifstatement to skip publishing steps (087ad47)
Unknown
75 set up test install to testpypi (#82)
build: add package build instruction
fix: ci on pyproject.toml
fix: remove invalid toml lines
fix: remove duplication in pyproject.toml
fix: remove duplication in pyproject.toml
fix: comment out extra configs
change semantic release action base container
add vim temp files to .gitignore (
c23d25c)75 set up test install to testpypi (#81)
build: add package build instruction
fix: ci on pyproject.toml
fix: remove invalid toml lines
fix: remove duplication in pyproject.toml
fix: remove duplication in pyproject.toml
fix: comment out extra configs (
f5dac33)adding back missing dev dependency (#79)
build: setting up permissions to API Token
build: add semantic-release as dev dependency (
759785d)
v2.0.0 (2024-01-29)
Build
build: add
pytest-covto dev dependency (#64) (cb02598)
Unknown
Make logo link to GH url in order to render it on RTD site (#67)
add logo to README
docs: make logo link to GH url in order to render it on RTD site (
29c2c1a)add logo to README (#66) (
3172483)Create a new release for milestone 3 (#65)
docs: manually bump version to
v2.0.0fix: change example notebook to use default kernel (
66ac398)Write vignette for rotate function (#61)
build: add jupyter as dev dependency
docs: add vignette for
rotatedocs: change title to make it inline with other notebooks (
1a50f4f)Create ReadTheDocs documentation (#62)
build: add dev dependencies for RTD rendering
docs: remove unused
example.ipynbdocs: change ToC structure to create hierarchy and include example notebooks
docs: fix formatting to make the headers consistent and compliant to RTD
docs: add RTD and license badge and link to the docs hosted on RTD
docs: fix unwanted space in
README.md’s contributor sectiondocs: add release badge
docs: add last commit badge (
4e8520b)scale_docs_added (#60) (
b1472fa)Merge pull request #59 from UBC-MDS/flip_docs
Added flip_example notebook (c680eb5)
Added flip_example notebook (
b701cf0)Merge pull request #58 from UBC-MDS/52-write-vignette-for-change_hue-function
52 write vignette for change hue function (a3c0824)
v1.0.0 (2024-01-21)
Feature
feat: implement
scaleand included tests (2ea35ed)
Fix
fix: use
isinstanceinstead oftypecheck for better OOP checking (d0b1cc7)
Unknown
Merge pull request #46 from UBC-MDS/scale-test
Scale test (e2653cc)
Merge branch ‘main’ into scale-test (
99d0d41)Change hue tests (#45)
changed the function
refactored the test units and the function
updated the test unit names
Update test_change_hue.py
doc: formatting and update docstrings
Co-authored-by: SoloSynth1 <solosynth1@gmail.com> (38cdced)
wip: implement scale and its tests (
36b0391)Merge branch ‘main’ into scale-test (
63dcca5)Change flip test (#44)
test_flip_funcion_added
function and tests
Remove image export and made function names more specific
Co-authored-by: SoloSynth1 <solosynth1@gmail.com> (44c5314)
39 change readmemd to include package install information (#43)
doc: add
environment.ymland instruction for installationfix: remove unused test file (
c653a86)Rotate test (#40)
rotate test created
build: add pytest as dev dependency in poetry config
add
Pillowandscipyas dependenciesimplement
rotatefunctionfix: docstring formatting
build: add
numpyas dependencyadd test suite to
rotate
test: add tests for
rotatefix: unexpected ndarray eval in
rotate
fix: remove typo in docstring (
14163d8)29 writing 3 5 unit tests for image (#41)
build: add pytest as dev dependency in poetry config
build: add pytest as dev dependency in poetry config
add test suite to
Image
test: add tests for
Imageandload_imagefix: move test image location (
93cb1bb)
37 poetry dependencies remove click and add pillow (#38)
add
Pillowas dependenciesremove
click-related callsadd representation string for
visumorph.Image(7cfea11)Merge pull request #36 from UBC-MDS/change-hue-tests
Change hue tests (a233184)
Merge branch ‘change-hue-tests’ of github.com:UBC-MDS/VisuMorph into change-hue-tests (
f352dd2)test and function plus test data (
a8ddd47)first version of function added (
cd784b5)new branch hue (
62e0e42)implemented Image class (#35)
Co-authored-by: SoloSynth1 <solosynth1@gmail.com> (6492891)
v0.0.1 (2024-01-14)
Build
build: change author names (#21) (
2762e94)
Feature
Fix
Unknown
Merge pull request #25 from UBC-MDS/24-updating-the-readme
added the milestone requirements (99a5204)
Update README.md
Co-authored-by: Orix Au Yeung <solosynth1@gmail.com> (32b1999)
changed the functions list (
9bac80e)20 organizerefactor functions (#27)
feat: add skeleton
Imageclass andload_imagefunctionrefactor: rename
flipping.pytoflip.py(3ab1c72)Merge pull request #16 from UBC-MDS/12-write-function-specifications-and-documentation-hue-change
function specifications for hue change is added (bf0a14f)
changed the function to meet OOP (
86f4dce)changed the input and out put with OOP approach (
d827aa7)added the milestone requirements (
c22d1eb)Update src/visumorph/change_hue.py
Co-authored-by: Orix Au Yeung <solosynth1@gmail.com> (abd3b5d)
Update src/visumorph/change_hue.py
Co-authored-by: Orix Au Yeung <solosynth1@gmail.com> (c2a7249)
Update src/visumorph/change_hue.py
Co-authored-by: Orix Au Yeung <solosynth1@gmail.com> (3ffe276)
Update src/visumorph/change_hue.py
Co-authored-by: Orix Au Yeung <solosynth1@gmail.com> (6e80480)
Update src/visumorph/change_hue.py
Co-authored-by: Orix Au Yeung <solosynth1@gmail.com> (05f556f)
Update src/visumorph/change_hue.py
Co-authored-by: Orix Au Yeung <solosynth1@gmail.com> (1f71f37)
Update src/visumorph/change_hue.py
Co-authored-by: Orix Au Yeung <solosynth1@gmail.com> (ce17192)
Update src/visumorph/change_hue.py
Co-authored-by: Orix Au Yeung <solosynth1@gmail.com> (a58b928)
Update src/visumorph/change_hue.py
Co-authored-by: Orix Au Yeung <solosynth1@gmail.com> (cf0b1c9)
Update src/visumorph/change_hue.py
Co-authored-by: Orix Au Yeung <solosynth1@gmail.com> (6e5a287)
Flipping function (#23)
Created base structure of package
src: added flipping module with flip function documentation
flipping.py: output changed to numpy array
df changed to ndarray
Co-authored-by: Orix Au Yeung <solosynth1@gmail.com>
flipping.py: modified format to new standard
Update src/visumorph/flipping.py
Co-authored-by: Orix Au Yeung <solosynth1@gmail.com>
Update src/visumorph/flipping.py
Co-authored-by: Orix Au Yeung <solosynth1@gmail.com>
Co-authored-by: SoloSynth1 <solosynth1@gmail.com> (77706bb)
function specifications added (
abea67a)Flipping function (#15)
Created base structure of package
src: added flipping module with flip function documentation
flipping.py: output changed to numpy array
df changed to ndarray
Co-authored-by: Orix Au Yeung <solosynth1@gmail.com>
Co-authored-by: SoloSynth1 <solosynth1@gmail.com> (ab1952a)