Skip to content

Commit

Permalink
Release v1.1.0 Candidate
Browse files Browse the repository at this point in the history
  • Loading branch information
lessthanoptimal committed Sep 10, 2023
1 parent 525d601 commit b341670
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 14 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -62,7 +62,7 @@ BoofCV is on [Maven Central](http://search.maven.org/) and can be easily added t
For Gradle projects:
```
dependencies {
api(group: 'org.boofcv', name: 'boofcv-core', version: '1.0.0')
api(group: 'org.boofcv', name: 'boofcv-core', version: '1.1.0')
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -13,7 +13,7 @@ allprojects {
apply plugin: 'com.peterabeles.gversion'

group = 'org.boofcv'
version = '1.0.1-SNAPSHOT'
version = '1.1.0'

createVersionFile.enabled = false // run only once. enabled in types
}
Expand Down
10 changes: 2 additions & 8 deletions change.txt
Expand Up @@ -7,8 +7,8 @@ Version Meaning: <compatible>.<feature>.<bug fix>
- Last digit always indicates a bug fix and other minor changes

---------------------------------------------
Date : 2023/XX/XX
Version : 1.0.1
Date : 2023/Sep/9
Version : 1.1.0

- Calibration
* Support for multiple calibration targets
Expand All @@ -17,12 +17,6 @@ Version : 1.0.1
* Support for pruning observation of rigid objects
- Android: CameraProcessFragment
* A few small bug fixes and quality of life improvements
- Image Processing
- TODO hough circle detector
- SLAM
- TODO traditional monocular SLAM
- Regression
- TODO Template matching

---------------------------------------------
Date : 2023/Aug/21
Expand Down
Expand Up @@ -56,7 +56,7 @@ configurations {

dependencies {
['boofcv-android', 'boofcv-core'].each {
String a -> implementation group: 'org.boofcv', name: a, version: '1.0.0'
String a -> implementation group: 'org.boofcv', name: a, version: '1.1.0'
}

def fragment_version = "2.5.3"
Expand Down
2 changes: 1 addition & 1 deletion integration/boofcv-android/examples/video/app/build.gradle
Expand Up @@ -40,7 +40,7 @@ configurations {

dependencies {
['boofcv-android', 'boofcv-core'].each {
String a -> api group: 'org.boofcv', name: a, version: '1.0.0' }
String a -> api group: 'org.boofcv', name: a, version: '1.1.0' }

annotationProcessor 'org.projectlombok:lombok:1.18.16'

Expand Down
2 changes: 0 additions & 2 deletions misc/planning.txt
@@ -1,5 +1,3 @@
- Calibration
* TODO support multiple calibration targets
- Image Processing
- TODO hough circle detector
- SLAM
Expand Down

0 comments on commit b341670

Please sign in to comment.